More Pull Request fixes

This commit is contained in:
bernatx 2019-02-12 12:06:35 +01:00
parent 06d486f22a
commit 483b1c1f66
2 changed files with 8 additions and 0 deletions

View File

@ -12,6 +12,9 @@
- `get_client_version()`
- `get_server_version()`
- `get_world()`
- `start_recorder(string filename)`
- `replay_file(string filename, float start=0, float duration=0)`
- `show_recorder_file_info(string filename)`
## `carla.World`

View File

@ -31,6 +31,11 @@ Use ARROWS or WASD keys for control.
R : toggle recording images to disk
CTRL + R : toggle recording of simulation (replacing any previous)
CTRL + P : start replaying last recorded simulation
CTRL + + : increments the start time of the replay by 1 second (+SHIFT = 10 seconds)
CTRL + - : decrements the start time of the replay by 1 second (+SHIFT = 10 seconds)
F1 : toggle HUD
H/? : toggle help
ESC : quit