From 60c11b59ae787810d9de200c2bdb21602dfb5017 Mon Sep 17 00:00:00 2001 From: ll7 <32880741+ll7@users.noreply.github.com> Date: Tue, 11 Aug 2020 09:34:00 +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 1c2d86bf977..f5ed5985c2f 100644 --- a/Docs/start_quickstart.md +++ b/Docs/start_quickstart.md @@ -139,7 +139,7 @@ Open a terminal in the main CARLA folder. Run the following command to execute t > CarlaUE4.exe ``` !!! Important - In the __deb installation__, `CarlaUE4.sh` will be in `/opt/carla/bin/`, 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: