Commit 1513ec55 authored by PX4 Jenkins's avatar PX4 Jenkins Committed by Daniel Agar

Update PX4 Firmware metadata Fri Mar 23 00:37:06 EDT 2018

parent 6ea50d34
...@@ -9524,11 +9524,6 @@ tailsitter, tiltrotor: main throttle</short_desc> ...@@ -9524,11 +9524,6 @@ tailsitter, tiltrotor: main throttle</short_desc>
<increment>1</increment> <increment>1</increment>
<scope>modules/vtol_att_control</scope> <scope>modules/vtol_att_control</scope>
</parameter> </parameter>
<parameter default="0" name="VT_OPT_RECOV_EN" type="INT32">
<short_desc>Optimal recovery strategy for pitch-weak tailsitters</short_desc>
<boolean />
<scope>modules/vtol_att_control</scope>
</parameter>
<parameter default="3.0" name="VT_PSHER_RMP_DT" type="FLOAT"> <parameter default="3.0" name="VT_PSHER_RMP_DT" type="FLOAT">
<short_desc>Defines the time window during which the pusher throttle will be ramped up linearly to VT_F_TRANS_THR during a transition <short_desc>Defines the time window during which the pusher throttle will be ramped up linearly to VT_F_TRANS_THR during a transition
to fixed wing mode. Zero or negative values will produce an instant throttle rise to VT_F_TRANS_THR</short_desc> to fixed wing mode. Zero or negative values will produce an instant throttle rise to VT_F_TRANS_THR</short_desc>
...@@ -9611,6 +9606,51 @@ to fixed wing mode. Zero or negative values will produce an instant throttle ris ...@@ -9611,6 +9606,51 @@ to fixed wing mode. Zero or negative values will produce an instant throttle ris
<scope>modules/vtol_att_control</scope> <scope>modules/vtol_att_control</scope>
</parameter> </parameter>
</group> </group>
<group name="Wind Estimator">
<parameter default="1" name="WEST_BETA_GATE" type="INT32">
<short_desc>Gate size for true sideslip fusion</short_desc>
<long_desc>Sets the number of standard deviations used by the innovation consistency test.</long_desc>
<min>1</min>
<max>5</max>
<unit>SD</unit>
<scope>modules/wind_estimator</scope>
</parameter>
<parameter default="0.3" name="WEST_BETA_NOISE" type="FLOAT">
<short_desc>Wind estimator sideslip measurement noise</short_desc>
<min>0</min>
<max>1</max>
<unit>rad</unit>
<scope>modules/wind_estimator</scope>
</parameter>
<parameter default="0.0001" name="WEST_SC_P_NOISE" type="FLOAT">
<short_desc>Wind estimator true airspeed scale process noise</short_desc>
<min>0</min>
<max>0.1</max>
<scope>modules/wind_estimator</scope>
</parameter>
<parameter default="3" name="WEST_TAS_GATE" type="INT32">
<short_desc>Gate size for true airspeed fusion</short_desc>
<long_desc>Sets the number of standard deviations used by the innovation consistency test.</long_desc>
<min>1</min>
<max>5</max>
<unit>SD</unit>
<scope>modules/wind_estimator</scope>
</parameter>
<parameter default="1.4" name="WEST_TAS_NOISE" type="FLOAT">
<short_desc>Wind estimator true airspeed measurement noise</short_desc>
<min>0</min>
<max>4</max>
<unit>m/s</unit>
<scope>modules/wind_estimator</scope>
</parameter>
<parameter default="0.1" name="WEST_W_P_NOISE" type="FLOAT">
<short_desc>Wind estimator wind process noise</short_desc>
<min>0</min>
<max>1</max>
<unit>m/s/s</unit>
<scope>modules/wind_estimator</scope>
</parameter>
</group>
<group name="Miscellaneous"> <group name="Miscellaneous">
<parameter default="0.1" name="EXFW_HDNG_P" type="FLOAT"> <parameter default="0.1" name="EXFW_HDNG_P" type="FLOAT">
<short_desc>EXFW_HDNG_P</short_desc> <short_desc>EXFW_HDNG_P</short_desc>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment