Skip to content

Commit c05a90b

Browse files
committed
add cob4-24
1 parent f6ae09c commit c05a90b

File tree

2 files changed

+154
-0
lines changed

2 files changed

+154
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
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+
<!-- sersorring 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+
<!-- kinematic chain reference positions -->
92+
<!-- *********************************** -->
93+
<!-- this feature is no longer supported as urdfdom does not parse the according 'calibration_rising' tag -->
94+
95+
<!-- cam3d left | handeye calibration | relative to torso_3_link -->
96+
<xacro:property name="offset_torso_cam3d_left_x" value="0.0"/>
97+
<xacro:property name="offset_torso_cam3d_left_y" value="0.0"/>
98+
<xacro:property name="offset_torso_cam3d_left_z" value="0.0"/>
99+
<xacro:property name="offset_torso_cam3d_left_roll" value="0.0"/>
100+
<xacro:property name="offset_torso_cam3d_left_pitch" value="0.0"/>
101+
<xacro:property name="offset_torso_cam3d_left_yaw" value="0.0"/>
102+
103+
<!-- cam3d right | handeye calibration | relative to torso_3_link -->
104+
<xacro:property name="offset_torso_cam3d_right_x" value="0.0"/>
105+
<xacro:property name="offset_torso_cam3d_right_y" value="0.0"/>
106+
<xacro:property name="offset_torso_cam3d_right_z" value="0.0"/>
107+
<xacro:property name="offset_torso_cam3d_right_roll" value="0.0"/>
108+
<xacro:property name="offset_torso_cam3d_right_pitch" value="0.0"/>
109+
<xacro:property name="offset_torso_cam3d_right_yaw" value="0.0"/>
110+
111+
<!-- cam3d down | handeye calibration | relative to torso_3_link -->
112+
<xacro:property name="offset_torso_cam3d_down_x" value="0.0"/>
113+
<xacro:property name="offset_torso_cam3d_down_y" value="0.0"/>
114+
<xacro:property name="offset_torso_cam3d_down_z" value="0.0"/>
115+
<xacro:property name="offset_torso_cam3d_down_roll" value="0.0"/>
116+
<xacro:property name="offset_torso_cam3d_down_pitch" value="0.0"/>
117+
<xacro:property name="offset_torso_cam3d_down_yaw" value="0.0"/>
118+
119+
<!-- cam3d | handeye calibration | relative to sensorring_link -->
120+
<xacro:property name="offset_sensorring_cam3d_x" value="0.0"/>
121+
<xacro:property name="offset_sensorring_cam3d_y" value="0.0"/>
122+
<xacro:property name="offset_sensorring_cam3d_z" value="0.0"/>
123+
<xacro:property name="offset_sensorring_cam3d_roll" value="0.0"/>
124+
<xacro:property name="offset_sensorring_cam3d_pitch" value="0.0"/>
125+
<xacro:property name="offset_sensorring_cam3d_yaw" value="0.0"/>
126+
127+
<!-- cam | handeye calibration | relative to head_3_link -->
128+
<xacro:property name="offset_head_cam_x" value="0.0"/>
129+
<xacro:property name="offset_head_cam_y" value="0.0"/>
130+
<xacro:property name="offset_head_cam_z" value="0.0"/>
131+
<xacro:property name="offset_head_cam_roll" value="0.0"/>
132+
<xacro:property name="offset_head_cam_pitch" value="0.0"/>
133+
<xacro:property name="offset_head_cam_yaw" value="0.0"/>
134+
</robot>
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
image_width: 1280
2+
image_height: 960
3+
camera_name: head_cam
4+
camera_matrix:
5+
rows: 3
6+
cols: 3
7+
data: [880.7080911778385, 0, 627.6616877342461, 0, 881.2999751980833, 491.5771758707277, 0, 0, 1]
8+
distortion_model: plumb_bob
9+
distortion_coefficients:
10+
rows: 1
11+
cols: 5
12+
data: [-0.3596187997560628, 0.1046521709908827, -0.001495978856979693, -0.001177351820299186, 0]
13+
rectification_matrix:
14+
rows: 3
15+
cols: 3
16+
data: [1, 0, 0, 0, 1, 0, 0, 0, 1]
17+
projection_matrix:
18+
rows: 3
19+
cols: 4
20+
data: [668.5789794921875, 0, 614.8843741843884, 0, 0, 772.636962890625, 493.3122868681094, 0, 0, 0, 1, 0]

0 commit comments

Comments
 (0)