From b4a1562ab08251b37d4b73fee6623c133c2e8258 Mon Sep 17 00:00:00 2001 From: PabloVD Date: Fri, 29 Nov 2024 12:58:44 +0100 Subject: [PATCH] Link documentation in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e6e47131..3cdbb40e9 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ 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](http://www.openscenario.org/) standard and [OpenSCENARIO 2.0](https://www.asam.net/standards/detail/openscenario/v200/) standard is supported. +[Read the documentation here](https://scenario-runner.readthedocs.io/en/latest/). + [![Scenario_Runner for CARLA](Docs/img/scenario_runner_video.png)](https://youtu.be/ChmF8IFagpo?t=68) Getting the ScenarioRunner @@ -40,7 +42,7 @@ Currently no build is required, as all code is in Python. Using the ScenarioRunner ------------------------ -Please take a look at our [Getting started](Docs/getting_scenariorunner.md) +Please take a look at our [Getting started](https://scenario-runner.readthedocs.io/en/latest/getting_scenariorunner/) documentation. Challenge Evaluation