ethzasl_msf(multi-sensor fusion)传感器融合定位算法解析

瑞士苏黎世大学Stephen Weiss对基于EFK松耦合传感器融合定位研究非常深入,以下是他的相关论文和开源代码,可以详细阅读,最后附上了本人阅读的相关博客。

1.论文

[1] Vision Based Navigation for Micro Helicopters, 2012
[2] A Robust and Modular Multi-Sensor Fusion Approach Applied to MAV Navigation, 2013
[3] Real-time Onboard Visual-Inertial State Estimation and Self-Calibration of MAVs in Unknown Environments, 2013
阅读以上文献需要的ESKF相关基础知识
[4] Quaternion kinematics for the error-state Kalman filter

2.源代码链接

[1] MSF(Multi-Sensor Fusion) https://github.com/ethz-asl/ethzasl_msf
[2] SSF(Single-Sensor Fusion) https://github.com/ethz-asl/ethzasl_sensor_fusion

另外,Zida Wu等人根据ethzasl_msf进行二次开发,实现了 IMU, SLAM (ORB_SLAM2) and GNSS (or GPS)的融合定位,对于后续拓展具有很强参考意义:
[3] MSF_developed https://github.com/milkytipo/MSF_developed

3.相关博客

[1] Ethzasl MSF源码阅读(1):程序入口和主题订阅
[2] Ethzasl MSF源码阅读(2):百川汇海
[3] Ethzasl MSF源码阅读(3):MSF_Core和PoseMeasurement
[4] 多传感器融合MSF算法源码阅读(一)
[5] 多传感器融合MSF算法源码阅读(二)
[6] 多传感器融合MSF算法源码阅读(三)
[7] 无人驾驶算法学习(六):多传感器融合MSF算法
[8] 相机IMU融合四部曲(三):MSF详细解读与使用
[9] Introductory tutorial for using ethzasl_msf_sensor_fusion
[10] Ethzasl MSF 多传感器融合框架原理与使用
[11] ROS Ethzasl MSF Framework (多传感器扩展卡尔曼融合框架 )安装编译使用教程(已测试成功)
[12] ROS Ethzasl MSF Framework (multi-sensor extended Kalman fusion framework) installation, compilation and use tutorial (tested successfully)

你可能感兴趣的:(传感器标定,传感器融合定位,slam)