Skip to content

Commit

Permalink
Running Carla when choosing a) deb Carla install
Browse files Browse the repository at this point in the history
This fixes a minor error in the documentation regarding running carla, if the deb installation was choosen.
  • Loading branch information
ll7 authored and bernatx committed Sep 9, 2020
1 parent cc12f95 commit 60c11b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docs/start_quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 60c11b5

Please sign in to comment.