mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 18:53:55 +08:00
* cleanup simulator files
* minor updates
* update readme
* keras runner builds
* hmm, still doesn't work
* keras runner works
* should work with python3 keras mod
* touchups
old-commit-hash: c50c718293
25 lines
537 B
Plaintext
25 lines
537 B
Plaintext
Needs Ubuntu 16.04
|
|
|
|
== Checkout openpilot ==
|
|
cd ~/
|
|
git clone https://github.com/commaai/openpilot.git
|
|
# Add export PYTHONPATH=$HOME/openpilot to your bashrc
|
|
# Have a working tensorflow+keras in python2
|
|
|
|
== Install (in tab 1) ==
|
|
|
|
cd ~/openpilot/tools/sim
|
|
./start_carla.sh # install CARLA 0.9.7 and start the server
|
|
|
|
== openpilot (in tab 2) ==
|
|
|
|
cd ~/openpilot/selfdrive/
|
|
PASSIVE=0 NOBOARD=1 ./manager.py
|
|
|
|
== bridge (in tab 3) ==
|
|
|
|
# links carla to openpilot, will "start the car" according to manager
|
|
cd ~/openpilot/tools/sim
|
|
./bridge.py
|
|
|