GithubHelp home page GithubHelp logo

joestark / eskf_toy Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chengwei920412/eskf_toy

0.0 1.0 0.0 8.73 MB

A toy implementation of Error-State Kalman Filter, aiming at providing a code reference for the ESKF paper (http://www.iri.upc.edu/people/jsola/JoanSola/objectes/notes/kinematics.pdf)

CMake 14.16% Shell 0.10% Python 41.25% C++ 44.50%

eskf_toy's Introduction

Notes

  1. Notations and derivatives of the Error-State Kalman Filter are from the paper: http://www.iri.upc.edu/people/jsola/JoanSola/objectes/notes/kinematics.pdf
  2. Majority of the codes in this repository are from the reference implementation (along with the test data) of https://github.com/je310/ESKF, but are modified for just focusing on the basic understanding of the ESKF theory.
  3. Personal understanding of the ESKF theory is stated here (in Chinese): https://www.jianshu.com/p/531e91f87931. Just personal...
  4. Appreciate any bug reports.

Building

  1. install the Eigen3
  2. mkdir build
    cd build
    cmake ..
    make -j8

Run

cd to ESKF_toy/bin
./ESKF_toy ../dataset/gentleWave/ ../evaluation/result/

eskf_toy's People

Contributors

liweizju avatar

Watchers

 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.