Skip to content

Commit

Permalink
[ergoCubSN000] added missing joints param (robotology#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini authored and valegagge committed Apr 11, 2024
1 parent 4ce5bb8 commit f03f4cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
-->
<!-- These are the parameters with torso_pitch removed -->
<param name="axesNames">(neck_pitch,neck_roll,neck_yaw,camera_tilt,l_shoulder_pitch,l_shoulder_roll,l_shoulder_yaw,l_elbow,l_wrist_yaw,l_wrist_roll,l_wrist_pitch,l_thumb_add,l_thumb_oc,l_index_add,l_index_oc,l_middle_oc,l_ring_pinky_oc,r_shoulder_pitch,r_shoulder_roll,r_shoulder_yaw,r_elbow,r_wrist_yaw,r_wrist_roll,r_wrist_pitch,r_thumb_add,r_thumb_oc,r_index_add,r_index_oc,r_middle_oc,r_ring_pinky_oc,torso_roll,torso_yaw,l_hip_pitch,l_hip_roll,l_hip_yaw,l_knee,l_ankle_pitch,l_ankle_roll,r_hip_pitch,r_hip_roll,r_hip_yaw,r_knee,r_ankle_pitch,r_ankle_roll)</param>
<param name="joints"> 44 </param>
<action phase="startup" level="6" type="attach">
<paramlist name="networks">
<elem name="head_joints"> head-mc_remapper </elem>
Expand Down
3 changes: 2 additions & 1 deletion ergoCubSN000/wrappers/motorControl/torso-mc_remapper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<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="axesNames">(torso_roll,torso_yaw)</param>
<param name="joints"> 2 </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 f03f4cf

Please sign in to comment.