<short_desc>Set data link loss failsafe mode</short_desc>
<long_desc>The data link loss failsafe will only be entered after a timeout, set by COM_DL_LOSS_T in seconds. Once the timeout occurs the selected action will be executed. Setting this parameter to 4 will enable CASA Outback Challenge rules, which are only recommended to participants of that competition.</long_desc>
<long_desc>The data link loss failsafe will only be entered after a timeout, set by COM_DL_LOSS_T in seconds. Once the timeout occurs the selected action will be executed.</long_desc>
<values>
<valuecode="0">Disabled</value>
<valuecode="1">Hold mode</value>
<valuecode="2">Return mode</value>
<valuecode="3">Land mode</value>
<valuecode="4">Data Link Auto Recovery (CASA Outback Challenge rules)</value>
<valuecode="5">Terminate</value>
<valuecode="6">Lockdown</value>
</values>
...
...
@@ -4309,25 +4257,16 @@ Used to calculate increased terrain random walk nosie due to movement</short_des
<short_desc>Set RC loss failsafe mode</short_desc>
<long_desc>The RC loss failsafe will only be entered after a timeout, set by COM_RC_LOSS_T in seconds. If RC input checks have been disabled by setting the COM_RC_IN_MODE param it will not be triggered. Setting this parameter to 4 will enable CASA Outback Challenge rules, which are only recommended to participants of that competition.</long_desc>
<long_desc>The RC loss failsafe will only be entered after a timeout, set by COM_RC_LOSS_T in seconds. If RC input checks have been disabled by setting the COM_RC_IN_MODE param it will not be triggered.</long_desc>
<values>
<valuecode="0">Disabled</value>
<valuecode="1">Hold mode</value>
<valuecode="2">Return mode</value>
<valuecode="3">Land mode</value>
<valuecode="4">RC Auto Recovery (CASA Outback Challenge rules)</value>
<short_desc>RC Loss Loiter Time (CASA Outback Challenge rules)</short_desc>
<long_desc>The amount of time in seconds the system should loiter at current position before termination. Only applies if NAV_RCL_ACT is set to 2 (CASA Outback Challenge rules). Set to -1 to make the system skip loitering.</long_desc>