CHANGELOG
This commit is contained in:
parent
befc30f5c7
commit
6aa6b137e1
|
@ -2,6 +2,8 @@
|
|||
|
||||
* Added failure state to vehicles, which can be retrieved by using `Vehicle.get_failure_state()`. Only Rollover failure state is currently supported.
|
||||
* Fixed bug causing the TM to block the simulation when another client teleported a vehicle with no physics.
|
||||
* Fixed bug causing the TM to block the simulation when travelling through a short roads that looped on themselves.
|
||||
* Improved the TM's handling of non signalized junctions, resulting in a more fluid overall behavior.
|
||||
* Added check to avoid adding procedural trigger boxes inside intersections.
|
||||
* 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.
|
||||
|
|
Loading…
Reference in New Issue