Mentioned the LaneChange enum in the documentation
This commit is contained in:
parent
34fad123d7
commit
32b544b555
|
@ -268,6 +268,12 @@
|
|||
- `right_lane()`
|
||||
- `left_lane()`
|
||||
|
||||
## `carla.LaneChange`
|
||||
- `None`
|
||||
- `Right`
|
||||
- `Left`
|
||||
- `Both`
|
||||
|
||||
## `carla.WeatherParameters`
|
||||
|
||||
- `cloudyness`
|
||||
|
|
Loading…
Reference in New Issue