ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You need to use the /cmd_vel_mux/input/navi topic. If you do

rostopic info /cmd_vel_mux/input/navi

you should see that its message type is of a geometry_msgs/Twist message.

You need to use the /cmd_vel_mux/input/navi topic. If you do

rostopic info /cmd_vel_mux/input/navi

you should see that its message type is of a geometry_msgs/Twist message.message. If you look at this file (line 40) from the Going Forward and Avoiding Obstacles with Code tutorial from the turtlebot tutorials, you'll see that the /cmd_vel_mux/input/navi topic is used.