Skip to content

aalbaali/cpp_filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT

Dependencies

  • Eigen3.
  • Manif (required for the filters operating on Lie groups).
  • Custom RandomVariable header-only library (this is included in the extern directory).

In this repo

  • Implementation of a standard Kalman filter.
  • Implementation of a left-invariant extended Kalman filter (L-InEKF) on SE(2).