Fix what someone else broke...
This commit is contained in:
parent
6cd703e182
commit
131aa65a29
3 changed files with 24 additions and 4 deletions
|
@ -11,11 +11,11 @@
|
|||
<product>
|
||||
<property>aero/alpha-deg</property>
|
||||
<table>
|
||||
<independentVar lookup="row">/velocities/groundspeed-mps</independentVar>
|
||||
<independentVar lookup="row">/velocities/groundspeed-kt</independentVar>
|
||||
<tableData>
|
||||
0 0.0
|
||||
2 0.0
|
||||
3 1.0
|
||||
5 0.0
|
||||
6 1.0
|
||||
</tableData>
|
||||
</table>
|
||||
</product>
|
||||
|
|
20
Systems/a320-iru.xml
Normal file
20
Systems/a320-iru.xml
Normal file
|
@ -0,0 +1,20 @@
|
|||
<!-- Airbus A320 IRU -->
|
||||
|
||||
<!-- Copyright (c) 2019 Jonathan Redpath -->
|
||||
|
||||
<system name="A320: IRU">
|
||||
|
||||
<channel name="IRU Accelerometers">
|
||||
<accelerometer name="systems/navigation/acc-z">
|
||||
|
||||
</accelerometer>
|
||||
<orientation unit="DEG">
|
||||
<pitch> 0.0 </pitch>
|
||||
<roll> 0.0 </roll>
|
||||
<yaw> 0.0 </yaw>
|
||||
</orientation>
|
||||
<axis>Z</axis>
|
||||
<lag>0.0</lag>
|
||||
</channel>
|
||||
|
||||
</system>
|
|
@ -1 +1 @@
|
|||
14
|
||||
15
|
Loading…
Reference in a new issue