Commit 0a410bf7 authored by PX4BuildBot's avatar PX4BuildBot

Update PX4 Firmware metadata Thu Apr 16 10:03:17 UTC 2020

parent a675b2b2
......@@ -997,6 +997,14 @@ Set -1 to disable the check</short_desc>
<short_desc>Allow arming without GPS</short_desc>
<long_desc>The default allows to arm the vehicle without GPS signal.</long_desc>
</parameter>
<parameter default="90.0" name="COM_CPU_MAX" type="FLOAT">
<short_desc>Maximum allowed CPU load to still allow arming</short_desc>
<long_desc>A negative value disables the check.</long_desc>
<min>-1</min>
<max>100</max>
<unit>%</unit>
<increment>1</increment>
</parameter>
<parameter default="2.0" name="COM_DISARM_LAND" type="FLOAT">
<short_desc>Time-out for auto disarm after landing</short_desc>
<long_desc>A non-zero, positive value specifies the time-out period in seconds after which the vehicle will be automatically disarmed in case a landing situation has been detected during this period. A zero or negative value means that automatic disarming triggered by landing detection is disabled.</long_desc>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment