Giter VIP home page Giter VIP logo

mkf_cpp's Introduction

Moment-based Kalman Filter: Nonlinear Kalman Filtering with Exact Moment Propagation

Moment-based Kalman Filter(MKF) is a nonlinear Kalman filter that uses exact moment propagation method to estimate state from noisy measurements.

Paper

This paper has been accepted by the IEEE Conference on Robotics and Automation (ICRA), 2023.

Paper Link

Language and test environment

The main code is written in C++ and visualization code is mainly used Python. However, we also use matplotlib.cpp for the simple visualization in C++. Note that we only test our code on Ubuntu20.04.

Dataset for the experiment

We use UTIAS Multi-Robot Cooperative Localization and Mapping Dataset to evaluate the MKF.

Requirements

CMake >= 3.22

Getting Started

git clone https://github.com/purewater0901/MKF.git
cd MKF
mkdir build && cd build
cmake ..
make -j8
  • Run MKF with Gaussian measurements
./main
  • Run MKF with non-Gaussian measurements
    Before running the code for non-Gaussian environment, you need to preprocess the dataset. After that you can run the main code.
./data_preprocessor
./main_non_gaussian

Result with UTIAS dataset

Robot1

Robot2

References

[1] "Moment-Based Exact Uncertainty Propagation Through Nonlinear Stochastic Autonomous Systems", Ashkan Jasour, Allen Wang, Brian C. Williams https://arxiv.org/abs/2101.12490

[2] "The UTIAS multi-robot cooperative localization and mapping dataset", Leung, Keith and Halpern, Yoni and Barfoot, Timothy and Liu, Hugh, https://journals.sagepub.com/doi/10.1177/0278364911398404

mkf_cpp's People

Contributors

haoyuelll avatar purewater0901 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.