|
void | executeCB (const control_msgs::FollowJointTrajectoryGoalConstPtr &goal) |
| Executes the callback from the actionlib. More...
|
|
void | executeCB (const control_msgs::FollowJointTrajectoryGoalConstPtr &goal) |
| Executes the callback from the actionlib. More...
|
|
bool | init () |
| Initializes node to get parameters, subscribe and publish to topics. More...
|
|
bool | init () |
| Initializes node to get parameters, subscribe and publish to topics. More...
|
|
| SdhNode (std::string name) |
| Constructor for SdhNode class. More...
|
|
| SdhNode (std::string name) |
| Constructor for SdhNode class. More...
|
|
bool | srvCallback_Disconnect (std_srvs::Trigger::Request &req, std_srvs::Trigger::Response &res) |
| Executes the service callback for disconnect. More...
|
|
bool | srvCallback_Disconnect (std_srvs::Trigger::Request &req, std_srvs::Trigger::Response &res) |
| Executes the service callback for disconnect. More...
|
|
bool | srvCallback_EmergencyStop (std_srvs::Trigger::Request &req, std_srvs::Trigger::Response &res) |
| Executes the service callback for emergency_stop. More...
|
|
bool | srvCallback_EmergencyStop (std_srvs::Trigger::Request &req, std_srvs::Trigger::Response &res) |
| Executes the service callback for emergency_stop. More...
|
|
bool | srvCallback_Init (std_srvs::Trigger::Request &req, std_srvs::Trigger::Response &res) |
| Executes the service callback for init. More...
|
|
bool | srvCallback_Init (std_srvs::Trigger::Request &req, std_srvs::Trigger::Response &res) |
| Executes the service callback for init. More...
|
|
bool | srvCallback_MotorPowerOff (std_srvs::Trigger::Request &req, std_srvs::Trigger::Response &res) |
| Disable motor power. More...
|
|
bool | srvCallback_MotorPowerOff (std_srvs::Trigger::Request &req, std_srvs::Trigger::Response &res) |
| Disable motor power. More...
|
|
bool | srvCallback_MotorPowerOn (std_srvs::Trigger::Request &req, std_srvs::Trigger::Response &res) |
| Enable motor power. More...
|
|
bool | srvCallback_MotorPowerOn (std_srvs::Trigger::Request &req, std_srvs::Trigger::Response &res) |
| Enable motor power. More...
|
|
bool | srvCallback_Recover (std_srvs::Trigger::Request &req, std_srvs::Trigger::Response &res) |
| Executes the service callback for recover. More...
|
|
bool | srvCallback_SetOperationMode (cob_srvs::SetString::Request &req, cob_srvs::SetString::Response &res) |
| Executes the service callback for set_operation_mode. More...
|
|
bool | srvCallback_SetOperationMode (cob_srvs::SetString::Request &req, cob_srvs::SetString::Response &res) |
| Executes the service callback for set_operation_mode. More...
|
|
bool | srvCallback_Stop (std_srvs::Trigger::Request &req, std_srvs::Trigger::Response &res) |
| Executes the service callback for stop. More...
|
|
bool | srvCallback_Stop (std_srvs::Trigger::Request &req, std_srvs::Trigger::Response &res) |
| Executes the service callback for stop. More...
|
|
bool | switchOperationMode (const std::string &mode) |
| Switches operation mode if possible. More...
|
|
bool | switchOperationMode (const std::string &mode) |
| Switches operation mode if possible. More...
|
|
void | topicCallback_setVelocitiesRaw (const std_msgs::Float64MultiArrayPtr &velocities) |
|
void | topicCallback_setVelocitiesRaw (const std_msgs::Float64MultiArrayPtr &velocities) |
|
void | updateDsa () |
| Main routine to update dsa. More...
|
|
void | updateSdh () |
| Main routine to update sdh. More...
|
|
void | updateSdh () |
| Main routine to update sdh. More...
|
|
| ~SdhNode () |
| Destructor for SdhNode class. More...
|
|
| ~SdhNode () |
| Destructor for SdhNode class. More...
|
|
Implementation of ROS node for sdh.
Offers actionlib and direct command interface.
Definition at line 58 of file sdh.cpp.