CHANGELOG

This commit is contained in:
Guillermo 2023-11-08 11:56:28 +01:00 committed by bernat
parent 642a36d75e
commit 272791266e
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
* Collisions detected by the CollisionSensor no longer generate more than one event per frame. * Collisions detected by the CollisionSensor no longer generate more than one event per frame.
* Fixed segfaults in Python API due to incorrect GIL locking under Python 3.10. * Fixed segfaults in Python API due to incorrect GIL locking under Python 3.10.
* Added API function to load a map only if it is different from the current one. * Added API function to load a map only if it is different from the current one.
* Fixed a bug in the TrafficManager causing vehicles that reached an ending lane to have abnormal behavior while lane changing.
## CARLA 0.9.14 ## CARLA 0.9.14