mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-22 01:30:35 +08:00
commander_params: correct RC override description
This commit is contained in:
@@ -661,8 +661,9 @@ PARAM_DEFINE_INT32(COM_REARM_GRACE, 1);
|
|||||||
/**
|
/**
|
||||||
* Enable RC stick override of auto and/or offboard modes
|
* Enable RC stick override of auto and/or offboard modes
|
||||||
*
|
*
|
||||||
* When RC stick override is enabled, moving the RC sticks more than COM_RC_STICK_OV from
|
* When RC stick override is enabled, moving the RC sticks more than COM_RC_STICK_OV
|
||||||
* their center position immediately gives control back to the pilot by switching to Position mode.
|
* immediately gives control back to the pilot by switching to Position mode and
|
||||||
|
* if position is unavailable Altitude mode.
|
||||||
* Note: Only has an effect on multicopters, and VTOLs in multicopter mode.
|
* Note: Only has an effect on multicopters, and VTOLs in multicopter mode.
|
||||||
*
|
*
|
||||||
* This parameter is not considered in case of a GPS failure (Descend flight mode), where stick
|
* This parameter is not considered in case of a GPS failure (Descend flight mode), where stick
|
||||||
|
|||||||
Reference in New Issue
Block a user