Git Product home page Git Product logo

al-khwarizmi-780 / openkf Goto Github PK

View Code? Open in Web Editor NEW
88.0 4.0 20.0 6.9 MB

This is an open source Kalman filter C++ library based on Eigen3 library for matrix operations. The library has generic template based classes for most of Kalman filter variants including: (1) Kalman Filter, (2) Extended Kalman Filter, (3) Unscented Kalman Filter, and (4) Square-root UKF..

License: GNU General Public License v3.0

Jupyter Notebook 96.13% CMake 0.40% C++ 3.45% Batchfile 0.01%
cmake cplusplus extended-kalman-filter kalman-filter kalman-tracking kalmanfilter python unscented-kalman-filter unscented-transformation eigen-library

openkf's People

Contributors

al-khwarizmi-780 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

openkf's Issues

Building the repo

Dear Mohanad,
thank you for making this repo available.
As a part of a bigger project, I was trying to build this repo on my Ubuntu 20.04 machine using the same steps in the bootstrap-openkf.bat, but tweaked a little bit to work with the Linux terminal:
mkdir -p cpp/build && cd cpp/build
cmake -S ./cpp -B ./cpp/build
cmake --build ./cpp/build
The build command throws the following error:
/home/abdul/Kalman_Filter/OpenKF/cpp/Examples/ekf_range_sensor/../../kalman_filter/unscented_transform.h:100:51: error: ‘_weights’ was not declared in this scope; did you mean ‘weights’? 100 | Matrix<1, SIGMA_DIM> & weights() { return _weights; }

image

Any idea how to solve this problem?

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.