|
| 1 | +<?xml version="1.0" ?> |
| 2 | +<robot xmlns:xacro="http://www.ros.org/wiki/xacro"> |
| 3 | + <!-- ***************** --> |
| 4 | + <!-- base calibration --> |
| 5 | + <!-- ***************** --> |
| 6 | + <!-- laser front mount positions | relative to base_link --> |
| 7 | + <xacro:property name="offset_laser_front_x" value="0.0"/> |
| 8 | + <xacro:property name="offset_laser_front_y" value="0.0"/> |
| 9 | + <xacro:property name="offset_laser_front_z" value="0.0"/> |
| 10 | + <xacro:property name="offset_laser_front_roll" value="0.0"/> |
| 11 | + <xacro:property name="offset_laser_front_pitch" value="0.0"/> |
| 12 | + <xacro:property name="offset_laser_front_yaw" value="0.0"/> |
| 13 | + |
| 14 | + <!-- laser left mount positions | relative to base_link --> |
| 15 | + <xacro:property name="offset_laser_left_x" value="0.0"/> |
| 16 | + <xacro:property name="offset_laser_left_y" value="0.0"/> |
| 17 | + <xacro:property name="offset_laser_left_z" value="0.0"/> |
| 18 | + <xacro:property name="offset_laser_left_roll" value="0.0"/> |
| 19 | + <xacro:property name="offset_laser_left_pitch" value="0.0"/> |
| 20 | + <xacro:property name="offset_laser_left_yaw" value="0.0"/> |
| 21 | + |
| 22 | + <!-- laser right mount positions | relative to base_link --> |
| 23 | + <xacro:property name="offset_laser_right_x" value="0.0"/> |
| 24 | + <xacro:property name="offset_laser_right_y" value="0.0"/> |
| 25 | + <xacro:property name="offset_laser_right_z" value="0.0"/> |
| 26 | + <xacro:property name="offset_laser_right_roll" value="0.0"/> |
| 27 | + <xacro:property name="offset_laser_right_pitch" value="0.0"/> |
| 28 | + <xacro:property name="offset_laser_right_yaw" value="0.0"/> |
| 29 | + |
| 30 | + <!-- *********************** --> |
| 31 | + <!-- upper robot calibration --> |
| 32 | + <!-- *********************** --> |
| 33 | + |
| 34 | + <!-- torso mount positions | relative to base_link --> |
| 35 | + <xacro:property name="offset_torso_x" value="0.0"/> |
| 36 | + <xacro:property name="offset_torso_y" value="0.0"/> |
| 37 | + <xacro:property name="offset_torso_z" value="0.0"/> |
| 38 | + <xacro:property name="offset_torso_roll" value="0.0"/> |
| 39 | + <xacro:property name="offset_torso_pitch" value="0.0"/> |
| 40 | + <xacro:property name="offset_torso_yaw" value="0.0"/> |
| 41 | + |
| 42 | + <!-- head mount positions | relative to torso_3_link --> |
| 43 | + <xacro:property name="offset_head_x" value="0.0"/> |
| 44 | + <xacro:property name="offset_head_y" value="0.0"/> |
| 45 | + <xacro:property name="offset_head_z" value="0.0"/> |
| 46 | + <xacro:property name="offset_head_roll" value="0.0"/> |
| 47 | + <xacro:property name="offset_head_pitch" value="0.0"/> |
| 48 | + <xacro:property name="offset_head_yaw" value="0.0"/> |
| 49 | + |
| 50 | + <!-- sensorring mount positions | relative to head_3_link --> |
| 51 | + <xacro:property name="offset_sensorring_x" value="0.0"/> |
| 52 | + <xacro:property name="offset_sensorring_y" value="0.0"/> |
| 53 | + <xacro:property name="offset_sensorring_z" value="0.0"/> |
| 54 | + <xacro:property name="offset_sensorring_roll" value="0.0"/> |
| 55 | + <xacro:property name="offset_sensorring_pitch" value="0.0"/> |
| 56 | + <xacro:property name="offset_sensorring_yaw" value="0.0"/> |
| 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 | + |
| 90 | + <!-- ***************************** --> |
| 91 | + <!-- extrinsic camera calibration --> |
| 92 | + <!-- ***************************** --> |
| 93 | + <!-- torso cam3d left mount positions | relative to torso_3_link --> |
| 94 | + <xacro:property name="offset_torso_cam3d_left_x" value="0.0"/> |
| 95 | + <xacro:property name="offset_torso_cam3d_left_y" value="0.0"/> |
| 96 | + <xacro:property name="offset_torso_cam3d_left_z" value="0.0"/> |
| 97 | + <xacro:property name="offset_torso_cam3d_left_roll" value="0.0"/> |
| 98 | + <xacro:property name="offset_torso_cam3d_left_pitch" value="0.0"/> |
| 99 | + <xacro:property name="offset_torso_cam3d_left_yaw" value="0.0"/> |
| 100 | + |
| 101 | + <!-- torso cam3d right mount positions | relative to torso_3_link --> |
| 102 | + <xacro:property name="offset_torso_cam3d_right_x" value="0.0"/> |
| 103 | + <xacro:property name="offset_torso_cam3d_right_y" value="0.0"/> |
| 104 | + <xacro:property name="offset_torso_cam3d_right_z" value="0.0"/> |
| 105 | + <xacro:property name="offset_torso_cam3d_right_roll" value="0.0"/> |
| 106 | + <xacro:property name="offset_torso_cam3d_right_pitch" value="0.0"/> |
| 107 | + <xacro:property name="offset_torso_cam3d_right_yaw" value="0.0"/> |
| 108 | + |
| 109 | + <!-- torso cam3d down mount positions | relative to torso_3_link --> |
| 110 | + <xacro:property name="offset_torso_cam3d_down_x" value="0.0"/> |
| 111 | + <xacro:property name="offset_torso_cam3d_down_y" value="0.0"/> |
| 112 | + <xacro:property name="offset_torso_cam3d_down_z" value="0.0"/> |
| 113 | + <xacro:property name="offset_torso_cam3d_down_roll" value="0.0"/> |
| 114 | + <xacro:property name="offset_torso_cam3d_down_pitch" value="0.0"/> |
| 115 | + <xacro:property name="offset_torso_cam3d_down_yaw" value="0.0"/> |
| 116 | + |
| 117 | + <!-- sensorring cam3d mount positions | relative to sensorring_link --> |
| 118 | + <xacro:property name="offset_sensorring_cam3d_x" value="0.0"/> |
| 119 | + <xacro:property name="offset_sensorring_cam3d_y" value="0.0"/> |
| 120 | + <xacro:property name="offset_sensorring_cam3d_z" value="0.0"/> |
| 121 | + <xacro:property name="offset_sensorring_cam3d_roll" value="0.0"/> |
| 122 | + <xacro:property name="offset_sensorring_cam3d_pitch" value="0.0"/> |
| 123 | + <xacro:property name="offset_sensorring_cam3d_yaw" value="0.0"/> |
| 124 | + |
| 125 | + <!-- head cam mount positions | relative to head_3_link --> |
| 126 | + <xacro:property name="offset_head_cam_x" value="0.0"/> |
| 127 | + <xacro:property name="offset_head_cam_y" value="0.0"/> |
| 128 | + <xacro:property name="offset_head_cam_z" value="0.0"/> |
| 129 | + <xacro:property name="offset_head_cam_roll" value="0.0"/> |
| 130 | + <xacro:property name="offset_head_cam_pitch" value="0.0"/> |
| 131 | + <xacro:property name="offset_head_cam_yaw" value="0.0"/> |
| 132 | +</robot> |
0 commit comments