ubuntu1804 opencv4.1.1 kalibr+imu_utils+code_utils installl
kilabr
https://github.com/ethz-asl/kalibr/wiki/installation
code_utils
- git clone
git clone https://github.com/gaowenliang/code_utils.git
- modify
1. ‘integer_sequence’ is not a member of ‘std’
set(CMAKE_CXX_STANDARD 14)
2. sumpixel_test.cpp
#include "opencv2/imgcodecs/legacy/constants_c.h"
CV_MINMAX --> NORM_MINMAX
3. mat_io_test.cpp
#include "opencv2/imgcodecs/legacy/constants_c.h"
imu_utils
imu_an.cpp
add this
#include <fstream>