-
Notifications
You must be signed in to change notification settings - Fork 437
Home
Chen edited this page Mar 30, 2023
·
17 revisions
This package contains a sensor fusion framework based on an Extended Kalman Filter (EKF) for 6DOF pose estimation including intrinsic and extrinsic sensor calibration.
The API is documented here: http://ethz-asl.github.io/ethzasl_msf
This paper gives a high-level overview: 2013_IROS_lynen_modular_sensor_fusion
The error state representation follows the derivations in this paper of Stephan Weiss.
If you use this software in a scientific publication, please cite the following paper:
@INPROCEEDINGS{lynen13robust,
Author = {S Lynen and M Achtelik and S Weiss and M Chli and R Siegwart},
Title = {A Robust and Modular Multi-Sensor Fusion Approach Applied to MAV Navigation},
Booktitle = {Proc. of the IEEE/RSJ Conference on Intelligent Robots and Systems (IROS)},
Year = {2013}
}