@ -527,7 +527,7 @@ Set to 2 to use heading from motion capture</short_desc>
@@ -527,7 +527,7 @@ Set to 2 to use heading from motion capture</short_desc>
<short_desc>Arm authorization parameters, this uint32_t will be splitted between starting from the LSB:
<short_desc>Arm authorization parameters, this uint32_t will be split between starting from the LSB:
- 8bits to authorizer system id
- 16bits to authentication method parameter, this will be used to store a timeout for the first 2 methods but can be used to another parameter for other new authentication methods.
- 7bits to authentication method
@ -878,9 +878,9 @@ Note: ekf2 will limit the delta velocity bias estimate magnitude to be less than
@@ -878,9 +878,9 @@ Note: ekf2 will limit the delta velocity bias estimate magnitude to be less than
<scope>modules/commander</scope>
<values>
<valuecode="0">Warning</value>
<valuecode="1">Return to land</value>
<valuecode="2">Land at current position</value>
<valuecode="3">Return to land at critically low level, land at current position if reaching dangerously low levels</value>
<valuecode="1">Return mode</value>
<valuecode="2">Land mode</value>
<valuecode="3">Return mode at critically low level, Land mode at current position if reaching dangerously low levels</value>
@ -3883,9 +3883,9 @@ Used to calculate increased terrain random walk nosie due to movement</short_des
@@ -3883,9 +3883,9 @@ Used to calculate increased terrain random walk nosie due to movement</short_des
<long_desc>The offboard loss failsafe will only be entered after a timeout, set by COM_OF_LOSS_T in seconds.</long_desc>
@ -3893,21 +3893,21 @@ Used to calculate increased terrain random walk nosie due to movement</short_des
@@ -3893,21 +3893,21 @@ Used to calculate increased terrain random walk nosie due to movement</short_des
<long_desc>The offboard loss failsafe will only be entered after a timeout, set by COM_OF_LOSS_T in seconds.</long_desc>
<short_desc>Position control navigation loss response</short_desc>
<long_desc>This sets the flight mode that will be used if navigation accuracy is no longer adequte for position control. Navigation accuracy checks can be disabled using the CBRK_VELPOSERR parameter, but doing so will remove protection for all flight modes.</long_desc>
<long_desc>This sets the flight mode that will be used if navigation accuracy is no longer adequate for position control. Navigation accuracy checks can be disabled using the CBRK_VELPOSERR parameter, but doing so will remove protection for all flight modes.</long_desc>
<scope>modules/commander</scope>
<values>
<valuecode="0">Assume use of remote control after fallback. Switch to ALTCTL if a height estimate is available, else switch to MANUAL.</value>
<valuecode="1">Assume no use of remote control after fallback. Switch to DESCEND if a height estimate is available, else switch to TERMINATION.</value>
<valuecode="0">Assume use of remote control after fallback. Switch to Altitude mode if a height estimate is available, else switch to MANUAL.</value>
<valuecode="1">Assume no use of remote control after fallback. Switch to Land mode if a height estimate is available, else switch to TERMINATION.</value>
@ -4029,9 +4029,9 @@ Used to calculate increased terrain random walk nosie due to movement</short_des
@@ -4029,9 +4029,9 @@ Used to calculate increased terrain random walk nosie due to movement</short_des
<scope>modules/navigator</scope>
<values>
<valuecode="0">Disabled</value>
<valuecode="1">Loiter</value>
<valuecode="2">Return to Land</value>
<valuecode="3">Land at current position</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>
@ -4054,7 +4054,7 @@ Used to calculate increased terrain random walk nosie due to movement</short_des
@@ -4054,7 +4054,7 @@ Used to calculate increased terrain random walk nosie due to movement</short_des
<long_desc>Default value of loiter radius for missions, loiter, RTL, etc. (fixedwing only).</long_desc>
<long_desc>Default value of loiter radius for missions, Hold mode, Return mode, etc. (fixedwing only).</long_desc>
<min>25</min>
<max>1000</max>
<unit>m</unit>
@ -4078,9 +4078,9 @@ Used to calculate increased terrain random walk nosie due to movement</short_des
@@ -4078,9 +4078,9 @@ Used to calculate increased terrain random walk nosie due to movement</short_des
<scope>modules/navigator</scope>
<values>
<valuecode="0">Disabled</value>
<valuecode="1">Loiter</value>
<valuecode="2">Return to Land</value>
<valuecode="3">Land at current position</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>
<valuecode="5">Terminate</value>
<valuecode="6">Lockdown</value>
@ -4102,8 +4102,8 @@ Used to calculate increased terrain random walk nosie due to movement</short_des
@@ -4102,8 +4102,8 @@ Used to calculate increased terrain random walk nosie due to movement</short_des
@ -7454,9 +7454,9 @@ the setpoint will be capped to MPC_XY_VEL_MAX</short_desc>
@@ -7454,9 +7454,9 @@ the setpoint will be capped to MPC_XY_VEL_MAX</short_desc>
<long_desc>Stay at this altitude above home position after RTL descending. Land (i.e. slowly descend) from this altitude if autolanding allowed.</long_desc>
<min>2</min>
<max>100</max>
@ -7466,8 +7466,8 @@ the setpoint will be capped to MPC_XY_VEL_MAX</short_desc>
@@ -7466,8 +7466,8 @@ the setpoint will be capped to MPC_XY_VEL_MAX</short_desc>
<long_desc>Delay after descend before landing in RTL mode. If set to -1 the system will not land but loiter at RTL_DESCEND_ALT.</long_desc>
<short_desc>Return mode delay</short_desc>
<long_desc>Delay after descend before landing in Return mode. If set to -1 the system will not land but loiter at RTL_DESCEND_ALT.</long_desc>
<min>-1</min>
<max>300</max>
<unit>s</unit>
@ -7475,15 +7475,6 @@ the setpoint will be capped to MPC_XY_VEL_MAX</short_desc>
@@ -7475,15 +7475,6 @@ the setpoint will be capped to MPC_XY_VEL_MAX</short_desc>
<short_desc>Minimum distance to trigger rising to a safe altitude</short_desc>
<long_desc>If the system is horizontally closer than this distance to home it will land straight on home instead of raising to the return altitude first.</long_desc>
@ -7505,6 +7496,17 @@ the setpoint will be capped to MPC_XY_VEL_MAX</short_desc>
@@ -7505,6 +7496,17 @@ the setpoint will be capped to MPC_XY_VEL_MAX</short_desc>