mirror of
https://github.com/okalachev/flix.git
synced 2026-06-28 05:56:44 +00:00
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:
@@ -27,6 +27,7 @@ void step();
|
||||
void computeLoopRate();
|
||||
void applyGyro();
|
||||
void applyAcc();
|
||||
void applyLevel();
|
||||
void control();
|
||||
void interpretControls();
|
||||
void controlAttitude();
|
||||
|
||||
Reference in New Issue
Block a user