From dc5a716b1b829510af994c982d2f0e3242b3e70e Mon Sep 17 00:00:00 2001 From: sergi-e Date: Thu, 23 Jul 2020 16:22:59 +0200 Subject: [PATCH] Minor fix on additional data note --- Docs/adv_recorder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/adv_recorder.md b/Docs/adv_recorder.md index 1f3a4b435..235229cce 100644 --- a/Docs/adv_recorder.md +++ b/Docs/adv_recorder.md @@ -42,7 +42,7 @@ client.start_recorder("/home/carla/recording01.log", True) ``` !!! Note - Additional data includes: linear and angular velocity of vehicles and pedestrians, traffic light time settings, execution time, trigger and bounding boxes, and physics controls for vehicles. + Additional data includes: linear and angular velocity of vehicles and pedestrians, traffic light time settings, execution time, actors' trigger and bounding boxes, and physics controls for vehicles. To stop the recording, the call is also straightforward.