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

Revision history [back]

Sounds like a usecase for the ROS navigation stack. See http://wiki.ros.org/navigation/Tutorials

For automatically generating the waypoints, you will either have to write a script that feeds move_base with navigation goals or write your own global_planner plugin.