mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 09:08:30 -04:00
AP_InertialSensor: updated comment on accel check in gyro cal
This commit is contained in:
parent
494e909703
commit
aec7907571
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user