Updated CHANGELOG

This commit is contained in:
Joel Moriana 2022-05-05 12:13:18 +02:00 committed by Axel1092
parent e563a1e605
commit dc077dab28
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
## Latest
* 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.
* Fix a bug at `Map.get_topology()`, causing lanes with no successors to not be part of it.
* Added new ConstantVelocityAgent