CHANGELOG

This commit is contained in:
Guillermo 2022-12-02 13:28:42 +01:00 committed by bernat
parent f507d837f0
commit ce5bf30f7f
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@
* Python agents now accept a carla.Map and GlobalRoutePlanner instances as inputs, avoiding the need to recompute them.
* Python agents now have a function to lane change.
* Python agents now detect vehicle in adjacent lanes if invaded due to the offset.
* Python agents now have the offset exposed.
* Fixed bug causing the python agents to sometimes not detect a blocking actor if there were severral actors around it.
* Improved Python agents performance for large maps.
* Fix a bug at `Map.get_topology()`, causing lanes with no successors to not be part of it.