Browse Source

Update PX4 Firmware metadata Thu Feb 4 10:01:30 UTC 2021

QGC4.4
PX4BuildBot 4 years ago
parent
commit
8c0f7d8949
  1. 6
      src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

6
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

@ -2235,12 +2235,12 @@ Sets the number of standard deviations used by the innovation consistency test</ @@ -2235,12 +2235,12 @@ Sets the number of standard deviations used by the innovation consistency test</
</parameter>
<parameter name="EKF2_GPS_CHECK" default="245" type="INT32">
<short_desc>Integer bitmask controlling GPS checks</short_desc>
<long_desc>Set bits to 1 to enable checks. Checks enabled by the following bit positions 0 : Minimum required sat count set by EKF2_REQ_NSATS 1 : Minimum required PDOP set by EKF2_REQ_PDOP 2 : Maximum allowed horizontal position error set by EKF2_REQ_EPH 3 : Maximum allowed vertical position error set by EKF2_REQ_EPV 4 : Maximum allowed speed error set by EKF2_REQ_SACC 5 : Maximum allowed horizontal position rate set by EKF2_REQ_HDRIFT. This check will only run when the vehicle is on ground and stationary. Detecton of the stationary condition is controlled by the EKF2_MOVE_TEST parameter. 6 : Maximum allowed vertical position rate set by EKF2_REQ_VDRIFT. This check will only run when the vehicle is on ground and stationary. Detecton of the stationary condition is controlled by the EKF2_MOVE_TEST parameter. 7 : Maximum allowed horizontal speed set by EKF2_REQ_HDRIFT. This check will only run when the vehicle is on ground and stationary. Detecton of the stationary condition is controlled by the EKF2_MOVE_TEST parameter. 8 : Maximum allowed vertical velocity discrepancy set by EKF2_REQ_VDRIFT</long_desc>
<long_desc>Set bits to 1 to enable checks. Checks enabled by the following bit positions 0 : Minimum required sat count set by EKF2_REQ_NSATS 1 : Maximum allowed PDOP set by EKF2_REQ_PDOP 2 : Maximum allowed horizontal position error set by EKF2_REQ_EPH 3 : Maximum allowed vertical position error set by EKF2_REQ_EPV 4 : Maximum allowed speed error set by EKF2_REQ_SACC 5 : Maximum allowed horizontal position rate set by EKF2_REQ_HDRIFT. This check will only run when the vehicle is on ground and stationary. Detecton of the stationary condition is controlled by the EKF2_MOVE_TEST parameter. 6 : Maximum allowed vertical position rate set by EKF2_REQ_VDRIFT. This check will only run when the vehicle is on ground and stationary. Detecton of the stationary condition is controlled by the EKF2_MOVE_TEST parameter. 7 : Maximum allowed horizontal speed set by EKF2_REQ_HDRIFT. This check will only run when the vehicle is on ground and stationary. Detecton of the stationary condition is controlled by the EKF2_MOVE_TEST parameter. 8 : Maximum allowed vertical velocity discrepancy set by EKF2_REQ_VDRIFT</long_desc>
<min>0</min>
<max>511</max>
<bitmask>
<bit index="0">Min sat count (EKF2_REQ_NSATS)</bit>
<bit index="1">Min PDOP (EKF2_REQ_PDOP)</bit>
<bit index="1">Max PDOP (EKF2_REQ_PDOP)</bit>
<bit index="2">Max horizontal position error (EKF2_REQ_EPH)</bit>
<bit index="3">Max vertical position error (EKF2_REQ_EPV)</bit>
<bit index="4">Max speed error (EKF2_REQ_SACC)</bit>
@ -2609,7 +2609,7 @@ This is the ratio of static pressure error to dynamic pressure generated by a wi @@ -2609,7 +2609,7 @@ This is the ratio of static pressure error to dynamic pressure generated by a wi
<max>12</max>
</parameter>
<parameter name="EKF2_REQ_PDOP" default="2.5" type="FLOAT">
<short_desc>Required PDOP to use GPS</short_desc>
<short_desc>Maximum PDOP to use GPS</short_desc>
<min>1.5</min>
<max>5.0</max>
<decimal>1</decimal>

Loading…
Cancel
Save