Skip to content

Commit 0c985ec

Browse files
authored
Merge pull request #142 from ipa-nhg/cob47-setup
setup cob4-7
2 parents 28e61cc + f78a634 commit 0c985ec

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

cob4-7/calibration/calibration_offset.urdf.xacro

+32
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,38 @@
5555
<xacro:property name="offset_sensorring_pitch" value="0.0"/>
5656
<xacro:property name="offset_sensorring_yaw" value="0.0"/>
5757

58+
<!-- arm right mount positions | relative to torso_3_link -->
59+
<xacro:property name="offset_arm_right_x" value="0.0"/>
60+
<xacro:property name="offset_arm_right_y" value="0.0"/>
61+
<xacro:property name="offset_arm_right_z" value="0.0"/>
62+
<xacro:property name="offset_arm_right_roll" value="0.0"/>
63+
<xacro:property name="offset_arm_right_pitch" value="0.0"/>
64+
<xacro:property name="offset_arm_right_yaw" value="0.0"/>
65+
66+
<!-- arm left mount positions | relative to torso_3_link -->
67+
<xacro:property name="offset_arm_left_x" value="0.0"/>
68+
<xacro:property name="offset_arm_left_y" value="0.0"/>
69+
<xacro:property name="offset_arm_left_z" value="0.0"/>
70+
<xacro:property name="offset_arm_left_roll" value="0.0"/>
71+
<xacro:property name="offset_arm_left_pitch" value="0.0"/>
72+
<xacro:property name="offset_arm_left_yaw" value="0.0"/>
73+
74+
<!-- gripper right mount positions | relative to arm_7_link -->
75+
<xacro:property name="offset_gripper_right_x" value="0.0"/>
76+
<xacro:property name="offset_gripper_right_y" value="0.0"/>
77+
<xacro:property name="offset_gripper_right_z" value="0.0"/>
78+
<xacro:property name="offset_gripper_right_roll" value="0.0"/>
79+
<xacro:property name="offset_gripper_right_pitch" value="0.0"/>
80+
<xacro:property name="offset_gripper_right_yaw" value="0.0"/>
81+
82+
<!-- gripper left mount positions | relative to arm_7_link -->
83+
<xacro:property name="offset_gripper_left_x" value="0.0"/>
84+
<xacro:property name="offset_gripper_left_y" value="0.0"/>
85+
<xacro:property name="offset_gripper_left_z" value="0.0"/>
86+
<xacro:property name="offset_gripper_left_roll" value="0.0"/>
87+
<xacro:property name="offset_gripper_left_pitch" value="0.0"/>
88+
<xacro:property name="offset_gripper_left_yaw" value="0.0"/>
89+
5890
<!-- *********************************** -->
5991
<!-- kinematic chain reference positions -->
6092
<!-- *********************************** -->

0 commit comments

Comments
 (0)