Kalman icon indicating copy to clipboard operation
Kalman copied to clipboard

Implement Kalman filter for your Arduino projects

Results 3 Kalman issues
Sort by recently updated
recently updated
newest added

Salut Romain, I was wondering if it would be possible to fuse a low-cost GPS (tinyGPS++) and IMU (bno055)? Thanks

Using "kalman_minimal" example I get tons of error. I tried to hot-fix the issue (array -> matrix etc.) but simply failed. ``` kalman_minimal\kalman_minimal.ino: In function 'void setup()': kalman_minimal\kalman_minimal.ino:54:22: error: no...

To get the library to compile I had to make a copy and comment out all of the KALMAN_VERBOSE Serial calls. It would be better to wrap them in an...