HighwayEnv icon indicating copy to clipboard operation
HighwayEnv copied to clipboard

custom map doesnot show correctly

Open ChengWang2018 opened this issue 1 year ago • 1 comments

Hi,

I convert the map with opendrive format to our road graph format and create a new highway env. However, the map doesnot look correctly. see below. This is the converted map after runing render and image.show()

image

The original map from the dataset looks like this:

image

I used the PolyLane function. Do you know the reasons?

Thanks

ChengWang2018 avatar Jan 30 '24 21:01 ChengWang2018

I'm not sure what could be causing this. I would try to run the code you used to make the Polylanes in debugger mode and check that the coordinates of endpoints are correct.

eleurent avatar Feb 17 '24 14:02 eleurent