RSS, CARLA, parameter exploration and magic.
- Get CARLA 0.9.6. Be sure the branch you chose supports RSS.
- Build CARLA and PythonAPI with RSS flag
make launch
make package
make LibCarla.client.rss
make PythonAPI.rss
- If there is an error "not compliant with RSS version, please do PythonAPI.rss" do
make clean
make PythonAPI.rss
- Define your PYTHONPATH:
export PYTHONPATH=path/to/your/carla/dist/.egg and path/to/your/carla/PythonAPI/carla
- Install Scenario Runner (compatible version with CARLA 0.9.6)
- Define the scenario_runner path:
export ROOT_SCENARIO_RUNNER=path/to/your/scenario_runner
- Git clone this code
Depending on your CARLA branch version the launching steps are as follows