Hi Guys,
I have seen in Carla documents that maps used in Carla come accompanied by OpenDrive files. Kindly help in understanding the below queries.
BR
Content/Carla/Maps/OpenDrive
You can use the functions provided:
to_opendrive()
save_to_disk(path=self.name)
or use RoadRunner to create a Map and export the map as OpenDrive.
@Sakrust Thanks for the answer. I was trying to integrate Apollo and Carla.
And hoping that the map from Carla is in same format as in Apollo Auto, so that I can use the map in Apollo simulation. But the Carla uses default open drive specification, where as Apollo uses custom open drive format.
BR
Most helpful comment
Content/Carla/Maps/OpenDrive
You can use the functions provided:
to_opendrive()
save_to_disk(path=self.name)
or use RoadRunner to create a Map and export the map as OpenDrive.
@https://carla.readthedocs.io/en/latest/python_api/