traffic-generation-editor
traffic-generation-editor copied to clipboard
The Map name format has change in CARLA 0.9.12
trafficstars
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]
I use 0.9.13 and the same problem occur.Your commented resolved the problem. Thank you very much.