2140a89d8c
These files add a functioning Fresnel Lens Optical Landing System (FLOLS). The orange/red 'source' lights are illuminated according to the position of the pilot's eye above/below the 3.5 deg glide slope. The apparent position of the source light relative to the fixed green datum lights allow the pilot to 'fly the meatball'. The green 'cut' lights flash when the pilot's eye is below the coverage of the lowest (red) source light. TODO - add rules for the operation of the wave-off lights.
32 lines
1,006 B
XML
32 lines
1,006 B
XML
<?xml version="1.0"?>
|
|
<!--
|
|
x, y, z-offset-m The distance in meters of the Fresnel Lens Optical Landing System
|
|
(FLOLS) from the carrier model origin.
|
|
-->
|
|
<PropertyList>
|
|
<scenario>
|
|
<entry>
|
|
<type>carrier</type>
|
|
<model>Models/Geometry/Nimitz/carrier.xml</model>
|
|
<wire>wire-1</wire>
|
|
<wire>wire-2</wire>
|
|
<wire>wire-3</wire>
|
|
<wire>wire-4</wire>
|
|
<catapult>cat-1</catapult>
|
|
<catapult>cat-2</catapult>
|
|
<catapult>cat-3</catapult>
|
|
<catapult>cat-4</catapult>
|
|
<solid>deck</solid>
|
|
<solid>round-down</solid>
|
|
<latitude>37.63</latitude>
|
|
<longitude>-122.34</longitude>
|
|
<speed>15</speed>
|
|
<heading>285</heading>
|
|
<rudder>0</rudder>
|
|
<turn-radius-ft>3000</turn-radius-ft>
|
|
<x-offset-m>74.10</x-offset-m>
|
|
<y-offset-m>-41.84</y-offset-m>
|
|
<z-offset-m>21.47</z-offset-m>
|
|
</entry>
|
|
</scenario>
|
|
</PropertyList>
|