AP_InertialSensor: updated comment on accel check in gyro cal

This commit is contained in:
Andrew Tridgell 2015-03-09 08:25:08 +11:00
parent 494e909703
commit aec7907571
1 changed files with 2 additions and 1 deletions

View File

@ -758,7 +758,8 @@ AP_InertialSensor::_init_gyro()
if (accel_diff.length() > 0.2f) {
// the accelerometers changed during the gyro sum. Skip
// this sample. This copes with doing gyro cal on a
// steadily moving platform
// steadily moving platform. The value 0.2 corresponds
// with around 5 degrees/second of rotation.
continue;
}