commander: silence GPS no longer validity PX4_WARN

This commit is contained in:
Daniel Agar
2022-04-04 11:11:29 -04:00
parent 47b08fd698
commit 8c3ba7adb4
+1 -1
View File
@@ -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");
}
}