ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
All messages have a operator<< , so you can just receive the message move that into a stringstream. With that string you can do whatever you'd usually do to display it in your GUI.