GithubHelp home page GithubHelp logo

rookfighter / bayes-filter-cpp Goto Github PK

View Code? Open in Web Editor NEW
10.0 4.0 3.0 108 KB

A basic C++ library for Bayes Filters.

License: MIT License

CMake 1.80% C++ 96.79% C 1.40%
cpp cmake bayes-filter localization library slam robotics

bayes-filter-cpp's Introduction

bayes-filter-cpp

Cpp11 License Travis Status Appveyer Status

bayes-filter-cpp is a C++ library implementing recursive bayes filters for state estimation. It provides the following filters:

  • Particle Filter
  • Unscented Kalman Filter
  • Extended Kalman Filter

Install

The library has the following dependencies:

Make sure these are installed on your system and/or can be found by your build system. For ease of use the header-only dependencies are included as submodules.

On Debian based systems you can install Eigen3 via apt:

apt-get install libeigen3-dev

Then you can simply copy the source files into your project or install the library using the CMake build system.

cd path/to/repo
git submodule update --init
mkdir build
cd build
cmake ..
make install

Usage

There are three steps to use this library:

  • implement your motion model
  • implement your sensor model
  • pick the filter of your choice

An example for a 2d constant velocity motion model can be found in examples/constant_velocity.h.

An example for a 2d range bearing sensor model can be found in examples/range_bearing.h.

bayes-filter-cpp's People

Contributors

rookfighter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  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.