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

Another way to do this is using move_base_flex package. There you have GetPath action which returns path generated by global planner between 2 points.

Then you can iterate through all your goal points and get path between each 2 points. At the end you concatenate all these partial paths into single final path from first to last waypoint and call local planner on this path.