diff --git a/ArduCopter/ekf_check.pde b/ArduCopter/ekf_check.pde index 3005472e7c..fa3161a907 100644 --- a/ArduCopter/ekf_check.pde +++ b/ArduCopter/ekf_check.pde @@ -90,7 +90,7 @@ static bool ekf_over_threshold() } // return true immediately if position is bad - if (!position_ok()) { + if (!position_ok() && !optflow_position_ok()) { return true; }