Failsafes
Radio, telemetry, EKF, battery, and geofence failsafe action setup.
Failsafe Configuration
Review and write the core ArduPilot actions for radio loss, GCS loss, EKF failure, battery failsafe, and geofence breach.
Failsafe Parameters
Controls the action ArduPilot takes when RC throttle/radio failsafe is detected.
Refresh parameters to load FS_THR_ENABLE.
Controls the action ArduPilot takes when ground-control telemetry is lost.
Refresh parameters to load FS_GCS_ENABLE.
Controls the action when navigation estimator health is no longer acceptable.
Refresh parameters to load FS_EKF_ACTION.
Action taken after the low-battery threshold is exceeded.
Refresh parameters to load BATT_FS_LOW_ACT.
Action taken after the critical-battery threshold is exceeded.
Refresh parameters to load BATT_FS_CRT_ACT.
Action taken when a configured geofence is breached.
Refresh parameters to load FENCE_ACTION.