mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 19:07:45 +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) {
|
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