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 don't actually need actionlib to do drive using only odometry. You can subscribe to your vehicle's odometry, and publish a command velocity based on how much your odometry thinks the vehicle moved. But beware that this is subject to odometric errors like wheel slip, differences in the diameter of both the wheels, quantization errors, etc.

Here is a tutorial that might help you get started.