Skip to content

Commit

Permalink
PreflightCheck: rename 'Estimator internal checks' to 'Position unknown'
Browse files Browse the repository at this point in the history
  • Loading branch information
bkueng authored and dagar committed Sep 29, 2018
1 parent 30cf287 commit df9a09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/commander/PreflightCheck.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ static bool ekf2Check(orb_advert_t *mavlink_log_pub, vehicle_status_s &vehicle_s
// Check if preflight check performed by estimator has failed
if (status.pre_flt_fail) {
if (report_fail) {
mavlink_log_critical(mavlink_log_pub, "Preflight Fail: Estimator internal checks");
mavlink_log_critical(mavlink_log_pub, "Preflight Fail: Position unknown");
}

success = false;
Expand Down

0 comments on commit df9a09c

Please sign in to comment.