Browse Source

Update PX4 Firmware metadata Wed Mar 23 19:30:12 UTC 2022

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

12
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

@ -1326,18 +1326,6 @@ @@ -1326,18 +1326,6 @@
<long_desc>This is the vertical position error (EPV) threshold that will trigger a failsafe. The default is appropriate for a multicopter. Can be increased for a fixed-wing.</long_desc>
<unit>m</unit>
</parameter>
<parameter name="COM_POS_FS_GAIN" default="10" type="INT32">
<short_desc>Loss of position probation gain factor</short_desc>
<long_desc>This sets the rate that the loss of position probation time grows when position checks are failing. The default value has been optimised for rotary wing applications. For fixed wing applications a value of 0 should be used.</long_desc>
<reboot_required>true</reboot_required>
</parameter>
<parameter name="COM_POS_FS_PROB" default="30" type="INT32">
<short_desc>Loss of position probation delay at takeoff</short_desc>
<long_desc>The probation delay is the number of seconds that the EKF innovation checks need to pass for the position to be declared good after it has been declared bad. The probation delay will be reset to this parameter value when takeoff is detected. After takeoff, if position checks are passing, the probation delay will reduce by one second for every lapsed second of valid position down to a minimum of 1 second. If position checks are failing, the probation delay will increase by COM_POS_FS_GAIN seconds for every lapsed second up to a maximum of 100 seconds. The default value has been optimised for rotary wing applications. For fixed wing applications, a value of 1 should be used.</long_desc>
<min>1</min>
<max>100</max>
<unit>s</unit>
</parameter>
<parameter name="COM_POWER_COUNT" default="1" type="INT32">
<short_desc>Required number of redundant power modules</short_desc>
<long_desc>This configures a check to verify the expected number of 5V rail power supplies are present. By default only one is expected. Note: CBRK_SUPPLY_CHK disables all power checks including this one.</long_desc>

Loading…
Cancel
Save