Skip to content

Commit d41074c

Browse files
committed
follow person teleop mode working
1 parent 6d034b5 commit d41074c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/templates/exercises/follow_person/exercise.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{% react_component components/visualizers/VncConsoleViewer%}{% end_react_component %}
2121
{% end_react_component%}
2222
{% react_component components/containers/FlexContainer%}
23-
{% react_component exercise/follow_person/ImgCanvas %}{% end_react_component %}
23+
{% react_component exercise/follow_person/SpecificFollowPerson %}{% end_react_component %}
2424
{% react_component components/visualizers/GazeboViewer%}{% end_react_component %}
2525
{% end_react_component %}
2626
{% end_react_component %}
@@ -45,7 +45,7 @@
4545
{% react_component components/visualizers/ConsoleViewer%}{% end_react_component %}
4646
{% end_react_component%}
4747
{% react_component components/wrappers/FlexContainer%}
48-
{% react_component exercise/follow_person/ImgCanvas %}{% end_react_component %}
48+
{% react_component exercise/follow_person/SpecificFollowPerson %}{% end_react_component %}
4949
{% react_component components/visualizers/GazeboViewer%}{% end_react_component %}
5050
{% end_react_component %}
5151
{% end_react_component %}

0 commit comments

Comments
 (0)