Skip to content

jeremyfix/easykf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

===============================================================================
                             EasyKF : C++ Kalman Filter library
                                 (c) Jeremy Fix 2011-2012
===============================================================================

EasyKF is a C++ library implementing the Extended Kalman Filter as well as the Unscented Kalman Filter. It is provided with several examples. Since easykf-2.1, Python bindings are provided.

I/ Installation
---------------

Please read INSTALL.

II/ Documentation
-----------------

The documentation is available from the doc/ directory.
The doxygen documentation is also available online on the github repository.

III/ How to contribute
----------------------

The library contains so far :
- Extended Kalman filter
- Unscented Kalman filter both for state/parameter estimation

The optimized version of the filters (e.g. Square Root UKF) are not implemented and would be a great contribution.

About

C++ Kalman filtering (Extended Kalman Filter, Unscented Kalman Filter)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published