Browse Source

Update PX4 Firmware metadata Sat Feb 5 03:35:33 UTC 2022

QGC4.4
PX4BuildBot 3 years ago
parent
commit
a44575491c
  1. 16
      src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

16
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

@ -4735,12 +4735,26 @@ @@ -4735,12 +4735,26 @@
</parameter>
<parameter name="MPC_LAND_ALT2" default="5.0" type="FLOAT">
<short_desc>Altitude for 2. step of slow landing (landing)</short_desc>
<long_desc>Below this altitude descending velocity gets limited to "MPC_LAND_SPEED". Value needs to be lower than "MPC_LAND_ALT1"</long_desc>
<long_desc>Below this altitude descending velocity gets limited to "MPC_LAND_SPEED" Value needs to be lower than "MPC_LAND_ALT1"</long_desc>
<min>0</min>
<max>122</max>
<unit>m</unit>
<decimal>1</decimal>
</parameter>
<parameter name="MPC_LAND_ALT3" default="1.0" type="FLOAT">
<short_desc>Altitude for 3. step of slow landing</short_desc>
<long_desc>Below this altitude descending velocity gets limited to "MPC_LAND_CRWL", if LIDAR available. No effect if LIDAR not available</long_desc>
<min>0</min>
<max>122</max>
<unit>m</unit>
<decimal>1</decimal>
</parameter>
<parameter name="MPC_LAND_CRWL" default="0.3" type="FLOAT">
<short_desc>Land crawl descend rate. Used below</short_desc>
<min>0.3</min>
<unit>m/s</unit>
<decimal>1</decimal>
</parameter>
<parameter name="MPC_LAND_SPEED" default="0.7" type="FLOAT">
<short_desc>Landing descend rate</short_desc>
<min>0.6</min>

Loading…
Cancel
Save