Fixed changelog

This commit is contained in:
Marc Garcia Puig 2020-05-27 15:34:12 +02:00 committed by Jacopo Bartiromo
parent ed2f997f98
commit dcd3c526bf
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
* Fixed missing include directive in file **WheelPhysicsControl.h**
* Fixed gravity measurement bug from IMU sensor
* Added PythonAPI command to set multiple car light states at once
* Added PythonAPI `carla.world.get_vehicles_light_state` to get all the car light states at once
* Added PythonAPI `carla.world.get_vehicles_light_states` to get all the car light states at once
* OpenDRIVE ingestion bugfixes
* Added Dynamic Vision Sensor (DVS) camera based on ESIM simulation http://rpg.ifi.uzh.ch/esim.html
* Added API functions `get_right_vector` and `get_up_vector`