🚗Carla Installation
To install carla implementation support for ROAR_PY, first install carla simulator.
After installing carla, launch it and it will start listening on the RPC port 2000 and 2001.
Then cd
to the ROAR_PY folder you just cloned, and run the following commands
cd roar_py_carla
pip install -e .
Now we have at least one backend installed! You can check that everything works by running
cd ../examples
python3 manual_control.py
Last updated