diff --git a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
index bd13ed1e479bfc99681d811e756f967c89bd300c..04e595d4c639f5339a02df3ed0c4eda3b22f7297 100644
--- a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
+++ b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml
@@ -1365,7 +1365,7 @@ See COM_OBL_ACT and COM_OBL_RC_ACT to configure action
Enable RC stick override of auto and/or offboard modes
- When RC stick override is enabled, moving the RC sticks immediately gives control back to the pilot (switches to manual position mode): bit 0: Enable for auto modes (except for in critical battery reaction), bit 1: Enable for offboard mode. Only has an effect on multicopters, and VTOLS in multicopter mode.
+ When RC stick override is enabled, moving the RC sticks according to COM_RC_STICK_OV immediately gives control back to the pilot (switches to manual position mode): bit 0: Enable for auto modes (except for in critical battery reaction), bit 1: Enable for offboard mode. Only has an effect on multicopters, and VTOLS in multicopter mode.
0
3
@@ -1373,9 +1373,9 @@ See COM_OBL_ACT and COM_OBL_RC_ACT to configure action
Enable override in offboard mode
-
+
RC stick override threshold
- If an RC stick is moved more than by this amount the system will interpret this as override request by the pilot.
+ If COM_RC_OVERRIDE is enabled and the joystick input controlling the horizontally axis (right stick for RC in mode 2) is moved more than this threshold from the center the autopilot switches to position mode and the pilot takes over control.
5
80
%