<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
- 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.
- 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
- 7bits to authentication method
@ -878,9 +878,9 @@ Note: ekf2 will limit the delta velocity bias estimate magnitude to be less than
<scope>modules/commander</scope>
<scope>modules/commander</scope>
<values>
<values>
<valuecode="0">Warning</value>
<valuecode="0">Warning</value>
<valuecode="1">Return to land</value>
<valuecode="1">Return mode</value>
<valuecode="2">Land at current position</value>
<valuecode="2">Land mode</value>
<valuecode="3">Return to land at critically low level, land at current position if reaching dangerously low levels</value>
<valuecode="3">Return mode at critically low level, Land mode at current position if reaching dangerously low levels</value>
<short_desc>Position control navigation loss response</short_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>
<scope>modules/commander</scope>
<values>
<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="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 DESCEND if a height estimate is available, else switch to TERMINATION.</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>
<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>
<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>
<min>2</min>
<max>100</max>
<max>100</max>
@ -7466,8 +7466,8 @@ 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>
<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>
<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>