//XXX: make this configurable to select different actions (e.g. navigation modes)
/* 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 because of navigator request or geofence");
}// no reset is done here on purpose, on geofence violation we want to stay in flighttermination
//XXX: make this configurable to select different actions (e.g. navigation modes)
/* 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 because of navigator request or geofence");
}// no reset is done here on purpose, on geofence violation we want to stay in flighttermination