1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

Keep TODO comment.

This commit is contained in:
Werner Backes 2013-06-20 14:35:40 +02:00
parent 0f5e354f99
commit e5b68382e0

View File

@ -479,7 +479,7 @@ static int32_t updateAttitudeComplementary(bool first_run)
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[1] /= (accel_mag * grot_mag);