#include <AccelerationController.hpp>
| AccelerationController::AccelerationController |
( |
std::string const & |
name = "auv_control::AccelerationController" | ) |
|
TaskContext constructor for AccelerationController
- Parameters
-
| name | Name of the task. This name needs to be unique to make it identifiable via nameservices. |
| initial_state | The initial TaskState of the TaskContext. Default is Stopped state. |
| AccelerationController::AccelerationController |
( |
std::string const & |
name, |
|
|
RTT::ExecutionEngine * |
engine |
|
) |
| |
TaskContext constructor for AccelerationController
- Parameters
-
| name | Name of the task. This name needs to be unique to make it identifiable for nameservices. |
| engine | The RTT Execution engine to be used for this task, which serialises the execution of all commands, programs, state machines and incoming events for a task. |
| AccelerationController::~AccelerationController |
( |
| ) |
|
| bool AccelerationController::configureHook |
( |
| ) |
|
| bool AccelerationController::startHook |
( |
| ) |
|
| friend class AccelerationControllerBase |
|
friend |
| base::VectorXd auv_control::AccelerationController::cmdVector |
|
protected |
| std::vector<base::JointState::MODE> auv_control::AccelerationController::controlModes |
|
protected |
| base::VectorXd auv_control::AccelerationController::expectedEffortVector |
|
protected |
| base::VectorXd auv_control::AccelerationController::inputVector |
|
protected |
| base::commands::Joints auv_control::AccelerationController::jointCommand |
|
protected |
| base::JointLimits auv_control::AccelerationController::limits |
|
protected |
| std::vector<std::string> auv_control::AccelerationController::names |
|
protected |
| boost::shared_ptr<Eigen::JacobiSVD<Eigen::MatrixXd> > auv_control::AccelerationController::svd |
|
protected |
| base::MatrixXd auv_control::AccelerationController::thrusterMatrix |
|
protected |
| base::MatrixXd auv_control::AccelerationController::weightedPseudoInverse |
|
protected |
The documentation for this class was generated from the following files: