Skip to content

Commit cb15914

Browse files
committed
vins extrinsic has been fixed
1 parent 235b369 commit cb15914

File tree

3 files changed

+32
-0
lines changed

3 files changed

+32
-0
lines changed

config/vins_fusion_config/left.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
%YAML:1.0
2+
---
3+
model_type: PINHOLE
4+
camera_name: camera
5+
image_width: 640
6+
image_height: 480
7+
distortion_parameters:
8+
k1: 0.006896928127777268
9+
k2: -0.009144207062654397
10+
p1: 0.000254113977103925
11+
p2: 0.0021434982252719545
12+
projection_parameters:
13+
fx: 380.9229090195708
14+
fy: 380.29264802262736
15+
cx: 324.68121181846755
16+
cy: 224.6741321466431

config/vins_fusion_config/right.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
%YAML:1.0
2+
---
3+
model_type: PINHOLE
4+
camera_name: camera
5+
image_width: 640
6+
image_height: 480
7+
distortion_parameters:
8+
k1: 0.007044055287844759
9+
k2: -0.010251485722185347
10+
p1: 0.0006674304399871926
11+
p2: 0.001678899816379666
12+
projection_parameters:
13+
fx: 380.95187095303424
14+
fy: 380.3065956074995
15+
cx: 324.0678433553536
16+
cy: 225.9586983198407

0 commit comments

Comments
 (0)