Updated CHANGELOG

This commit is contained in:
Daniel Santos-Olivan 2021-04-20 11:50:14 +02:00 committed by bernat
parent 0603acf708
commit 3f698f47c1
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
* Fix bug in carla.Transform.get_up_vector() * Fix bug in carla.Transform.get_up_vector()
* Fix bug in lidar channel point count * Fix bug in lidar channel point count
* Fix imu: some weird cases were given nan values * Fix imu: some weird cases were given nan values
* Fix bugs in apply_physics_control and friction trigger
* When setting a global plan at the LocalPlanner, it is now optional to stop the automatic fill of the waypoint buffer * When setting a global plan at the LocalPlanner, it is now optional to stop the automatic fill of the waypoint buffer
* Improved agent's vehicle detection to also take into account the actor bounding boxes * Improved agent's vehicle detection to also take into account the actor bounding boxes
* API extensions: * API extensions: