Skip to content

Create and follow a set of navigation goals for use with ROS move_base

License

Notifications You must be signed in to change notification settings

chrissunny94/follow_waypoints

 
 

Repository files navigation

follow_waypoints Build Status

A package that will buffer move_base goals until instructed to navigate to all waypoints in sequence.

follow_waypoints

rosrun follow_waypoints follow_waypoints.py
 

To save the path follow the usual procedure of click with 2DPoseEstimate

rostopic pub /path_ready std_msgs/Empty -1

This will save the list of pose in the following directory

follow_waypoints/saved_path/pose.csv

To load a previously save path

rostopic pub /start_journey std_msgs/Empty -1

About

Create and follow a set of navigation goals for use with ROS move_base

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.2%
  • CMake 4.8%