Note: for Mac users, please dual boot as Windows 10.
-
Fork the Repo
-
clone the repo
git clone --recursive https://github.com/YOURUSERNAME/ROAR.git
-
Create virtual environment with python3.7
conda create -n ROAR python=3.7
conda activate ROAR
-
Install Dependency
- General Dependency
pip install -r requirements.txt
in the ROAR folder
- For simulator
cd ROAR_Sim
pip install -r requirements.txt
- Download Simulator distribution for your OS
- For actual vehicle wired to your computer
cd ROAR_Jetson
pip install -r requirements.txt
- For actual vehicle running on Jetson Nano
cd ROAR_Jetson
sudo apt-get install python-dev libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsdl1.2-dev libsmpeg-dev python-numpy subversion libportmidi-dev ffmpeg libswscale-dev libavformat-dev libavcodec-dev libfreetype6-dev
pip3 install -r requirements_jetson_nano.txt
- General Dependency
-
Enjoy
- For Simulator
python runner_sim.py
- For physical car
python runner_jetson.py
orpython3 runner_jetson.py
- For Simulator