Reduce angle drift by adding level correction to the estimator

Leverage a priori knowledge that the drone's average attitude is level.
Explanation: https://t.me/opensourcequadcopter/158.
This commit is contained in:
Oleg Kalachev
2026-05-05 21:27:47 +03:00
parent dbf24ea611
commit bd270db493
3 changed files with 13 additions and 0 deletions
+1
View File
@@ -27,6 +27,7 @@ void step();
void computeLoopRate();
void applyGyro();
void applyAcc();
void applyLevel();
void control();
void interpretControls();
void controlAttitude();