Fix CHANGELOG

This commit is contained in:
nsubiron 2019-03-26 18:52:28 +01:00
parent 9c0317a749
commit 3645299e29
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
* Added recording and playback functionality * Added recording and playback functionality
* Added synchronous mode, simulator waits until a client sends a "tick" cue, `client.tick()` * Added synchronous mode, simulator waits until a client sends a "tick" cue, `client.tick()`
* Allow changing map from client-side, added `client.load_map(name)`, `client.reload_map()`, and `client.get_available_maps()` * Allow changing map from client-side, added `client.load_world(name)`, `client.reload_world()`, and `client.get_available_maps()`
* Added scripts and tools to import maps directly from .fbx and .xodr files into the simulator * Added scripts and tools to import maps directly from .fbx and .xodr files into the simulator
* Exposed minimum physics control parameters for vehicles' engine and wheels * Exposed minimum physics control parameters for vehicles' engine and wheels
* Allow controlling multiple actors in "batch mode" * Allow controlling multiple actors in "batch mode"