Robotics StackExchange | Archived questions

How to record and load waypoints in Autoware.Auto ?

Hello, I am trying to record waypoint and late replay and follow them using pure pursuit. I am using LGSVL sim and the integration branch of autoware.auto. I want to get to work the simplest example possible :

I have seen this part of the tutorial. And I have been through the launchfile. And I have noticed that a python file is used to publish the trajectory : simple_trajectory.py but it's only a straight line. (Why not use the trajectory spoofer then ?)

It seems that I need to use the recordreplay_planner but it seems soo complicated for what I want to do. It needs to send actions and the only way without using the parking planner to send those actions is using this python node : joyctrlrecordreplaytraj.py. But do I really need to use a gamepad to just record waypoints ?

My questions are :

Thanks a lot !

Asked by Mackou on 2020-11-10 09:42:08 UTC

Comments

Answers