Aero: Fix duplicate yaw due to yaw rate for some reason
This commit is contained in:
parent
f2447bf346
commit
5e2c4e7847
2 changed files with 2 additions and 14 deletions
|
@ -592,18 +592,6 @@
|
|||
</product>
|
||||
</function>
|
||||
|
||||
<function name="aero/moment/Yaw_roll_rate">
|
||||
<description>Yaw moment due to roll rate</description>
|
||||
<product>
|
||||
<property>aero/qbar-psf</property>
|
||||
<property>metrics/Sw-sqft</property>
|
||||
<property>metrics/bw-ft</property>
|
||||
<property>aero/bi2vel</property>
|
||||
<property>velocities/r-aero-rad_sec</property>
|
||||
<value>-0.2</value>
|
||||
</product>
|
||||
</function>
|
||||
|
||||
<function name="aero/moment/Yaw_damp">
|
||||
<description>Yaw moment due to yaw rate</description>
|
||||
<product>
|
||||
|
@ -612,7 +600,7 @@
|
|||
<property>metrics/bw-ft</property>
|
||||
<property>aero/bi2vel</property>
|
||||
<property>velocities/r-aero-rad_sec</property>
|
||||
<value>-0.1</value>
|
||||
<value>-0.3</value>
|
||||
</product>
|
||||
</function>
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
4621
|
||||
4622
|
Reference in a new issue