lgsvl / PythonAPI

Python API for Simulator
Other
58 stars 73 forks source link

how to know the position of waypoints in the simulator? #40

Open GabrielZZZ opened 3 years ago

GabrielZZZ commented 3 years ago

Hi guys,

I am new to use the python script of the simulator. Can anyone tell me how to get the exact position of waypoints on the map to put in the script? For instance, I want to place a car at a corner in the map of Borregas Avenue, but I do not know the exact position on the simulator so the function call waypoints.appeend cannot be implemented.

I have seen the documentation and example codes but I did not find content about how to get the position of waypoints.

Thanks a lot!