Browse Source

Update PX4 Firmware metadata Wed Jan 26 16:25:29 UTC 2022

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

7
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

@ -2104,6 +2104,13 @@ @@ -2104,6 +2104,13 @@
<max>0.5</max>
<decimal>2</decimal>
</parameter>
<parameter name="EKF2_PREDICT_US" default="10000" type="INT32">
<short_desc>EKF prediction period</short_desc>
<long_desc>EKF prediction period in microseconds. This should ideally be an integer multiple of the IMU time delta. Actual filter update will be an integer multiple of IMU update.</long_desc>
<min>1000</min>
<max>20000</max>
<unit>us</unit>
</parameter>
<parameter name="EKF2_REQ_EPH" default="3.0" type="FLOAT">
<short_desc>Required EPH to use GPS</short_desc>
<min>2</min>

Loading…
Cancel
Save