vqf-rs 0.2.0

A `no-std`, dependency-free port of VQF sensor fusion algorithm for IMUs.
Documentation
1
2
3
4
# vqf-rs
A `no-std`, dependency-free port of [VQF](https://github.com/dlaidig/vqf) sensor fusion algorithm for IMUs.

Currently a pretty direct port of the original C++ implementation [here](https://github.com/dlaidig/vqf/tree/main/vqf/cpp); further cleanup... would be good.