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

Revision history [back]

Try checking that your robot driver is actually subscribed to the topic that from move_base that sends the Twist commands:

rostopic find geometry_msgs/Twist

... and then

rostopic info <topic name>

on each of the results. There should be a topic that lists move_base as the publisher and your robot driver as the subscriber.