metisvela / sailtrack-core

Central component of the SailTrack system, it manages connections and gathers data.
GNU General Public License v3.0
12 stars 0 forks source link

Initial commit for C++ Kalman Filter implementation. #23

Closed michaelkrassowizkiy closed 1 year ago

michaelkrassowizkiy commented 1 year ago

The filter is implemented as a class using the Eigen linear algebra library. At the moment two versions are implemented, one using dynamic sized matrices, the other fixed size. Example usage can be found in the test-script.cpp file. To run it you need to have the Eigen header file in your path.