Pandas-Team/Automatic-Parking

Questions about environment

renyumeng1 opened this issue · 1 comments

If I want to create a new parking lot map and create new obstacles, what are the coordinates of obstacles and walls based on in the example?

Hi there,
As you can see in line 33 of the main code, there are some obstacles generated by parking 1.
You can delete that line and get rid of the parking structure.
If you want to make your parking, use parking 1 class as a template, and to clarify the coordinates, remember that the background is based on a 100*100 grid.
There are also some commented lines 35-48 that can be used to add more obstacles, even squares.