This commit is contained in:
Zhuo Zhang 2020-10-19 10:09:31 +08:00 committed by bernat
parent 6d7d632676
commit 4ad3080e72
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ The resulting file contains the road information in OpenDRIVE format.
---
## 3- Import into CARLA
Finally, the OpenDRIVE file can be easily ingested in CARLA using the [OpenDRIVE Standalone Mode](#adv_opendrive.md).
Finally, the OpenDRIVE file can be easily ingested in CARLA using the [OpenDRIVE Standalone Mode](adv_opendrive.md).
__a) Using your own script__ — Call for [`client.generate_opendrive_world()`](python_api.md#carla.Client.generate_opendrive_world) through the API. This will generate the new map, and block the simulation until it is ready.
Use the [carla.OpendriveGenerationParameters](python_api.md#carla.OpendriveGenerationParameters) class to set the parameterization of the mesh generation.