diff --git a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml index 52e8216..cbad143 100644 --- a/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml +++ b/src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml @@ -1020,7 +1020,7 @@ Maximum allowed CPU load to still arm - A negative value disables the check. + The check fails if the CPU load is above this threshold for 2s. A negative value disables the check. -1 100 % @@ -1437,13 +1437,26 @@ 1 - Wind speed RTL threshold - Wind speed threshold above which an automatic return to launch is triggered. It is not possible to resume the mission or switch to any auto mode other than RTL or Land if this threshold is exceeded. Taking over in any manual mode is still possible. Set to -1 to disable. + High wind speed failsafe threshold + Wind speed threshold above which an automatic failsafe action is triggered. Failsafe action can be specified with COM_WIND_MAX_ACT. -1 m/s 1 0.1 + + High wind failsafe mode + Action the system takes when a wind speed above the specified threshold is detected. See COM_WIND_MAX to set the failsafe threshold. If enabled, it is not possible to resume the mission or switch to any auto mode other than RTL or Land if this threshold is exceeded. Taking over in any manual mode is still possible. + 1 + + None + Warning + Hold + Return + Terminate + Land + + Wind speed warning threshold A warning is triggered if the currently estimated wind speed is above this value. Warning is sent periodically (every 1 minute). Set to -1 to disable.