Robotics StackExchange | Archived questions

Vehicle does not move following by multiple waypoint files

Hi all!

I have worked with Autoware and LGSVL Simulation. I created some waypoint files and used waypointloader node to read them (waypointloader node allows load multiple waypoint files). But the car (in LGSVL Simulation) only move following by the first waypoint file.

Do you know how to make the car move following multiple waypoint files in order?

Thank you very much!

Asked by tiensu on 2019-12-12 22:11:32 UTC

Comments

Answers

waypoint_loader does not currently handle multiple waypoint files. The simplest way to solve this problem is by combining the waypoint files into one. You'll have to remove the headers from all files but the first but this should be pretty easy. Then you can just concatenate them.

Asked by Josh Whitley on 2019-12-16 17:01:46 UTC

Comments

I think it can. I loaded multiple waypoint files in waypoint_loader node. When the first file is played completely, I click "app" on waypoint_loader node again, the next file is played continuously. I don't know why?

Asked by tiensu on 2019-12-16 20:55:57 UTC