<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>
<short_desc>Half-angle of the return mode altitude cone</short_desc>
<long_desc>Defines the half-angle of a cone centered around the home position that affects the altitude at which the vehicle returns during return to home.</long_desc>
<min>0</min>
<max>90</max>
<unit>degrees</unit>
...
...
@@ -7497,8 +7497,8 @@ the setpoint will be capped to MPC_XY_VEL_MAX</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>
<short_desc>Return mode loiter altitude (relative to home)</short_desc>
<long_desc>Descend to this altitude (above home position) after return, and wait for time defined in RTL_LAND_DELAY. Land (i.e. slowly descend) from this altitude if autolanding allowed.</long_desc>
<min>2</min>
<max>100</max>
<unit>m</unit>
...
...
@@ -7507,7 +7507,7 @@ the setpoint will be capped to MPC_XY_VEL_MAX</short_desc>
<long_desc>Delay after descend before landing in Return mode. If set to -1 the system will not land but loiter at RTL_DESCEND_ALT.</long_desc>
<long_desc>Delay before landing (after initial descent) in Return mode. If set to -1 the system will not land but loiter at RTL_DESCEND_ALT.</long_desc>
<min>-1</min>
<max>300</max>
<unit>s</unit>
...
...
@@ -7515,8 +7515,8 @@ the setpoint will be capped to MPC_XY_VEL_MAX</short_desc>
<short_desc>Minimum distance to trigger rising to a safe altitude</short_desc>
<long_desc>If the system is horizontally closer than this distance to home it will land straight on home instead of raising to the return altitude first.</long_desc>
<short_desc>Maximum horizontal distance from home, below which RTL_DESCEND_ALT is used as return altitude</short_desc>
<long_desc>If the vehicle is less than this horizontal distance from home when return mode is activated it will ascend to RTL_DESCEND_ALT for the return journey (rather than the altitude set by RTL_RETURN_ALT and RTL_CONE_ANG).</long_desc>
<min>0.5</min>
<max>20</max>
<unit>m</unit>
...
...
@@ -7524,8 +7524,8 @@ the setpoint will be capped to MPC_XY_VEL_MAX</short_desc>