From 8c3f281b5199546c6a24ae24317c4585960c6128 Mon Sep 17 00:00:00 2001 From: bernat Date: Wed, 9 Sep 2020 23:27:54 +0200 Subject: [PATCH] Running Carla when choosing a) deb Carla install This fixes a minor error in the documentation regarding running carla, if the deb installation was choosen. --- Docs/start_quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/start_quickstart.md b/Docs/start_quickstart.md index 11a939b51..d121e1f4d 100644 --- a/Docs/start_quickstart.md +++ b/Docs/start_quickstart.md @@ -137,7 +137,7 @@ Open a terminal in the main CARLA folder. Run the following command to execute t > CarlaUE4.exe ``` !!! Important - In the __Debian installation__, `CarlaUE4.sh` will be in `/opt/carla-simulator`, instead of the main `carla/` folder where it normally is. + In the __deb installation__, `CarlaUE4.sh` will be in `/opt/carla-simulator/bin/`, instead of the main `carla/` folder where it normally is. A window containing a view over the city will pop up. This is the _spectator view_. To fly around the city use the mouse and `WASD` keys (while clicking). The server simulator is now running and waiting for a client to connect and interact with the world. Now it is time to start running scripts. The following example will spawn some life into the city: