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 might try the differential_drive package. The twist_to_motors node might be what you are looking for. It takes an input Twist message (by default on the twist topic, which you will probably want to remap to cmd_vel) and computes and publishes motor speeds on two outgoing topics.

If you want to try that package, get it from the author's GitHub repository rather than the code.google.com location from the ROS. The GitHub location includes changes I submitted to the author to update the package for indigo and later.