Skip to content

Commit 3244f1d

Browse files
ygoumazomichel
andauthored
Update TIAGo finger joint names (#6108)
* Update TiagoGripper.proto * fix test suite --------- Co-authored-by: Olivier Michel <[email protected]>
1 parent 2623a0e commit 3244f1d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

projects/robots/pal_robotics/tiago_extensions/protos/TiagoGripper.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -364,13 +364,13 @@ PROTO TiagoGripper [
364364
}
365365
device [
366366
LinearMotor {
367-
name %<= '"' + side + 'gripper_finger_joint::left"' >%
367+
name %<= '"' + side + 'gripper_left_finger_joint"' >%
368368
maxVelocity 0.05
369369
maxPosition 0.045
370370
maxForce 16
371371
}
372372
PositionSensor {
373-
name %<= '"' + side + 'gripper_finger_joint::left_sensor"' >%
373+
name %<= '"' + side + 'gripper_left_sensor_finger_joint"' >%
374374
}
375375
]
376376
endPoint DEF LEFT_GRIPPER Solid {
@@ -474,13 +474,13 @@ PROTO TiagoGripper [
474474
}
475475
device [
476476
LinearMotor {
477-
name %<= '"' + side + 'gripper_finger_joint::right"' >%
477+
name %<= '"' + side + 'gripper_right_finger_joint"' >%
478478
maxVelocity 0.05
479479
maxPosition 0.045
480480
maxForce 16
481481
}
482482
PositionSensor {
483-
name %<= '"' + side + 'gripper_finger_joint::right_sensor"' >%
483+
name %<= '"' + side + 'gripper_right_sensor_finger_joint"' >%
484484
}
485485
]
486486
endPoint DEF RIGHT_GRIPPER Solid {

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)