Browse Source

Update PX4 Firmware metadata Wed Jul 3 08:59:08 UTC 2019

QGC4.4
PX4BuildBot 6 years ago
parent
commit
45a33b56bf
  1. 9
      src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

9
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

@ -7920,6 +7920,15 @@ to takeoff is reached</short_desc> @@ -7920,6 +7920,15 @@ to takeoff is reached</short_desc>
<unit>s</unit>
<increment>1</increment>
</parameter>
<parameter default="50.0" name="SIM_BAT_MIN_PCT" type="FLOAT">
<short_desc>Simulator Battery minimal percentage. Can be used to alter
the battery level during SITL- or HITL-simulation on the fly.
Particularly useful for testing different low-battery behaviour</short_desc>
<min>0</min>
<max>100</max>
<unit>%</unit>
<increment>0.1</increment>
</parameter>
</group>
<group name="Sensor Calibration">
<parameter category="System" default="1" name="CAL_ACC0_EN" type="INT32">

Loading…
Cancel
Save