🍬Installation

Installing ROAR_PY
Now follow instructions described in
Interface InstallationCarla InstallationAs an additional version check, make sure your Carla PythonAPI's version is 0.9.12 by running
pip3 install carla==0.9.12
Cloning down competition skeletons
Now open up https://github.com/augcog/ROAR_Competition in your browser and click on the "fork" button.

After forking the ROAR_Competition code you should have a child repository of the given skeleton code. It should have a URL that looks like this:
https://github.com/YOUR_USERNAME/ROAR_Competition
Now clone down this repository by using git clone URL_TO_YOUR_FORKED_REPO
and start modifying the submission.py
file.
Last updated