From c6eb609ab105c6e7287fb9ba634f1ea855e742d9 Mon Sep 17 00:00:00 2001 From: nsubiron Date: Thu, 16 Nov 2017 18:32:06 +0100 Subject: [PATCH] Disable camera on example --- Docs/Example.CarlaSettings.ini | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Docs/Example.CarlaSettings.ini b/Docs/Example.CarlaSettings.ini index 5b0f7ed0a..8de855982 100644 --- a/Docs/Example.CarlaSettings.ini +++ b/Docs/Example.CarlaSettings.ini @@ -36,9 +36,12 @@ SeedPedestrians=123456789 [CARLA/SceneCapture] ; Names of the cameras to be attached to the player, comma-separated, each of -; them should be defined in its own subsection. -Cameras=MyCamera +; them should be defined in its own subsection. E.g., Uncomment next line to add +; a camera called MyCamera to the vehicle +; Cameras=MyCamera + +; Now, every camera we added needs to be defined it in its own subsection. [CARLA/SceneCapture/MyCamera] ; Post-processing effect to be applied. Valid values: ; * None No effects applied.