/rpl-squeak

Simple QUaternion Extended Attitude Kalman Filter.

Primary LanguageC++MIT LicenseMIT

RPL SQuEAK Filter

The Simple QUaternion Extended Attitude Kalman Filter.

That's attitude, not altitude.

Compiling and running

To run the simulation tests:

  1. Install Eigen3

  2. Run

mkdir build && cd build && mkdir output
cmake ..        # generate Makefile
cmake --build . # build executable
./run           # run tests, output written to ./output