3 #ifndef AUV_CONTROL_THRUSTERSFEEDBACK_TASK_HPP 4 #define AUV_CONTROL_THRUSTERSFEEDBACK_TASK_HPP 6 #include "auv_control/ThrustersFeedbackBase.hpp" 29 base::samples::Joints
calcOutput(base::samples::Joints
const &thruster_rotations)
const;
base::samples::Joints calcOutput(base::samples::Joints const &thruster_rotations) const
Definition: ThrustersFeedback.cpp:65
friend class ThrustersFeedbackBase
Definition: ThrustersFeedback.hpp:26
void cleanupHook()
Definition: ThrustersFeedback.cpp:60
Definition: 6dControl.hpp:12
void errorHook()
Definition: ThrustersFeedback.cpp:52
void updateHook()
Definition: ThrustersFeedback.cpp:40
bool configureHook()
The following lines are template definitions for the various state machine.
Definition: ThrustersFeedback.cpp:28
ThrustersFeedback(std::string const &name="auv_control::ThrustersFeedback")
Definition: ThrustersFeedback.cpp:8
~ThrustersFeedback()
Definition: ThrustersFeedback.cpp:18
void stopHook()
Definition: ThrustersFeedback.cpp:56
The task context provides and requires services. It uses an ExecutionEngine to perform its functions...
Definition: ThrustersFeedback.hpp:24
bool startHook()
Definition: ThrustersFeedback.cpp:34