1
0
Fork 0

Fix what someone else broke...

This commit is contained in:
legoboyvdlp R 2019-12-01 14:28:03 +00:00
parent 6cd703e182
commit 131aa65a29
3 changed files with 24 additions and 4 deletions

View file

@ -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
View 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>

View file

@ -1 +1 @@
14
15