<long_desc>Sets the threshold (between 0 and 1, which is equivalent to between 0 and 100%) when the battery will be reported as low. This has to be higher than the critical threshold.</long_desc>
<long_desc>Sets the threshold (between 0 and 1, which is equivalent to between 0 and 100%) when the battery will be reported as critically low. This has to be lower than the low threshold. This threshold commonly will trigger RTL or landing.</long_desc>
<short_desc>Datalink regain time threshold</short_desc>
<long_desc>After a data link loss: after this this amount of seconds with a healthy datalink the 'datalink loss' flag is set back to false</long_desc>
<min>0</min>
<max>30</max>
<max>3</max>
<unit>s</unit>
<decimal>1</decimal>
<increment>0.5</increment>
@ -1268,6 +1270,7 @@ Assumes measurement is timestamped at trailing edge of integration period</short
@@ -1268,6 +1270,7 @@ Assumes measurement is timestamped at trailing edge of integration period</short
<long_desc>This is the throttle setting required to achieve the desired cruise speed. Most airframes have a value of 0.5-0.7.</long_desc>
@ -1301,24 +1304,28 @@ Assumes measurement is timestamped at trailing edge of integration period</short
@@ -1301,24 +1304,28 @@ Assumes measurement is timestamped at trailing edge of integration period</short
<long_desc>This is the maximum throttle % that can be used by the controller. For overpowered aircraft, this should be reduced to a value that provides sufficient thrust to climb at the maximum pitch angle PTCH_MAX.</long_desc>
<long_desc>This is the minimum throttle % that can be used by the controller. For electric aircraft this will normally be set to zero, but can be set to a small non-zero value if a folding prop is fitted to prevent the prop from folding and unfolding repeatedly in-flight or to provide some aerodynamic drag from a turning prop to improve the descent rate. For aircraft with internal combustion engine this parameter should be set for desired idle rpm.</long_desc>
<long_desc>This is the minimum throttle while on the ground For aircraft with internal combustion engine this parameter should be set above desired idle rpm.</long_desc>
@ -1562,34 +1569,43 @@ Assumes measurement is timestamped at trailing edge of integration period</short
@@ -1562,34 +1569,43 @@ Assumes measurement is timestamped at trailing edge of integration period</short
<short_desc>Multicopter max climb rate</short_desc>
<long_desc>Maximum vertical velocity allowed in the landed state (m/s up and down)</long_desc>
<long_desc>Milliseconds that freefall conditions have to hold before triggering a freefall. Minimal value is limited by LAND_DETECTOR_UPDATE_RATE=50Hz in landDetector.h</long_desc>
<short_desc>Fixedwing max horizontal velocity</short_desc>
@ -1597,6 +1613,7 @@ Assumes measurement is timestamped at trailing edge of integration period</short
@@ -1597,6 +1613,7 @@ Assumes measurement is timestamped at trailing edge of integration period</short
@ -1604,6 +1621,7 @@ Assumes measurement is timestamped at trailing edge of integration period</short
@@ -1604,6 +1621,7 @@ Assumes measurement is timestamped at trailing edge of integration period</short
<short_desc>Fixedwing max short-term velocity</short_desc>
@ -1611,6 +1629,7 @@ Assumes measurement is timestamped at trailing edge of integration period</short
@@ -1611,6 +1629,7 @@ Assumes measurement is timestamped at trailing edge of integration period</short
@ -1618,6 +1637,7 @@ Assumes measurement is timestamped at trailing edge of integration period</short
@@ -1618,6 +1637,7 @@ Assumes measurement is timestamped at trailing edge of integration period</short
<min>4</min>
<max>20</max>
<unit>m/s</unit>
<decimal>1</decimal>
</parameter>
</group>
<groupname="Launch detection">
@ -1979,7 +1999,7 @@ Assumes measurement is timestamped at trailing edge of integration period</short
@@ -1979,7 +1999,7 @@ Assumes measurement is timestamped at trailing edge of integration period</short
<short_desc>Set data link loss failsafe mode</short_desc>
<long_desc>The data link loss failsafe will only be entered after a timeout, set by COM_RC_LOSS_T in seconds. Once the timeout occurs the selected action will be executed. Setting this parameter to 4 will enable CASA Outback Challenge rules, which are only recommended to participants of that competition.</long_desc>
<long_desc>The data link loss failsafe will only be entered after a timeout, set by COM_DL_LOSS_T in seconds. Once the timeout occurs the selected action will be executed. Setting this parameter to 4 will enable CASA Outback Challenge rules, which are only recommended to participants of that competition.</long_desc>
<values>
<valuecode="1">Loiter</value>
<valuecode="0">Disabled</value>
@ -2321,31 +2341,38 @@ Assumes measurement is timestamped at trailing edge of integration period</short
@@ -2321,31 +2341,38 @@ Assumes measurement is timestamped at trailing edge of integration period</short
<long_desc>It's recommended to set it > 0 to avoid free fall with zero thrust.</long_desc>
<long_desc>Vertical thrust required to hover. This value is mapped to center stick for manual throttle control. With this value set to the thrust required to hover, transition from manual to ALTCTL mode while hovering will occur with the throttle stick near center, which is then interpreted as (near) zero demand for vertical speed.</long_desc>
<long_desc>Halfwidth of deadband or reduced sensitivity center portion of curve. This is the halfwidth of the center region of the ALTCTL throttle curve. It extends from center-dz to center+dz.</long_desc>
<long_desc>Controls the slope of the reduced sensitivity region. This is the height of the ALTCTL throttle curve at center-dz and center+dz.</long_desc>
<short_desc>Maximum thrust in auto thrust control</short_desc>
<long_desc>Limit max allowed thrust. Setting a value of one can put the system into actuator saturation as no spread between the motors is possible any more. A value of 0.8 - 0.9 is recommended.</long_desc>
@ -2353,13 +2380,15 @@ Assumes measurement is timestamped at trailing edge of integration period</short
@@ -2353,13 +2380,15 @@ Assumes measurement is timestamped at trailing edge of integration period</short
<long_desc>Minimum vertical thrust. It's recommended to set it > 0 to avoid free fall with zero thrust.</long_desc>
<long_desc>Limit max allowed thrust. Setting a value of one can put the system into actuator saturation as no spread between the motors is possible any more. A value of 0.8 - 0.9 is recommended.</long_desc>