CHANGELOG
This commit is contained in:
parent
f507d837f0
commit
ce5bf30f7f
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue