Updated docs and changelog
This commit is contained in:
parent
8955d61a2e
commit
e0f829c504
|
@ -8,6 +8,7 @@
|
|||
- GNSS: `carla.GnssEvent` renamed to `carla.GnssMeasurement`
|
||||
* API extensions:
|
||||
- Added `carla.IMUMeasurement`
|
||||
- GNSS data can now be obtained with noise, check the BP library to see the values
|
||||
* Updated manual_control.py with a lens disortion effect example
|
||||
* Exposed rgb camera attributes: exposure, depth of field, tonemapper, color correction, and chromatic aberration
|
||||
* Fixed pylint for python3 in travis
|
||||
|
|
|
@ -414,7 +414,7 @@ an initial geo reference location defined within the OpenDRIVE map definition.
|
|||
<h4>Output attributes</h4>
|
||||
|
||||
This sensor produces
|
||||
[`carla.GnssEvent`](python_api.md#carla.GnssEvent)
|
||||
[`carla.GnssMeasurement`](python_api.md#carla.GnssMeasurement)
|
||||
objects.
|
||||
|
||||
| Sensor data attribute | Type | Description |
|
||||
|
|
Loading…
Reference in New Issue