File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
exercises/templates/exercises/end_to_end_visual_control Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
{% if deployment %}
9
9
{% react_component exercise/follow_line/FollowLineRR %}
10
10
{% react_component components/containers/MaterialBox id="exercise-container" %}
11
- {% react_component components/common/MainAppBar exerciseName="Follow Line " url="https://jderobot.github.io/RoboticsAcademy/exercises/AutonomousCars/follow_line/"%}
11
+ {% react_component components/common/MainAppBar exerciseName="End-to-End Visual Control " url="https://jderobot.github.io/RoboticsAcademy/exercises/AutonomousCars/follow_line/"%}
12
12
{% react_component RA_links/WorldSelectorRA %} {% end_react_component %}
13
13
{% end_react_component %}
14
14
{% react_component components/containers/MaterialBox id="content" %}
33
33
{% else %}
34
34
{% react_component exercise/follow_line/FollowLineRR %}
35
35
{% react_component components/wrappers/MaterialBox id="exercise-container" %}
36
- {% react_component components/layout_components/MainAppBar exerciseName="Follow Line " url="https://jderobot.github.io/RoboticsAcademy/exercises/AutonomousCars/follow_line/"%}
36
+ {% react_component components/layout_components/MainAppBar exerciseName="End-to-End Visual Control " url="https://jderobot.github.io/RoboticsAcademy/exercises/AutonomousCars/follow_line/"%}
37
37
{% react_component components/visualizers/WorldSelector %} {% end_react_component %}
38
38
{% end_react_component %}
39
39
{% react_component components/wrappers/MaterialBox id="content" %}
You can’t perform that action at this time.
0 commit comments