Open
Description
I tried exporting osm file from openSTREET Map and creating xodr file as per instructions in CARLA Website but receiving the following run time error:
Traceback (most recent call last):
File "MapParser.py", line 12, in
xodr_data = carla.Osm2Odr.convert(osm_data, settings)
RuntimeError: No edges loaded.
CARLA version:0.9.11
Platform/OS:Ubuntu 18.04
Any insights on thiS @Axel1092 .Thanks in advance.
-->