This repository contains traffic scenario definition and an execution engine for CARLA. It also allows the execution of a simulation of the CARLA Challenge. You can use this system to prepare your agent for the CARLA Challenge.
This is work in progress and may not reflect the final API
Use git clone
or download the project from this page. Note that the master
branch contains the latest fixes and features, and may be required to use the latest features from CARLA.
Currently no build is required, as all code is in Python.
Please take a look at our Getting started documentation.
You can evaluate your own agents using a reproduction of the CARLA Challenge by following this tutorial
Please take a look at our Contribution guidelines.
If you run into problems, check our FAQ.
ScenarioRunner specific code is distributed under MIT License.