Browse Source

Update PX4 Firmware metadata Sun Mar 25 00:37:06 EDT 2018

QGC4.4
PX4 Jenkins 7 years ago committed by Daniel Agar
parent
commit
159bf92310
  1. 8
      src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

8
src/FirmwarePlugin/PX4/PX4ParameterFactMetaData.xml

@ -4255,13 +4255,19 @@ default 1.5 turns per second</short_desc> @@ -4255,13 +4255,19 @@ default 1.5 turns per second</short_desc>
<increment>5</increment>
<scope>modules/mc_att_control</scope>
</parameter>
<parameter default="0" name="MC_AIRMODE" type="INT32">
<short_desc>Multicopter air-mode</short_desc>
<long_desc>The air-mode enables the mixer to increase the total thrust of the multirotor in order to keep attitude and rate control even at low and high throttle. This function should be disabled during tuning as it will help the controller to diverge if the closed-loop is unstable.</long_desc>
<boolean />
<scope>modules/mc_att_control</scope>
</parameter>
<parameter default="0" name="MC_BAT_SCALE_EN" type="INT32">
<short_desc>Battery power level scaler</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 copter should constantly behave as if it was fully charged with reduced max acceleration at lower battery percentages. i.e. if hover is at 0.5 throttle at 100% battery, it will still be 0.5 at 60% battery.</long_desc>
<boolean />
<scope>modules/mc_att_control</scope>
</parameter>
<parameter default="30." name="MC_DTERM_CUTOFF" type="FLOAT">
<parameter default="0." name="MC_DTERM_CUTOFF" type="FLOAT">
<short_desc>Cutoff frequency for the low pass filter on the D-term in the rate controller</short_desc>
<long_desc>The D-term uses the derivative of the rate and thus is the most susceptible to noise. Therefore, using a D-term filter allows to decrease the driver-level filtering, which leads to reduced control latency and permits to increase the P gains. A value of 0 disables the filter.</long_desc>
<min>0</min>

Loading…
Cancel
Save