Skip to content

Commit 6eef5b7

Browse files
authored
Fix file path for maximum speed limit exercise (#60)
Corrected the file path for the exercise scenario from 'exercisescenario_02.usd' to 'exercise/scenario_02.usd'. Signed-off-by: Gildas PRIME <prime.gildas@gmail.com>
1 parent 09409d8 commit 6eef5b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/creating-composition-arcs/inherits-specializes/experimenting-with-specializes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Linux:
8383

8484
If you select the road pieces and look at the *Property* panel, you’ll see in that our roads have a new attribute `osm:street:maxspeed` which is coming from the specializes arc. Our side roads also have been set to 20 while our main road is still 30.
8585

86-
Let’s imagine we’ve been told that in `composition_arcs/specializes/exercisescenario_02.usd` we should try setting a new default maximum speed limit of 40. Since we have already created our specializes arc, we just need to {term}`override <Over>` the maxspeed value on the source {term}`prim <Prim>` of the specializes arc to broadcast a fallback.
86+
Let’s imagine we’ve been told that in `composition_arcs/specializes/exercise/scenario_02.usd` we should try setting a new default maximum speed limit of 40. Since we have already created our specializes arc, we just need to {term}`override <Over>` the maxspeed value on the source {term}`prim <Prim>` of the specializes arc to broadcast a fallback.
8787

8888
8. In Visual Studio Code, **open** the following file: `composition_arcs/specializes/exercise/specializes_exercise_2.py`
8989

0 commit comments

Comments
 (0)