mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 10:20:34 +08:00
commander: silence GPS no longer validity PX4_WARN
This commit is contained in:
@@ -4227,7 +4227,7 @@ void Commander::estimator_check()
|
||||
}
|
||||
|
||||
if (condition_gps_position_was_valid && !_status_flags.gps_position_valid) {
|
||||
PX4_WARN("GPS no longer valid");
|
||||
PX4_DEBUG("GPS no longer valid");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user