@ -1316,7 +1316,7 @@ int commander_thread_main(int argc, char *argv[])
@@ -1316,7 +1316,7 @@ int commander_thread_main(int argc, char *argv[])
/* this will only trigger if geofence is activated via param and a geofence file is present, also there is a circuit breaker to disable the actual flight termination in the px4io driver */
armed.force_failsafe=true;
status_changed=true;
warnx("Flight termination");
warnx("Flight termination because of navigator request or geofence");
}// no reset is done here on purpose, on geofence violation we want to stay in flighttermination
}
@ -1579,6 +1579,17 @@ int commander_thread_main(int argc, char *argv[])
@@ -1579,6 +1579,17 @@ int commander_thread_main(int argc, char *argv[])
}
}
/* At this point the data link and the gps system have been checked