ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The C++ compiler only allows one operator overload for each method signature.
If you want to print your messages in a plot-friendly format, you can write a function that converts messages to custom formatted strings, and print those.
You should also investigate the -p
option to rostopic echo, to see if it can do what you need: rostopic echo -p /my_topic