Commit f0994874 authored by PX4BuildBot's avatar PX4BuildBot

Update PX4 Firmware metadata Wed Aug 14 12:36:25 UTC 2019

parent 367e276c
...@@ -714,9 +714,13 @@ Set -1 to disable the check</short_desc> ...@@ -714,9 +714,13 @@ Set -1 to disable the check</short_desc>
</parameter> </parameter>
<parameter default="2.0" name="COM_DISARM_LAND" type="FLOAT"> <parameter default="2.0" name="COM_DISARM_LAND" type="FLOAT">
<short_desc>Time-out for auto disarm after landing</short_desc> <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. The vehicle will also auto-disarm right after arming if it has not even flown, however the time will always be 10 seconds such that the pilot has enough time to take off. A negative value means that automatic disarming triggered by landing detection is disabled.</long_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>
<min>-1</min> <unit>s</unit>
<max>20</max> <decimal>2</decimal>
</parameter>
<parameter default="10.0" name="COM_DISARM_PRFLT" type="FLOAT">
<short_desc>Time-out for auto disarm if too slow to takeoff</short_desc>
<long_desc>A non-zero, positive value specifies the time after arming, in seconds, within which the vehicle must take off (after which it will automatically disarm). A zero or negative value means that automatic disarming triggered by a pre-takeoff timeout is disabled.</long_desc>
<unit>s</unit> <unit>s</unit>
<decimal>2</decimal> <decimal>2</decimal>
</parameter> </parameter>
......
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