Add heading offsets for angled flight decks
This ensures an approach (e.g. from the launcher) is aligned with the flight deck, rather than the rear of the aircraft carrier.
This commit is contained in:
parent
67b8af5ea2
commit
80417b7edd
5 changed files with 15 additions and 0 deletions
|
@ -26,6 +26,12 @@
|
|||
<rudder>0</rudder>
|
||||
<turn-radius-ft>5000</turn-radius-ft>
|
||||
|
||||
<flols-pos>
|
||||
<x-offset-m>25.9</x-offset-m>
|
||||
<y-offset-m>-29.5</y-offset-m>
|
||||
<z-offset-m>14.7</z-offset-m>
|
||||
<heading-offset-deg>-8.5</heading-offset-deg>
|
||||
</flols-pos>
|
||||
|
||||
<parking-pos>
|
||||
<name>cat-1</name>
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
<x-offset-m>69.84</x-offset-m>
|
||||
<y-offset-m>-39.67</y-offset-m>
|
||||
<z-offset-m>21.47</z-offset-m>
|
||||
<heading-offset-deg>-10</heading-offset-deg>
|
||||
</flols-pos>
|
||||
<parking-pos>
|
||||
<name>cat-1</name>
|
||||
|
|
|
@ -28,6 +28,12 @@
|
|||
<rudder>0</rudder>
|
||||
<turn-radius-ft>3000</turn-radius-ft>
|
||||
|
||||
<flols-pos>
|
||||
<x-offset-m>25.9</x-offset-m>
|
||||
<y-offset-m>-29.5</y-offset-m>
|
||||
<z-offset-m>14.7</z-offset-m>
|
||||
<heading-offset-deg>-8.5</heading-offset-deg>
|
||||
</flols-pos>
|
||||
|
||||
<parking-pos>
|
||||
<name>cat-1</name>
|
||||
|
|
|
@ -60,6 +60,7 @@
|
|||
<x-offset-m>69.84</x-offset-m>
|
||||
<y-offset-m>-42.07</y-offset-m>
|
||||
<z-offset-m>21.47</z-offset-m>
|
||||
<heading-offset-deg>-10</heading-offset-deg>
|
||||
</flols-pos>
|
||||
<parking-pos>
|
||||
<name>cat-1</name>
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
<x-offset-m>69.84</x-offset-m>
|
||||
<y-offset-m>-39.67</y-offset-m>
|
||||
<z-offset-m>21.47</z-offset-m>
|
||||
<heading-offset-deg>-10</heading-offset-deg>
|
||||
</flols-pos>
|
||||
<parking-pos>
|
||||
<name>cat-1</name>
|
||||
|
|
Loading…
Add table
Reference in a new issue