mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 09:58:23 +08:00
[INDI] flexible priorities for WLS allocation (#2200)
* [INDI] flexible priorities for WLS allocation * [INDI] du_pref was not used Moved WLS specific variables du_min and du_max within the else
This commit is contained in:
committed by
Kirk Scheper
parent
0adf61c4b0
commit
dab1bf2fcf
@@ -134,6 +134,9 @@
|
||||
<!-- Adaptive Learning Rate -->
|
||||
<define name="USE_ADAPTIVE" value="TRUE"/>
|
||||
<define name="ADAPTIVE_MU" value="0.0001"/>
|
||||
|
||||
<!--Priority for each axis (roll, pitch, yaw and thrust)-->
|
||||
<define name="WLS_PRIORITIES" value="{1000, 1000, 1, 100}"/>
|
||||
</section>
|
||||
|
||||
<section name="GUIDANCE_V" prefix="GUIDANCE_V_">
|
||||
|
||||
Reference in New Issue
Block a user