Skip to content

Commit 73687dd

Browse files
committed
head cam calibration
1 parent 3be0668 commit 73687dd

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

cob4-1/calibration/head_cam.yaml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
image_width: 2048
2+
image_height: 1536
3+
camera_name: head_cam
4+
camera_matrix:
5+
rows: 3
6+
cols: 3
7+
data: [1702.833808305605, 0, 1150.324594554616, 0, 1694.917128237383, 866.9677314298461, 0, 0, 1]
8+
distortion_model: plumb_bob
9+
distortion_coefficients:
10+
rows: 1
11+
cols: 5
12+
data: [-0.6744963281281436, 0.2658455475446679, -0.01981279220059267, -0.03526129349050128, 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: [1079.039222364462, 0, 1002.533901752178, 0, 0, 1398.871244119049, 875.7198120224909, 0, 0, 0, 1, 0]

0 commit comments

Comments
 (0)