mirror of https://github.com/ArduPilot/ardupilot
Copter: failsafe if bad vibration
This commit is contained in:
parent
59d31cc7d5
commit
5dcd4834f3
|
@ -145,6 +145,10 @@ bool Copter::ekf_over_threshold()
|
|||
return true;
|
||||
}
|
||||
|
||||
if (vibration_check.high_vibes) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue