Skip to content

Commit d9398ef

Browse files
committed
fix test suite
1 parent 7464bb2 commit d9398ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/api/controllers/robot_urdf/tiago_reference.urdf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@
908908
<child link="left"/>
909909
<origin xyz="0.016 0 0" rpy="-2.356193 1.570792 0.785393"/>
910910
</joint>
911-
<joint name="left_hand_gripper_finger_joint::right" type="prismatic">
911+
<joint name="left_hand_gripper_right_finger_joint" type="prismatic">
912912
<parent link="left"/>
913913
<child link="gripper_right_finger_link"/>
914914
<axis xyz="1 0 0"/>
@@ -953,7 +953,7 @@
953953
</geometry>
954954
</collision>
955955
</link>
956-
<joint name="left_hand_gripper_finger_joint::left" type="prismatic">
956+
<joint name="left_hand_gripper_left_finger_joint" type="prismatic">
957957
<parent link="left"/>
958958
<child link="gripper_left_finger_link"/>
959959
<axis xyz="1 0.000093 0"/>
@@ -1510,7 +1510,7 @@
15101510
<child link="right"/>
15111511
<origin xyz="0.016 0 0" rpy="-2.356193 1.570792 0.785393"/>
15121512
</joint>
1513-
<joint name="right_hand_gripper_finger_joint::right" type="prismatic">
1513+
<joint name="right_hand_gripper_right_finger_joint" type="prismatic">
15141514
<parent link="right"/>
15151515
<child link="gripper_right_finger_link_3"/>
15161516
<axis xyz="1 0 0"/>
@@ -1555,7 +1555,7 @@
15551555
</geometry>
15561556
</collision>
15571557
</link>
1558-
<joint name="right_hand_gripper_finger_joint::left" type="prismatic">
1558+
<joint name="right_hand_gripper_left_finger_joint" type="prismatic">
15591559
<parent link="right"/>
15601560
<child link="gripper_left_finger_link_4"/>
15611561
<axis xyz="1 0.000093 0"/>

0 commit comments

Comments
 (0)