Embedded_EKF_Library
Embedded_EKF_Library copied to clipboard
A compact Extended Kalman Filter (EKF) library for real time embedded system (with template for Teensy4/Arduino and STM32CubeIDE)
@pronenewbits I noticed a significant drift in the yaw angles. For a time window of 5 minutes, it drifted from 10 degrees to 35 degrees. Is it normal or I...
Arduino: 1.8.18 (Windows 10), Board: "DOIT ESP32 DEVKIT V1, 80MHz, 921600, None" In file included from C:\Users\OSVALDO'S PC\Downloads\Embedded_UKF_Library-master\ukf_example2_imu\ukf_imu_engl\ukf.h:11:0, from C:\Users\OSVALDO'S PC\Downloads\Embedded_UKF_Library-master\ukf_example2_imu\ukf_imu_engl\ukf.cpp:93: C:\Users\OSVALDO'S PC\Downloads\Embedded_UKF_Library-master\ukf_example2_imu\ukf_imu_engl\matrix.h: In member function 'void Matrix::vPrint()': matrix.h:1291:13: error:...
Hi, first of all very nice works this is absolutly what I'am looking for but I have a question, can I use your EKF without magnetometer, beceause in my board...
hello, just to inform you that it looks like we are missing the ellapsedmillis contructor in the zip repository. thank you for sharing this project, it is very helpful. david