commander: skip estimatorCheck for now

This commit is contained in:
Daniel Agar 2024-02-15 15:46:31 -05:00
parent d9a924225c
commit c11f61d57d
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ void EstimatorChecks::checkAndReport(const Context &context, Report &reporter)
}
}
if (missing_data && _param_sys_mc_est_group.get() == 2) {
if (missing_data && _param_sys_mc_est_group.get() == 2 && false) {
/* EVENT
*/
reporter.armingCheckFailure(required_groups, health_component_t::local_position_estimate,