Skip to content
Snippets Groups Projects
Commit 490cd95c authored by Lorenz Meier's avatar Lorenz Meier
Browse files

EKF1: Simplify output

parent fe60a43b
No related branches found
No related tags found
No related merge requests found
......@@ -422,8 +422,7 @@ int AttitudePositionEstimatorEKF::check_filter_state()
// Do not warn about accel offset if we have no position updates
if (!(warn_index == 5 && _ekf->staticMode)) {
PX4_WARN("reset: %s", feedback[warn_index]);
mavlink_log_critical(&_mavlink_log_pub, "[ekf check] %s", feedback[warn_index]);
mavlink_and_console_log_critical(&_mavlink_log_pub, "[ekf check] %s", feedback[warn_index]);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment