Mentioned the LaneChange enum in the documentation

This commit is contained in:
Marc Garcia Puig 2019-02-28 20:15:26 +01:00
parent 34fad123d7
commit 32b544b555
1 changed files with 6 additions and 0 deletions

View File

@ -268,6 +268,12 @@
- `right_lane()`
- `left_lane()`
## `carla.LaneChange`
- `None`
- `Right`
- `Left`
- `Both`
## `carla.WeatherParameters`
- `cloudyness`