A3XX: New VOR/LOC system, much better handling
This commit is contained in:
parent
391a5620c1
commit
5651f349bf
4 changed files with 11 additions and 15 deletions
|
@ -308,7 +308,7 @@
|
|||
<cmd>
|
||||
<roll-kp>-0.9</roll-kp>
|
||||
<roll-scale>1.6</roll-scale>
|
||||
<vorloc>-4.0</vorloc>
|
||||
<vorloc>-2.8</vorloc>
|
||||
<vs>0.01</vs>
|
||||
<fpa>0.30</fpa>
|
||||
</cmd>
|
||||
|
|
|
@ -257,7 +257,7 @@
|
|||
<property>metrics/Sw-sqft</property>
|
||||
<property>metrics/bw-ft</property>
|
||||
<property>fcs/rudder-pos-rad</property>
|
||||
<value>0.003</value>
|
||||
<value>0.002</value>
|
||||
</product>
|
||||
</function>
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
<aerosurface_scale name="Left Aileron Control">
|
||||
<input>fcs/roll-trim-sum</input>
|
||||
<gain>0.02</gain>
|
||||
<gain>0.022</gain>
|
||||
<range>
|
||||
<min>-15</min>
|
||||
<max>15</max>
|
||||
|
@ -52,7 +52,7 @@
|
|||
|
||||
<aerosurface_scale name="Right Aileron Control">
|
||||
<input>-fcs/roll-trim-sum</input>
|
||||
<gain>0.02</gain>
|
||||
<gain>0.022</gain>
|
||||
<range>
|
||||
<min>-15</min>
|
||||
<max>15</max>
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
</config>
|
||||
</pi-simple-controller>
|
||||
|
||||
<pid-controller>
|
||||
<pi-simple-controller>
|
||||
<name>VORLOC TRK</name>
|
||||
<debug>false</debug>
|
||||
<enable>
|
||||
|
@ -131,20 +131,16 @@
|
|||
<Kp>
|
||||
<property>/it-autoflight/config/cmd/vorloc</property>
|
||||
</Kp>
|
||||
<beta>1.0</beta>
|
||||
<alpha>0.1</alpha>
|
||||
<gamma>0.0</gamma>
|
||||
<Ti>10.0</Ti>
|
||||
<Td>0.00001</Td>
|
||||
<u_min>
|
||||
<Ki>0.0001</Ki>
|
||||
<min>
|
||||
<property>/it-autoflight/internal/bank-limit</property>
|
||||
<scale>-1</scale>
|
||||
</u_min>
|
||||
<u_max>
|
||||
</min>
|
||||
<max>
|
||||
<property>/it-autoflight/internal/bank-limit</property>
|
||||
</u_max>
|
||||
</max>
|
||||
</config>
|
||||
</pid-controller>
|
||||
</pi-simple-controller>
|
||||
|
||||
<filter>
|
||||
<name>ROLL DEG SYNC</name>
|
||||
|
|
Reference in a new issue