ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
controllers subscribe to /cmd_vel to read their velocity command.
you can use whatever topic name you want, but the controller is most likely not subscribed to the topicname you came up with.
You can view all the topics with rostopic list
as described in the documentation.