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

Has the turtlebot core been started? The follower is the application that runs on the turtlebot. The turtlebot core may need to be started:

roslaunch turtlebot_bringup minimal.launch

and you can verify that it is sending velocity commands by

rostopic echo cmd_vel

if you don't see cmd_vel, try:

rostopic list | grep cmd_vel

and retry the rostopic echo with the output from the above command.

Cheers, Devon