mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +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