|
55 | 55 | <xacro:property name="offset_sensorring_pitch" value="0.0"/>
|
56 | 56 | <xacro:property name="offset_sensorring_yaw" value="0.0"/>
|
57 | 57 |
|
| 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 | + |
58 | 90 | <!-- *********************************** -->
|
59 | 91 | <!-- kinematic chain reference positions -->
|
60 | 92 | <!-- *********************************** -->
|
|
0 commit comments