- clone package into a ros catkin workspace
- run catkin_make under that workspace
- source devel/setup.bash from that workspace
- run
roslaunch way_points_manager sample.launch
Edit config/sample.yaml
to edit/add/remove waypoints. For each waypoint, pose information has to be provided, including point and orientation.
- Copy
config/sample.yaml
and edit the waypoints. - Copy
launch/sample.launch
and edit the launch file to load the new yaml file you just created. - source devel/setup.bash from that workspace
- run
roslaunch way_points_manager the_new_file_you_just_created.launch