CHANGELOG updated

This commit is contained in:
Joel Moriana 2022-02-08 13:25:52 +01:00 committed by joel-mb
parent 0e67ca23fd
commit d134c45d2b
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
## Latest
* Added native Ackermann controller
* Added native ackermann controller:
- `apply_ackermann_control`: to apply an ackermann control command to a vehicle
- `get_ackermann_controller_settings`: to get the last ackermann controller settings applied
- `apply_ackermann_controller_settings`: to apply new ackermann controller settings
* Fixed bug causing the Traffic Manager to not be deterministic when using hybrid mode
* Added support for N wheeled vehicles