Hello everyone,
(I hope to be in the right place to discuss my point.)
I have created a Kalman filter library for Arduino and wonder if you see interest in including it in the IDE library manager.
The motivation for this library is its versatility. Indeed the arduino Kalman filter libraries I have seen are often one-dimensional or limited to some specific cases.
However the library I developed implements the full Kalman equations, and is based on the already existing BasicLinearAlgebra arduino library.
This might be useful for most advanced projects and complementary from the already existing Kalman filter libraries.
Kind regards :)