mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 11:06:04 +08:00
stop spamming console with timeout warnings
This commit is contained in:
committed by
Lorenz Meier
parent
c626f5b001
commit
87e5499ad2
@@ -339,6 +339,7 @@ Navigator::task_main()
|
|||||||
/* timed out - periodic check for _task_should_exit, etc. */
|
/* timed out - periodic check for _task_should_exit, etc. */
|
||||||
if (global_pos_available_once) {
|
if (global_pos_available_once) {
|
||||||
PX4_WARN("navigator timed out");
|
PX4_WARN("navigator timed out");
|
||||||
|
global_pos_available_once = false;
|
||||||
}
|
}
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user