Update README.md

pull/2157/head
grekiki 5 years ago committed by GitHub
parent 56c3d8e4d1
commit 5fad5779c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 17
      tools/sim/README.md

@ -1,27 +1,22 @@
openpilot in simulator openpilot in simulator
===================== =====================
## Setup
Checkout openpilot
```
cd ~/ && git clone https://github.com/commaai/openpilot.git
```
## Running the simulator ## Running the simulator
First, start the CARLA server. First, start the CARLA server.
``` ```
cd ~/openpilot/tools/sim
./start_carla.sh ./start_carla.sh
``` ```
Then use `start_openpilot_docker.sh` to start the docker container. Then start bridge and openpilot.
```
start_openpilot_docker.sh
```
To engage openpilot press 1 a few times while focused on bridge.py to increase the cruise speed.
## Controls ## Controls
Now put the focus on the terminal running bridge.py and you can control You can control openpilot driving in the simulation with the following keys
openpilot driving in the simulation with the following keys
| key | functionality | | key | functionality |
| :---: | :---------------: | | :---: | :---------------: |

Loading…
Cancel
Save