You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
440 B
16 lines
440 B
<?xml version="1.0"?> |
|
<initialize name="reset00"> |
|
<!-- |
|
This file sets up the aircraft to start off |
|
from the runway in preparation for takeoff. |
|
--> |
|
<ubody> 0.0 </ubody> |
|
<vbody> 0.0 </vbody> |
|
<wbody> 0.0 </wbody> |
|
<latitude> 47.0 </latitude> |
|
<longitude> 122.0 </longitude> |
|
<phi> 0.0 </phi> |
|
<theta> 0.0 </theta> |
|
<psi> 150.0 </psi> |
|
<altitude> 4.7 </altitude> |
|
</initialize>
|
|
|