Tools
this package contains the following tools:
multiple goal navigation
A tool for setting multiple waypoints which the robot should visit (in an infinite loop).
Subscribed Topics
/clear_way_points (std_msgs/Empty)- clears the path
- sets a path consisting of waypoints
- adds a way point at the end of the path
- needed to get twist
- how long should the robot stay at each waypoint?
Published Topics
/move_base_simple/goal (geometry_msgs/PoseStamped)- publishes the current goal
- publishes the current path
- sets the robots twist to 0 if the robot plans a new path
- publishes total travelled distance