mirror of
https://github.com/okalachev/flix.git
synced 2025-08-17 09:06:11 +00:00
Continuous gyro bias estimation (#17)
Estimate gyro bias continuously instead of calibrating the gyro at startup.
This commit is contained in:
@@ -21,6 +21,7 @@ Vector acc;
|
||||
Vector gyro;
|
||||
Vector rates;
|
||||
Quaternion attitude;
|
||||
bool landed;
|
||||
|
||||
// declarations
|
||||
void step();
|
||||
|
Reference in New Issue
Block a user