mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-30 11:37:06 +08:00
Solve wing vibration of the 25kg rotating wing drone (#3311)
* configurable filter frequency rates * adjust filter freq tested in CZ 70 deg skew --------- Co-authored-by: Ewoud Smeur <e.j.j.smeur@tudelft.nl>
This commit is contained in:
@@ -446,9 +446,9 @@
|
||||
|
||||
<!-- Filters -->
|
||||
<define name="FILTER_RATES_SECOND_ORDER" value="FALSE" />
|
||||
<define name="FILT_CUTOFF_P" value="5.0"/>
|
||||
<define name="FILT_CUTOFF_Q" value="5.0"/>
|
||||
<define name="FILT_CUTOFF_R" value="5.0"/>
|
||||
<define name="FILT_CUTOFF_P" value="3.0"/>
|
||||
<define name="FILT_CUTOFF_Q" value="3.0"/>
|
||||
<define name="FILT_CUTOFF_R" value="3.0"/>
|
||||
<define name="FILT_CUTOFF" value="2.0"/>
|
||||
<define name="ESTIMATION_FILT_CUTOFF" value="2.0"/>
|
||||
<define name="FILTER_YAW_RATE" value="TRUE"/>
|
||||
|
||||
@@ -62,6 +62,7 @@
|
||||
<dl_setting var="indi_gains.rate.r" min="0.1" step="0.1" max="100" shortname="kd_r" param="STABILIZATION_INDI_REF_RATE_P"/>
|
||||
<dl_setting var="indi_use_adaptive" min="0" step="1" max="1" shortname="use_adaptive" values="FALSE|TRUE" param="STABILIZATION_INDI_USE_ADAPTIVE" type="uint8"/>
|
||||
<dl_setting var="stablization_indi_yaw_dist_limit" min="0" step=".01" max="10.0" shortname="lim_yaw_spec_moment" param="STABILIZATION_INDI_YAW_DISTURBANCE_LIMIT"/>
|
||||
<dl_setting MAX="50." MIN="1." STEP="0.1" VAR="stabilization_indi_filter_freq" shortname="filt_freq" module="stabilization/stabilization_indi" handler="update_filt_freq"/>
|
||||
</dl_settings>
|
||||
</dl_settings>
|
||||
</settings>
|
||||
|
||||
Reference in New Issue
Block a user