improve autopilot, add spoilers to flight recorder
This commit is contained in:
parent
6ccda69ca9
commit
3f0980d2ec
3 changed files with 20 additions and 12 deletions
|
@ -265,23 +265,23 @@
|
|||
<roll>
|
||||
<umin>-0.40</umin>
|
||||
<umax>0.40</umax>
|
||||
<kp>0.08</kp>
|
||||
<kp-vloc>0.09</kp-vloc>
|
||||
<kp>0.05</kp>
|
||||
<kp-vloc>0.07</kp-vloc>
|
||||
<ti>10.0</ti>
|
||||
<td>0.00001</td>
|
||||
<kp-cws>0.09</kp-cws>
|
||||
<kp-cws>0.05</kp-cws>
|
||||
</roll>
|
||||
<pitch>
|
||||
<umin>-0.60</umin>
|
||||
<umax>0.60</umax>
|
||||
<kp>-0.12</kp>
|
||||
<ti>10.0</ti>
|
||||
<td>0.0001</td>
|
||||
<kp-cws>-0.12</kp-cws>
|
||||
<kp>-0.09</kp>
|
||||
<ti>5.0</ti>
|
||||
<td>0.00001</td>
|
||||
<kp-cws>-0.09</kp-cws>
|
||||
</pitch>
|
||||
<cmd>
|
||||
<roll-kp>-1.0</roll-kp>
|
||||
<roll-scale>1.4</roll-scale>
|
||||
<roll-kp>-1.4</roll-kp>
|
||||
<roll-scale>1.7</roll-scale>
|
||||
<vorloc>-4.0</vorloc>
|
||||
<alt>0.025</alt>
|
||||
<vs>0.05</vs>
|
||||
|
|
|
@ -74,6 +74,14 @@
|
|||
<type>float</type>
|
||||
<property>/controls/flight/aileron-right</property>
|
||||
</signal>
|
||||
<signal>
|
||||
<type>float</type>
|
||||
<property>/controls/flight/spoiler-left</property>
|
||||
</signal>
|
||||
<signal>
|
||||
<type>float</type>
|
||||
<property>/controls/flight/spoiler-right</property>
|
||||
</signal>
|
||||
<signal>
|
||||
<type>float</type>
|
||||
<property>/controls/flight/rudder-fdm</property>
|
||||
|
|
|
@ -246,7 +246,7 @@
|
|||
<expression>
|
||||
<table>
|
||||
<property>/controls/flight/aileron-fbw</property>
|
||||
<entry><ind>-0.1</ind><dep> 0</dep></entry>
|
||||
<entry><ind> 0.0</ind><dep> 0</dep></entry>
|
||||
<entry><ind>-1.0</ind><dep>0.5</dep></entry>
|
||||
</table>
|
||||
</expression>
|
||||
|
@ -341,7 +341,7 @@
|
|||
<expression>
|
||||
<table>
|
||||
<property>/controls/flight/aileron-fbw</property>
|
||||
<entry><ind>0.1</ind><dep> 0</dep></entry>
|
||||
<entry><ind>0.0</ind><dep> 0</dep></entry>
|
||||
<entry><ind>1.0</ind><dep>0.5</dep></entry>
|
||||
</table>
|
||||
</expression>
|
||||
|
|
Reference in a new issue