carla-simulator / traffic-generation-editor

Visual generation of traffic scenarios based on the OpenSCENARIO standard
MIT License
61 stars 13 forks source link

The Map name format has change in CARLA 0.9.12 #23

Open FENGShuanglang opened 2 years ago

FENGShuanglang commented 2 years ago

https://github.com/carla-simulator/traffic-generation-editor/blob/98ce87b18eb1bd8265c97abba0c6408f307910bd/carla_connect/carla_connect_dockwidget.py#L97 should fix it with road_network.split('/')[-1][:-1]

CaisKey commented 1 year ago

I use 0.9.13 and the same problem occur.Your commented resolved the problem. Thank you very much.