Updated CARLA (markdown)

master
dorkmo 2020-11-13 16:37:10 -06:00
parent 227f058178
commit 8fc05a91ec
1 changed files with 12 additions and 0 deletions

@ -26,6 +26,10 @@ https://github.com/commaai/openpilot/tree/master/tools/sim#openpilot-in-simulato
## Install Drivers and Software
### Download and Install Ubunutu
### Update Nvidia Drivers
Open a Terminal window by pressing Ctrl + Alt + T
`sudo apt-get update`
@ -40,6 +44,8 @@ for example, the 450 version install command is show below:
`sudo reboot`
### Install Docker
`sudo apt install curl`
`$ curl https://get.docker.com | sh \`
@ -48,6 +54,8 @@ for example, the 450 version install command is show below:
`$ sudo docker run hello-world`
### Install openpilot and carla
`sudo apt install git`
`git clone https://github.com/commaai/openpilot.git`
@ -60,8 +68,12 @@ for example, the 450 version install command is show below:
`./install_carla.sh`
### Install drivers and start carla
`sudo INSTALL=1 ./start_carla.sh`
### Run openpilot
Open a second terminal window by pressing Ctrl + Alt + T
`sudo ./start_openpilot_docker.sh`