Skip to content

Commit

Permalink
Fix number of joints in torso remapper
Browse files Browse the repository at this point in the history
  • Loading branch information
icub committed May 16, 2023
1 parent 694c652 commit 68e8520
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ergoCubSN000/wrappers/motorControl/torso-mc_remapper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<!DOCTYPE devices PUBLIC "-//YARP//DTD yarprobotinterface 3.0//EN" "http://www.yarp.it/DTD/yarprobotinterfaceV3.0.dtd">

<device xmlns:xi="http://www.w3.org/2001/XInclude" name="torso-mc_remapper" type="controlboardremapper">
<!--
These are the regular parameters

<!-- These are the regular parameters -->
<param name="axesNames">(torso_roll,torso_pitch,torso_yaw)</param>
-->
<!-- This are the parametes with torso_pitch not exposed outside of the yarprobotinterface -->
<param name="axesNames">(torso_roll,torso_yaw)</param>
<param name="joints"> 2 </param>

<!-- This are the parametes with torso_pitch not exposed outside of the yarprobotinterface
<param name="axesNames">(torso_roll,torso_yaw)</param> -->
<param name="joints"> 3 </param>
<action phase="startup" level="5" type="attach">
<paramlist name="networks">
<elem name="torso_joints"> torso-eb5-j0_2-mc </elem>
Expand Down

0 comments on commit 68e8520

Please sign in to comment.