Browse Source

Update PX4 Firmware metadata Sun Mar 15 17:25:16 UTC 2020

QGC4.4
PX4BuildBot 5 years ago
parent
commit
2986192a6e
  1. 8
      src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

8
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

@ -1804,6 +1804,14 @@ Sets the number of standard deviations used by the innovation consistency test</ @@ -1804,6 +1804,14 @@ Sets the number of standard deviations used by the innovation consistency test</
<unit>m/s</unit>
<decimal>2</decimal>
</parameter>
<parameter default="15.0" name="EKF2_GSF_TAS" type="FLOAT">
<short_desc>Default value of true airspeed used in EKF-GSF AHRS calculation.
If no airspeed measurements are avalable, the EKF-GSF AHRS calculation will assume this value of true airspeed when compensating for centripetal acceleration during turns. Set to zero to disable centripetal acceleration compensation during fixed wing flight modes</short_desc>
<min>0.0</min>
<max>100.0</max>
<unit>m/s</unit>
<decimal>1</decimal>
</parameter>
<parameter default="1.0e-3" name="EKF2_GYR_B_NOISE" type="FLOAT">
<short_desc>Process noise for IMU rate gyro bias prediction</short_desc>
<min>0.0</min>

Loading…
Cancel
Save