From 4ad3080e721bf12700257f8bafd6af3b750cbf63 Mon Sep 17 00:00:00 2001 From: Zhuo Zhang Date: Mon, 19 Oct 2020 10:09:31 +0800 Subject: [PATCH] fix link --- Docs/tuto_G_openstreetmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/tuto_G_openstreetmap.md b/Docs/tuto_G_openstreetmap.md index ab9a9629c..b1f54722c 100644 --- a/Docs/tuto_G_openstreetmap.md +++ b/Docs/tuto_G_openstreetmap.md @@ -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.