diff --git a/libraries/AP_InertialSensor/AP_InertialSensor.cpp b/libraries/AP_InertialSensor/AP_InertialSensor.cpp index f67b101f84..b92f98be31 100644 --- a/libraries/AP_InertialSensor/AP_InertialSensor.cpp +++ b/libraries/AP_InertialSensor/AP_InertialSensor.cpp @@ -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; }