Browse Source

Update PX4 Firmware metadata Tue Mar 10 12:12:27 UTC 2020

QGC4.4
PX4BuildBot 5 years ago
parent
commit
47167ba6c7
  1. 4
      src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

4
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

@ -2360,6 +2360,10 @@ This is the ratio of static pressure error to dynamic pressure generated by a wi @@ -2360,6 +2360,10 @@ This is the ratio of static pressure error to dynamic pressure generated by a wi
<value code="1">Airspeed disabled</value>
</values>
</parameter>
<parameter default="1" name="FW_ARSP_SCALE_EN" type="INT32">
<short_desc>Enable airspeed scaling</short_desc>
<long_desc>This enables a logic that automatically adjusts the output of the rate controller to take into account the real torque produced by an aerodynamic control surface given the current deviation from the trim airspeed (FW_AIRSPD_TRIM). Enable when using aerodynamic control surfaces (e.g.: plane) Disable when using rotor wings (e.g.: autogyro)</long_desc>
</parameter>
<parameter default="0" name="FW_BAT_SCALE_EN" type="INT32">
<short_desc>Whether to scale throttle by battery power level</short_desc>
<long_desc>This compensates for voltage drop of the battery over time by attempting to normalize performance across the operating range of the battery. The fixed wing should constantly behave as if it was fully charged with reduced max thrust at lower battery percentages. i.e. if cruise speed is at 0.5 throttle at 100% battery, it will still be 0.5 at 60% battery.</long_desc>

Loading…
Cancel
Save