ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

If you are in unstable and using C++, there is a convenience function in motion_planning_msgs that does this for you:

include <motion_planning_msgs convert_messages.h="">

....

std::string err_string = motion_planning_msgs::armNavigationErrorCodeToString(error_code);

....

If you are in unstable and using C++, there is a convenience function in motion_planning_msgs that does this for you:

include <motion_planning_msgs convert_messages.h="">

....

std::string err_string = motion_planning_msgs::armNavigationErrorCodeToString(error_code);

....

If you are in unstable and using C++, there is a convenience function in motion_planning_msgs that does this for you:

include <motion_planning_msgs convert_messages.h="">

#include <motion_planning_msgs/convert_messages.h>

....

std::string err_string = motion_planning_msgs::armNavigationErrorCodeToString(error_code);

....