mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-21 11:54:15 +01:00
Keep TODO comment.
This commit is contained in:
parent
0f5e354f99
commit
e5b68382e0
@ -479,7 +479,7 @@ static int32_t updateAttitudeComplementary(bool first_run)
|
|||||||
grot_mag = 1.0f;
|
grot_mag = 1.0f;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO! check grot_mag value for correctness.
|
// TODO! check grot_mag & accel vector magnitude values for correctness.
|
||||||
|
|
||||||
accel_err[0] /= (accel_mag * grot_mag);
|
accel_err[0] /= (accel_mag * grot_mag);
|
||||||
accel_err[1] /= (accel_mag * grot_mag);
|
accel_err[1] /= (accel_mag * grot_mag);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user