3 #ifndef TRAJECTORY_GENERATION_RMLJOINTVELOCITYTASK_TASK_HPP 4 #define TRAJECTORY_GENERATION_RMLJOINTVELOCITYTASK_TASK_HPP 6 #include "trajectory_generation/RMLJointVelocityTaskBase.hpp" 18 bool startHook(){
return RMLJointVelocityTaskBase::startHook();}
19 void updateHook(){RMLJointVelocityTaskBase::updateHook();}
20 void errorHook(){RMLJointVelocityTaskBase::errorHook();}
21 void stopHook(){RMLJointVelocityTaskBase::stopHook();}
bool startHook()
Definition: RMLJointVelocityTask.hpp:18
void updateHook()
Definition: RMLJointVelocityTask.hpp:19
RMLJointVelocityTask(std::string const &name, RTT::ExecutionEngine *engine)
Definition: RMLJointVelocityTask.hpp:15
void stopHook()
Definition: RMLJointVelocityTask.hpp:21
void errorHook()
Definition: RMLJointVelocityTask.hpp:20
~RMLJointVelocityTask()
Definition: RMLJointVelocityTask.hpp:16
RMLJointVelocityTask(std::string const &name="trajectory_generation::RMLJointVelocityTask")
Definition: RMLJointVelocityTask.hpp:14
Definition: Conversions.cpp:4
Definition: RMLJointVelocityTask.hpp:9
friend class RMLJointVelocityTaskBase
Definition: RMLJointVelocityTask.hpp:11
bool configureHook()
Definition: RMLJointVelocityTask.hpp:17
void cleanupHook()
Definition: RMLJointVelocityTask.hpp:22