ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You can open a terminal window while the node is running and enter the command rostopic echo <topic name>
. If data is being published to the topic it will now show up in the terminal window.
Here is a list of the rostopic commands for future reference.