Skip to content

Commit

Permalink
Update tuto_D_create_semantic_tags.md
Browse files Browse the repository at this point in the history
docs: fix typo
  • Loading branch information
gouchaoer authored and bernatx committed Oct 4, 2021
1 parent d23f3dc commit bb4b95e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Docs/tuto_D_create_semantic_tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -84,4 +84,4 @@ Sensors reference</a>
Add new props</a>
</p>

</div>
</div>

0 comments on commit bb4b95e

Please sign in to comment.