Fixed broken link in Python API for
This commit is contained in:
parent
c83f8dd127
commit
81afb5481f
|
@ -355,7 +355,7 @@ Parses the location and extent of the bounding box to string.
|
|||
---
|
||||
|
||||
## carla.CityObjectLabel<a name="carla.CityObjectLabel"></a>
|
||||
Enum declaration that contains the different tags available to filter the bounding boxes returned by [carla.World.get_level_bbs](#carla.World.get_level_bbs)(). These values correspond to the [semantic tag](https://[carla.readthedocs.io](#carla.readthedocs.io)/en/latest/ref_sensors/#semantic-segmentation-camera) that the elements in the scene have.
|
||||
Enum declaration that contains the different tags available to filter the bounding boxes returned by [carla.World.get_level_bbs](#carla.World.get_level_bbs)(). These values correspond to the [semantic tag](ref_sensors.md#semantic-segmentation-camera) that the elements in the scene have.
|
||||
|
||||
### Instance Variables
|
||||
- <a name="carla.CityObjectLabel.None"></a>**<font color="#f8805a">None</font>**
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
- class_name: CityObjectLabel
|
||||
# - DESCRIPTION ------------------------
|
||||
doc: >
|
||||
Enum declaration that contains the different tags available to filter the bounding boxes returned by carla.World.get_level_bbs(). These values correspond to the [semantic tag](https://carla.readthedocs.io/en/latest/ref_sensors/#semantic-segmentation-camera) that the elements in the scene have.
|
||||
Enum declaration that contains the different tags available to filter the bounding boxes returned by carla.World.get_level_bbs(). These values correspond to the [semantic tag](ref_sensors.md#semantic-segmentation-camera) that the elements in the scene have.
|
||||
|
||||
# - PROPERTIES -------------------------
|
||||
instance_variables:
|
||||
|
|
Loading…
Reference in New Issue