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

I think you'll have to modify the nav stack pretty significantly to do this. Currently, the nav stack uses a nav_msgs/Path to communicate the global plan between the global planner and the local planner, and that message only includes timestamps and positions; no velocity data.

Take a look at the nav_core wiki page for more information about the existing planner APIs.