A3XX: Improve Yaw Damper
This commit is contained in:
parent
28152dafad
commit
768590b20d
2 changed files with 8 additions and 8 deletions
|
@ -404,8 +404,8 @@
|
|||
</Kp>
|
||||
<Ki>0</Ki>
|
||||
</config>
|
||||
<min>-0.25</min>
|
||||
<max>0.25</max>
|
||||
<min>-0.15</min>
|
||||
<max>0.15</max>
|
||||
</pi-simple-controller>
|
||||
|
||||
<filter>
|
||||
|
|
|
@ -829,11 +829,11 @@
|
|||
</filter>
|
||||
|
||||
<!-- =============================================================== -->
|
||||
<!-- Yaw Damper -->
|
||||
<!-- Yaw Damper/Turn Coordinator -->
|
||||
<!-- =============================================================== -->
|
||||
|
||||
<pid-controller>
|
||||
<name>IT-FBW: YAW</name>
|
||||
<name>IT-FBW: YAW DAMPER/TURN COORDINATOR</name>
|
||||
<debug>false</debug>
|
||||
<enable>
|
||||
<condition>
|
||||
|
@ -875,10 +875,10 @@
|
|||
<beta>1</beta>
|
||||
<alpha>0.1</alpha>
|
||||
<gamma>0</gamma>
|
||||
<Ti>5.0</Ti>
|
||||
<Td>0.000001</Td>
|
||||
<u_min>-0.3</u_min>
|
||||
<u_max>0.3</u_max>
|
||||
<Ti>1.5</Ti>
|
||||
<Td>0.0001</Td>
|
||||
<u_min>-0.2</u_min>
|
||||
<u_max>0.2</u_max>
|
||||
</config>
|
||||
</pid-controller>
|
||||
|
||||
|
|
Reference in a new issue