Skip to content

Commit

Permalink
Fix typo in RobotInterfaceText.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro committed Feb 9, 2021
1 parent c30b6ab commit 8e1a6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/robotinterface/RobotInterfaceTest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- This should match the yarpDeviceName in the .ini file loaded in the Gazebo plugin. -->
<!-- The yarpDeviceName plays the same role of the name attribute of the device XML element
for devices that are created via the robotinterface XML format. -->
<elem name="FirstSetOfJoints"> pendulum_controlboard_ </elem>
<elem name="FirstSetOfJoints"> pendulum_controlboard </elem>
</paramlist>
</action>
<action phase="shutdown" level="5" type="detach" />
Expand Down

0 comments on commit 8e1a6c9

Please sign in to comment.