mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 18:07:25 +08:00
[INDI] support for servos (#2005)
Now you can add dynamics for servos next to the first order dynamics of motors. Also, you can give a rate limit in PPRZ/loop units
This commit is contained in:
@@ -150,7 +150,7 @@
|
||||
<define name="FILT_CUTOFF" value="5.0"/>
|
||||
|
||||
<!-- first order actuator dynamics -->
|
||||
<define name="ACT_DYN" value="0.1"/>
|
||||
<define name="ACT_DYN" value="{0.1, 0.1, 0.1, 0.1}"/>
|
||||
|
||||
<!-- Adaptive Learning Rate -->
|
||||
<define name="USE_ADAPTIVE" value="TRUE"/>
|
||||
|
||||
Reference in New Issue
Block a user