jsbsim.js
Version:
JSBSim flight dynamics model ported to JavaScript
22 lines (21 loc) • 770 B
text/xml
<initialize name="LC39 (Launch Complex 39)">
<!--
This file sets up the vehicle to take off
from the launch pad.
-->
<ubody unit="FT/SEC"> 0.0 </ubody>
<vbody unit="FT/SEC"> 0.0 </vbody>
<wbody unit="FT/SEC"> 0.0 </wbody>
<latitude unit="DEG"> 28.6272 </latitude>
<longitude unit="DEG"> -80.6208 </longitude>
<phi unit="DEG"> 90 </phi>
<!--
Set theta to a value slightly lower than 90deg to check the fidelity
of the forces/hold-down feature (theta and psi might be polluted by the
Euler angles gimble error otherwise).
-->
<theta unit="DEG"> 89.99 </theta>
<psi unit="DEG"> 0.0 </psi>
<altitude unit="IN"> 1720.5 </altitude>
</initialize>