Commit 9812cbb9 authored by PX4BuildBot's avatar PX4BuildBot

Update PX4 Firmware metadata Fri Jul 5 16:42:21 UTC 2019

parent 45a33b56
...@@ -7729,6 +7729,21 @@ the setpoint will be capped to MPC_XY_VEL_MAX</short_desc> ...@@ -7729,6 +7729,21 @@ the setpoint will be capped to MPC_XY_VEL_MAX</short_desc>
</parameter> </parameter>
</group> </group>
<group name="Return Mode"> <group name="Return Mode">
<parameter default="0" name="RTL_CONE_ANG" type="INT32">
<short_desc>Half-angle of the RTL cone</short_desc>
<long_desc>Defines the half-angle of the cone which defines the vehicle RTL behavior.</long_desc>
<min>0</min>
<max>90</max>
<unit>degrees</unit>
<values>
<value code="0">No cone, always climb to RTL_RETURN_ALT above home.</value>
<value code="25">25 degrees half cone angle.</value>
<value code="45">45 degrees half cone angle.</value>
<value code="65">65 degrees half cone angle.</value>
<value code="80">80 degrees half cone angle.</value>
<value code="90">Only climb to at least RTL_DESCEND_ALT above home.</value>
</values>
</parameter>
<parameter default="30" name="RTL_DESCEND_ALT" type="FLOAT"> <parameter default="30" name="RTL_DESCEND_ALT" type="FLOAT">
<short_desc>Return mode loiter altitude</short_desc> <short_desc>Return mode loiter altitude</short_desc>
<long_desc>Stay at this altitude above home position after RTL descending. Land (i.e. slowly descend) from this altitude if autolanding allowed.</long_desc> <long_desc>Stay at this altitude above home position after RTL descending. Land (i.e. slowly descend) from this altitude if autolanding allowed.</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