From a554d7a2761598dfd277add57dce122978d368e6 Mon Sep 17 00:00:00 2001 From: corkyw10 Date: Fri, 19 Mar 2021 12:47:46 +0100 Subject: [PATCH] missing comma added --- Docs/tuto_G_scenic.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/tuto_G_scenic.md b/Docs/tuto_G_scenic.md index 35557a3e3..8056febf2 100644 --- a/Docs/tuto_G_scenic.md +++ b/Docs/tuto_G_scenic.md @@ -46,7 +46,7 @@ This section walks through how to write a basic Scenic script in which a leading __1.__ Set the map parameters and declare the model to be used in the scenario: - An `.xodr` file should be set as the value for the [`map`][scenic_map] parameter, this will be used later to generate road network information. -- The parameter `carla_map` refers to the name of the CARLA map you would like to use in the simulation. If this is defined then Scenic will load all the assets of the map (buildings, trees, etc.), and if not then the [OpenDRIVE standalone mode](adv_opendrive.md) will be used. +- The parameter `carla_map` refers to the name of the CARLA map you would like to use in the simulation. If this is defined then Scenic will load all the assets of the map (buildings, trees, etc.), and if not, then the [OpenDRIVE standalone mode](adv_opendrive.md) will be used. - The model includes all the utilities specific to running scenarios on CARLA. This should be defined in all the scripts you want to run on CARLA. ```scenic