Skip to content

carla-simulator/scenario_runner

Folders and files

NameName
Last commit message
Last commit date
Apr 26, 2024
Apr 30, 2024
Jun 25, 2024
Apr 12, 2024
Apr 17, 2020
Sep 24, 2021
Feb 29, 2024
Nov 25, 2021
Sep 30, 2020
Jul 8, 2020
Nov 19, 2018
Nov 16, 2023
Nov 16, 2023
Nov 26, 2020
Sep 7, 2020
Aug 31, 2021
Aug 30, 2024
May 17, 2024

Repository files navigation

License: MIT GitHub tag (latest SemVer) Build Status

ScenarioRunner for CARLA

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.

Scenarios can be defined through a Python interface, and with the newest version the scenario_runner also the upcoming OpenSCENARIO standard and OpenSCENARIO 2.0 standard is supported.

Scenario_Runner for CARLA

Getting the ScenarioRunner

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.

It is important to also consider the release version that has to match the CARLA version.

To use a particular version you can either download the corresponding tarball or simply checkout the version tag associated to the release (e.g. git checkout v0.9.5)

Currently no build is required, as all code is in Python.

Using the ScenarioRunner

Please take a look at our Getting started documentation.

Challenge Evaluation

The CARLA Challenge has moved to the CARLA Autonomous Driving Leaderboard. Please see the leaderboard repository and the getting started guide for more information.

Contributing

Please take a look at our Contribution guidelines.

FAQ

If you run into problems, check our FAQ.

License

ScenarioRunner specific code is distributed under MIT License.