From bb4b95e0bc43d25be6f3b54713ac32d8465b1586 Mon Sep 17 00:00:00 2001 From: gouchaoer Date: Mon, 27 Sep 2021 15:49:20 +0800 Subject: [PATCH] Update tuto_D_create_semantic_tags.md docs: fix typo --- Docs/tuto_D_create_semantic_tags.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/tuto_D_create_semantic_tags.md b/Docs/tuto_D_create_semantic_tags.md index 3a9e8de14..e1543459b 100644 --- a/Docs/tuto_D_create_semantic_tags.md +++ b/Docs/tuto_D_create_semantic_tags.md @@ -61,7 +61,7 @@ The new semantic tag is ready to be used. Only the meshes stored inside the UE f This step is not directly related with semantic segmentation. However, these tags can be used to filter the bounding box query in [carla.World](python_api.md#carla.World). In order to do this, the tag must be added to the [carla.CityObjectLabel](python_api.md#carla.CityObjectLabel) enum in the PythonAPI. -__Open `World.cpp`__ in `carla/PythonAPI/carla/sourc/libcarla` and add the new tag by the end of the enum. +__Open `World.cpp`__ in `carla/PythonAPI/carla/source/libcarla` and add the new tag by the end of the enum. ![city_object_label](img/tuto_D_create_semantic_tags/06_city_object_label.jpg) @@ -84,4 +84,4 @@ Sensors reference Add new props

- \ No newline at end of file +