ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You can type rostoic info /cmd_vel
in a new terminal.
This would give you the list of Publishers and Subscribers for the given topic.
2 | No.2 Revision |
You can type
in a new terminal. rostoic rostopic info /cmd_vel
This would give you the list of Publishers and Subscribers for the given topic.