Browse Source

Update PX4 Firmware metadata Wed Dec 15 14:56:20 UTC 2021

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

4
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

@ -943,7 +943,7 @@ @@ -943,7 +943,7 @@
<max>180</max>
<unit>deg</unit>
</parameter>
<parameter name="COM_ARM_MAG_STR" default="1" type="INT32">
<parameter name="COM_ARM_MAG_STR" default="2" type="INT32">
<short_desc>Enable mag strength preflight check</short_desc>
<long_desc>Check if the estimator detects a strong magnetic disturbance (check enabled by EKF2_MAG_CHECK)</long_desc>
<values>
@ -1907,7 +1907,7 @@ @@ -1907,7 +1907,7 @@
<unit>gauss/s</unit>
<decimal>6</decimal>
</parameter>
<parameter name="EKF2_MAG_CHECK" default="0" type="INT32" boolean="true">
<parameter name="EKF2_MAG_CHECK" default="1" type="INT32" boolean="true">
<short_desc>Magnetic field strength test selection</short_desc>
<long_desc>When set, the EKF checks the strength of the magnetic field to decide whether the magnetometer data is valid. If GPS data is received, the magnetic field is compared to a World Magnetic Model (WMM), otherwise an average value is used. This check is useful to reject occasional hard iron disturbance.</long_desc>
</parameter>

Loading…
Cancel
Save