Skip to content

Commit d51c9ee

Browse files
authored
Merge pull request #15 from volcanoh/master
fix intrinsics mistake and T_cam_imu
2 parents 6606a1e + 2a90635 commit d51c9ee

File tree

6 files changed

+1284
-1283
lines changed

6 files changed

+1284
-1283
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
euroc/*.bag
2+
build

CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
cmake_minimum_required(VERSION 2.8.3)
22
project(msckf_mono)
33

4+
set( CMAKE_EXPORT_COMPILE_COMMANDS ON )
5+
46
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14 -msse4.2 -msse -msse2 -mavx -funroll-loops")
57
SET(CMAKE_BUILD_TYPE "RelWithDebInfo")
68

euroc/MH_03_kalibr.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# 2. Add the T_imu_body at the end of the calibration file (usually set to identity).
44
cam0:
55
T_cam_imu:
6-
- [ 0.014865542981794, 0.999557249008346, -0.025774436697440, 0.065222909535531]
7-
- [-0.999880929698575, 0.014967213324719, 0.003756188357967, -0.020706385492719]
8-
- [ 0.004140296794224, 0.025715529947966, 0.999660727177902, -0.008054602460030]
9-
- [ 0., 0., 0., 1.000000000000000]
6+
- [ 0.0148655429818, -0.999880929698, 0.00414029679422, -0.021640145497]
7+
- [ 0.999557249008, 0.0149672133247, 0.025715529948, -0.064676986768]
8+
- [-0.0257744366974, 0.00375618835797, 0.999660727178, 0.009810730590]
9+
- [ 0.0, 0.0, 0.0, 1.000000000000]
1010
camera_model: pinhole
1111
distortion_coeffs: [-0.28340811, 0.07395907, 0.00019359, 1.76187114e-05]
1212
distortion_model: radtan

0 commit comments

Comments
 (0)