ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
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.