@ -68,6 +68,11 @@ enum class link_loss_actions_t {
@@ -68,6 +68,11 @@ enum class link_loss_actions_t {
LOCKDOWN=6,// Kill the motors, same result as kill switch
};
enumclassposition_nav_loss_actions_t{
ALTITUDE_MANUAL=0,// Altitude/Manual. Assume use of remote control after fallback. Switch to Altitude mode if a height estimate is available, else switch to MANUAL.
LAND_TERMINATE=1,// Land/Terminate. Assume no use of remote control after fallback. Switch to Land mode if a height estimate is available, else switch to TERMINATION.