Reduce angle drift adding level correction to the estimator

Utilize a-priori knowledge that the overall average attitude of the flying drone is level.
This commit is contained in:
Oleg Kalachev
2026-05-04 16:48:20 +03:00
parent dbf24ea611
commit 26b639dfbc
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();