Skip to content

Commit c5a548a

Browse files
authored
Merge pull request #169 from fmessmer/add_cob4-30_ostwestfalen
add cob4-30 ostwestfalen
2 parents d10ea7c + 60d33d4 commit c5a548a

File tree

2 files changed

+152
-0
lines changed

2 files changed

+152
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
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>
+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: [912.899608, 0.000000, 640.420778, 0.000000, 917.520761, 502.479759, 0.000000, 0.000000, 1.000000]
8+
distortion_model: plumb_bob
9+
distortion_coefficients:
10+
rows: 1
11+
cols: 5
12+
data: [-0.373478, 0.112529, -0.000921, -0.002183, 0.000000]
13+
rectification_matrix:
14+
rows: 3
15+
cols: 3
16+
data: [1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000]
17+
projection_matrix:
18+
rows: 3
19+
cols: 4
20+
data: [700.806335, 0.000000, 632.696581, 0.000000, 0.000000, 809.140137, 508.162883, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000]

0 commit comments

Comments
 (0)