Skip to content

mfkiwl/INS_EKF

 
 

Repository files navigation

INS_EKF

Program reading from log files implementing an extended Kalman filter for the inertial navigation.

To compile, you'll need to install the Eigen library. Simply go on their website to download it and then run :

    sudo -s
    mv Eigen/ /usr/include

You'll then simply need to run :

    make && make clean 

The 'make clean' command being optional.

You'll need to change the path to the log you want to treat, log that would have been stored thanks to the APM_READER programm.

About

Program reading from log files implementing an extended Kalman filter for the inertial navigation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 97.9%
  • C 1.5%
  • Makefile 0.6%