mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
commander_params: more precise COM_FAIL_ACT_T description
regarding RC stick override
This commit is contained in:
parent
0200ef9a60
commit
22e613a24a
@ -262,8 +262,8 @@ PARAM_DEFINE_INT32(COM_LOW_BAT_ACT, 0);
|
||||
*
|
||||
* Before entering failsafe (RTL, Land, Hold), wait COM_FAIL_ACT_T seconds in Hold mode
|
||||
* for the user to realize.
|
||||
* During that time the user cannot take over control.
|
||||
* Afterwards the configured failsafe action is triggered and the user may take over.
|
||||
* During that time the user cannot take over control via the stick override feature see COM_RC_OVERRIDE.
|
||||
* Afterwards the configured failsafe action is triggered and the user may use stick override.
|
||||
*
|
||||
* A zero value disables the delay and the user cannot take over via stick movements (switching modes is still allowed).
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user