License: MIT GitHub tag (latest SemVer) Build Status

ScenarioRunner

ScenarioRunner is a module that allows traffic scenario definition and execution for the CARLA simulator. The scenarios can be defined through a Python interface or using the OpenSCENARIO standard.

ScenarioRunner can also be used to prepare AD agents for their evaluation, by easily creating complex traffic scenarios and routes for the agents to navigate through. These results can be validated and shared in the CARLA Leaderboard, an open platform for the community to fairly compare their progress, evaluating agents in realistic traffic situatoins.

The CARLA forum has a specific section regarding ScenarioRunner, for users to post any doubts or suggestions that may arise during the reading of this documentation.


Quick start

Get ScenarioRunner — Tutorial on how to download and launch ScenarioRunner.

First steps — Brief tutorials on how to run different types of scenarios.

Create a new scenario — Tutorial on how to create a new scenario using ScenarioRunner.

Metrics module — Explanation of the metrics module.

F.A.Q. — Some of the most frequent installation issues.

Release notes — Features, fixes and other changes listed per release.

References

List of scenarios — Example scenarios available in ScenarioRunner.

OpenScenario support — Support status of OpenSCENARIO features.

Contributing

Code of conduct — Standard rights and duties for contributors.

Coding standard — Guidelines to write proper code.

Contribution guidelines — The different ways to contribute to ScenarioRunner.