Browse Source

Update PX4 Firmware metadata Wed Apr 3 07:08:41 UTC 2019

QGC4.4
PX4BuildBot 6 years ago
parent
commit
964405dba2
  1. 8
      src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

8
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

@ -3179,6 +3179,14 @@ Value 0 turns the functionality off</short_desc>
<unit>s</unit> <unit>s</unit>
<decimal>2</decimal> <decimal>2</decimal>
</parameter> </parameter>
<parameter default="0.3" name="LNDMC_LOW_T_THR" type="FLOAT">
<short_desc>Low throttle detection threshold</short_desc>
<long_desc>Defines the commanded throttle value below which the land detector considers the vehicle to have "low thrust". This is one condition that is used to detect the ground contact state. The value is calculated as val = (MPC_THR_HOVER - MPC_THR_MIN) * LNDMC_LOW_T_THR + MPC_THR_MIN Increase this value if the system takes long time to detect landing.</long_desc>
<min>0.1</min>
<max>0.9</max>
<unit>norm</unit>
<decimal>2</decimal>
</parameter>
<parameter default="20.0" name="LNDMC_ROT_MAX" type="FLOAT"> <parameter default="20.0" name="LNDMC_ROT_MAX" type="FLOAT">
<short_desc>Multicopter max rotation</short_desc> <short_desc>Multicopter max rotation</short_desc>
<long_desc>Maximum allowed angular velocity around each axis allowed in the landed state.</long_desc> <long_desc>Maximum allowed angular velocity around each axis allowed in the landed state.</long_desc>

Loading…
Cancel
Save