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

You can refer to Tutorials Writing the Subscriber Node.


pose_message->data.c_str(); converts a int32 number to String. For example, pose_message->data is 999, then sphero_pose is "999".