Skip to content

Commit

Permalink
fix test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
ygoumaz committed Apr 27, 2023
1 parent 7464bb2 commit d9398ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/api/controllers/robot_urdf/tiago_reference.urdf
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@
<child link="left"/>
<origin xyz="0.016 0 0" rpy="-2.356193 1.570792 0.785393"/>
</joint>
<joint name="left_hand_gripper_finger_joint::right" type="prismatic">
<joint name="left_hand_gripper_right_finger_joint" type="prismatic">
<parent link="left"/>
<child link="gripper_right_finger_link"/>
<axis xyz="1 0 0"/>
Expand Down Expand Up @@ -953,7 +953,7 @@
</geometry>
</collision>
</link>
<joint name="left_hand_gripper_finger_joint::left" type="prismatic">
<joint name="left_hand_gripper_left_finger_joint" type="prismatic">
<parent link="left"/>
<child link="gripper_left_finger_link"/>
<axis xyz="1 0.000093 0"/>
Expand Down Expand Up @@ -1510,7 +1510,7 @@
<child link="right"/>
<origin xyz="0.016 0 0" rpy="-2.356193 1.570792 0.785393"/>
</joint>
<joint name="right_hand_gripper_finger_joint::right" type="prismatic">
<joint name="right_hand_gripper_right_finger_joint" type="prismatic">
<parent link="right"/>
<child link="gripper_right_finger_link_3"/>
<axis xyz="1 0 0"/>
Expand Down Expand Up @@ -1555,7 +1555,7 @@
</geometry>
</collision>
</link>
<joint name="right_hand_gripper_finger_joint::left" type="prismatic">
<joint name="right_hand_gripper_left_finger_joint" type="prismatic">
<parent link="right"/>
<child link="gripper_left_finger_link_4"/>
<axis xyz="1 0.000093 0"/>
Expand Down

0 comments on commit d9398ef

Please sign in to comment.