cggos / imu_x_fusion

IMU + X(GNSS, 6DoF Odom) Loosely-Coupled Fusion Localization based on ESKF, IEKF, UKF(UKF/SPKF, JUKF, SVD-UKF) and MAP
https://msf.cgabc.xyz/
GNU General Public License v3.0
880 stars 156 forks source link

add CMAKE_CXX_STANDARD 14 for make_unique #55

Closed kintzhao closed 1 year ago

kintzhao commented 1 year ago

~/code_fusion_ws/src/imu_x_fusion/src/imu_vo_ekf.cpp:41:21: error: ‘make_unique’ is not a member of ‘std’ ekfptr = std::make_unique(acc_n, gyr_n, acc_w, gyr_w);