mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 18:07:25 +08:00
INDI actuator dynamics in continuous time (#3190)
* change INDI to use continuous time actuator frequency * change to continuous time act dynamics definitions - guidance_indi - guidance_indi_hybrid - stabilization_indi_simple * keep the old values as deprecated default
This commit is contained in:
@@ -111,7 +111,7 @@
|
||||
<define name="FILT_CUTOFF" value="5.0"/>
|
||||
|
||||
<!-- first order actuator dynamics -->
|
||||
<define name="ACT_DYN" value="{0.1, 0.1, 0.045, 0.045}"/>
|
||||
<define name="ACT_FREQ" value="{53., 53., 23., 23.}"/>
|
||||
<define name="ACT_RATE_LIMIT" value="{170, 170, 9600, 9600}"/>
|
||||
<define name="ACT_IS_SERVO" value="{1, 1, 0, 0}"/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user