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

Creating Waypoints in Autoware?? Creating .txt file

asked 2019-07-12 09:51:37 -0500

AM97 gravatar image

updated 2019-07-12 09:52:15 -0500

ROS MELODIC

AUTOWARE VERSION: 1.12.0-alpha2

I would like to know how to create waypoints in Autoware such that Car follows that path shown by Waypoints. In demo video, they are using moriyama.txt file but How do I create a custom .txt file for my own simulation??

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-07-13 23:34:40 -0500

Josh Whitley gravatar image

updated 2019-07-13 23:37:11 -0500

Waypoints can be created by launching the waypoint_saver node. Once you are localized, run roslaunch waypoint_maker waypoint_saver.launch. This will create a new file in /tmp/saved_waypoints.csv. Stop the launch file to stop recording. You can then load these waypoints with roslaunch waypoint_maker waypoint_loader.launch multi_lane_csv:=/tmp/saved_waypoints.csv.

Note: if you run waypoint_saver more than once without moving or deleting /tmp/saved_waypoints.csv, it will append to the file rather than replacing it. If you then try to load this file with more than one set of waypoints in it, the loader will fail.

Note 2: Autoware 1.12.0 has been officially released. I highly recommend using the released version instead of the alpha or beta.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2019-07-12 09:51:37 -0500

Seen: 1,009 times

Last updated: Jul 13 '19