Skip to content

Commit 2240a77

Browse files
author
Florian Weisshardt
committed
Merge pull request #81 from ipa-cob3-2/indigo_dev
added cob3-2
2 parents 4e6ffb8 + 2937e26 commit 2240a77

File tree

5 files changed

+197
-0
lines changed

5 files changed

+197
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ find_package(catkin REQUIRED )
66
catkin_package()
77

88
set(robotlist
9+
cob3-2
910
cob3-6
1011
cob3-9
1112
cob4-1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
<?xml version="1.0"?>
2+
<robot>
3+
<!-- ***************** -->
4+
<!-- base calibration -->
5+
<!-- ***************** -->
6+
<!-- laser front mount positions | relative to base_link -->
7+
<property name="offset_laser_front_x" value="0.0"/>
8+
<property name="offset_laser_front_y" value="0.0"/>
9+
<property name="offset_laser_front_z" value="0.0"/>
10+
<property name="offset_laser_front_roll" value="0.0"/>
11+
<property name="offset_laser_front_pitch" value="0.0"/>
12+
<property name="offset_laser_front_yaw" value="0.0"/>
13+
14+
<!-- laser rear mount positions | relative to base_link -->
15+
<property name="offset_laser_rear_x" value="0.0"/>
16+
<property name="offset_laser_rear_y" value="0.0"/>
17+
<property name="offset_laser_rear_z" value="0.0"/>
18+
<property name="offset_laser_rear_roll" value="0.0"/>
19+
<property name="offset_laser_rear_pitch" value="0.0"/>
20+
<property name="offset_laser_rear_yaw" value="0.0"/>
21+
22+
<!-- laser top mount positions | relative to base_link -->
23+
<property name="offset_laser_top_x" value="0.0"/>
24+
<property name="offset_laser_top_y" value="0.0"/>
25+
<property name="offset_laser_top_z" value="0.0"/>
26+
<property name="offset_laser_top_roll" value="0.0"/>
27+
<property name="offset_laser_top_pitch" value="0.0"/>
28+
<property name="offset_laser_top_yaw" value="0.0"/>
29+
30+
<!-- *********************** -->
31+
<!-- upper robot calibration -->
32+
<!-- *********************** -->
33+
<!-- tray mount positions | relative to base_link -->
34+
<property name="offset_tray_x" value="0.0"/>
35+
<property name="offset_tray_y" value="0.0"/>
36+
<property name="offset_tray_z" value="0.0"/>
37+
<property name="offset_tray_roll" value="0.0"/>
38+
<property name="offset_tray_pitch" value="0.0"/>
39+
<property name="offset_tray_yaw" value="0.0"/>
40+
41+
<!-- torso mount positions | relative to base_link -->
42+
<property name="offset_torso_x" value="0.0"/>
43+
<property name="offset_torso_y" value="0.0"/>
44+
<property name="offset_torso_z" value="0.0"/>
45+
<property name="offset_torso_roll" value="0.0"/>
46+
<property name="offset_torso_pitch" value="0.0"/>
47+
<property name="offset_torso_yaw" value="0.0"/>
48+
49+
<!-- head mount positions | relative to head_cover_link -->
50+
<property name="offset_head_x" value="0.0"/>
51+
<property name="offset_head_y" value="0.0"/>
52+
<property name="offset_head_z" value="0.0"/>
53+
<property name="offset_head_roll" value="0.0"/>
54+
<property name="offset_head_pitch" value="0.0"/>
55+
<property name="offset_head_yaw" value="0.0"/>
56+
57+
<!-- arm mount positions | relative to base_link -->
58+
<property name="offset_arm_x" value="0.0"/>
59+
<property name="offset_arm_y" value="0.0"/>
60+
<property name="offset_arm_z" value="0.0"/>
61+
<property name="offset_arm_roll" value="0.0"/>
62+
<property name="offset_arm_pitch" value="0.0"/>
63+
<property name="offset_arm_yaw" value="0.0"/>
64+
65+
<!-- sdh mount positions | relative to arm_7_link -->
66+
<property name="offset_sdh_x" value="0.0"/>
67+
<property name="offset_sdh_y" value="0.0"/>
68+
<property name="offset_sdh_z" value="0.0"/>
69+
<property name="offset_sdh_roll" value="0.0"/>
70+
<property name="offset_sdh_pitch" value="0.0"/>
71+
<property name="offset_sdh_yaw" value="0.0"/>
72+
73+
<!-- *********************************** -->
74+
<!-- kinematic chain reference positions -->
75+
<!-- *********************************** -->
76+
<!-- torso chain calibration_offest! | relative to reference position (see below)-->
77+
78+
<!-- torso reference positions | used as calibration_rising for torso chain -->
79+
<!-- ! set these values to make torso straight with (0, 0, 0) joint angles ! -->
80+
<property name="offset_torso_lower_neck_pan_ref" value="0.0" />
81+
<property name="offset_torso_lower_neck_tilt_ref" value="0.0" />
82+
<property name="offset_torso_upper_neck_pan_ref" value="0.0" />
83+
<property name="offset_torso_upper_neck_tilt_ref" value="0.0" />
84+
85+
<!-- tray reference position | used as calibration_rising for tray chain -->
86+
<property name="offset_tray_ref" value="0.0"/>
87+
88+
<!-- head camera axis reference position | used as calibration_rising for head axis chain -->
89+
<property name="offset_head_axis_ref" value="0.0"/>
90+
91+
<!-- arm reference positions | used as calibration_rising for arm chain-->
92+
<property name="offset_arm_1_ref" value="0.0"/>
93+
<property name="offset_arm_2_ref" value="0.0"/>
94+
<property name="offset_arm_3_ref" value="0.0"/>
95+
<property name="offset_arm_4_ref" value="0.0"/>
96+
<property name="offset_arm_5_ref" value="0.0"/>
97+
<property name="offset_arm_6_ref" value="0.0"/>
98+
<property name="offset_arm_7_ref" value="0.0"/>
99+
100+
<!-- ***************************** -->
101+
<!-- camera calibration properties -->
102+
<!-- ***************************** -->
103+
<!-- left | handeye calibration | relative to head_axis_link -->
104+
<property name="offset_cam_reference_x" value="0.0"/>
105+
<property name="offset_cam_reference_y" value="0.0"/>
106+
<property name="offset_cam_reference_z" value="0.0"/>
107+
<property name="offset_cam_reference_roll" value="0.0"/>
108+
<property name="offset_cam_reference_pitch" value="0.0"/>
109+
<property name="offset_cam_reference_yaw" value="0.0"/>
110+
111+
<!-- left | handeye calibration | relative to cam_reference_link -->
112+
<property name="offset_cam_l_x" value="0.0"/>
113+
<property name="offset_cam_l_y" value="0.0"/>
114+
<property name="offset_cam_l_z" value="0.0"/>
115+
<property name="offset_cam_l_roll" value="0.0"/>
116+
<property name="offset_cam_l_pitch" value="0.0"/>
117+
<property name="offset_cam_l_yaw" value="0.0"/>
118+
119+
<!-- right | stereo baseline calibration | relative to cam_reference_link -->
120+
<property name="offset_cam_r_x" value="0.0"/>
121+
<property name="offset_cam_r_y" value="0.0"/>
122+
<property name="offset_cam_r_z" value="0.0"/>
123+
<property name="offset_cam_r_roll" value="0.0"/>
124+
<property name="offset_cam_r_pitch" value="0.0"/>
125+
<property name="offset_cam_r_yaw" value="0.0"/>
126+
127+
<!-- cam3d | handeye calibration | relative to cam_reference_link -->
128+
<property name="offset_cam3d_x" value="0.0"/>
129+
<property name="offset_cam3d_y" value="0.0"/>
130+
<property name="offset_cam3d_z" value="0.0"/>
131+
<property name="offset_cam3d_roll" value="0.0"/>
132+
<property name="offset_cam3d_pitch" value="0.0"/>
133+
<property name="offset_cam3d_yaw" value="0.0"/>
134+
</robot>
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
image_width: 640
2+
image_height: 480
3+
camera_name: right
4+
camera_matrix:
5+
rows: 3
6+
cols: 3
7+
data: [523.631759, 0.000000, 318.246486, 0, 522.575452, 258.087160, 0, 0, 1]
8+
distortion_coefficients:
9+
rows: 1
10+
cols: 5
11+
data: [0.208697, -0.445622, 0.000089, 0.002746, 0.000000]
12+
rectification_matrix:
13+
rows: 3
14+
cols: 3
15+
data: [1, 0, 0, 0, 1, 0, 0, 0, 1]
16+
projection_matrix:
17+
rows: 3
18+
cols: 4
19+
data: [523.631759, 0.000000, 318.246486, 0, 0, 522.575452, 258.087160, 0, 0, 0, 1, 0]
20+

cob3-2/calibration/cameras/left.yaml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# calibrated by fmw-sh 2011-11-23
2+
frame_id: /head_color_camera_l_link
3+
camera_name: left
4+
image_width: 1360
5+
image_height: 1024
6+
camera_matrix:
7+
rows: 3
8+
cols: 3
9+
data: [1449.8064925037399, 0.0, 668.48985878172368, 0.0, 1446.3381928151425, 505.65109662328473, 0.0, 0.0, 1.0]
10+
distortion_coefficients:
11+
rows: 1
12+
cols: 5
13+
data: [-0.26218191268191987, 0.22010918250226594, -0.00087455595647544155, -0.0014450290912924274, 0.0]
14+
rectification_matrix:
15+
rows: 3
16+
cols: 3
17+
data: [0.99946154753025884, 0.0061274804420019474, -0.03223459309271471, -0.0060751475556714901, 0.99998006484204727, 0.0017211916429596243, 0.032244497059139038, -0.0015244349536333007, 0.99947884845427082]
18+
projection_matrix:
19+
rows: 3
20+
cols: 4
21+
data: [1445.0754772876219, 0.0, 727.31310272216797, 0.0, 0.0, 1445.0754772876219, 514.64495849609375, 0.0, 0.0, 0.0, 1.0, 0.0]

cob3-2/calibration/cameras/right.yaml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# calibrated by fmw-sh 2011-11-23
2+
frame_id: /head_color_camera_r_link
3+
camera_name: right
4+
image_width: 1360
5+
image_height: 1024
6+
camera_matrix:
7+
rows: 3
8+
cols: 3
9+
data: [1455.6920112700718, 0.0, 694.67822264024619, 0.0, 1453.2233437057853, 524.85605264094193, 0.0, 0.0, 1.0]
10+
distortion_coefficients:
11+
rows: 1
12+
cols: 5
13+
data: [-0.26755287977483744, 0.23161829882891574, -0.00040216170902122753, -0.0016719974341232922, 0.0]
14+
rectification_matrix:
15+
rows: 3
16+
cols: 3
17+
data: [0.99964851669086408, -0.0057738389956017789, -0.025874811323136515, 0.0057318320573133659, 0.99998213240522449, -0.0016973425012992034, 0.0258841491848158, 0.0015484358407212243, 0.99966375005169883]
18+
projection_matrix:
19+
rows: 3
20+
cols: 4
21+
data: [1445.0754772876219, 0.0, 727.31310272216797, -174.28898376530282, 0.0, 1445.0754772876219, 514.64495849609375, 0.0, 0.0, 0.0, 1.0, 0.0]

0 commit comments

Comments
 (0)