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.
232 lines
0 B
232 lines
0 B
14 years ago
|
<?xml version="1.0"?>
|
||
|
|
||
|
<PropertyList>
|
||
|
<generic>
|
||
|
|
||
|
<output>
|
||
|
<line_separator>newline</line_separator>
|
||
14 years ago
|
<var_separator>tab</var_separator>
|
||
11 years ago
|
|
||
14 years ago
|
<chunk>
|
||
|
<name>time (sec)</name>
|
||
|
<type>float</type>
|
||
|
<format>%.4f</format>
|
||
|
<node>/sim/time/elapsed-sec</node>
|
||
|
</chunk>
|
||
14 years ago
|
|
||
|
<!-- Position -->
|
||
|
<chunk>
|
||
|
<name>latitude-deg</name>
|
||
14 years ago
|
<type>double</type>
|
||
|
<format>%.18f</format>
|
||
14 years ago
|
<node>/position/latitude-deg</node>
|
||
|
</chunk>
|
||
|
|
||
|
<chunk>
|
||
|
<name>longitude-deg</name>
|
||
14 years ago
|
<type>double</type>
|
||
|
<format>%.18f</format>
|
||
14 years ago
|
<node>/position/longitude-deg</node>
|
||
|
</chunk>
|
||
|
|
||
|
<chunk>
|
||
14 years ago
|
<name>altitiude (m)</name>
|
||
|
<type>double</type>
|
||
|
<format>%.5f</format>
|
||
14 years ago
|
<node>/position/altitude-ft</node>
|
||
14 years ago
|
<factor>0.3048</factor> <!-- feet to meter -->
|
||
14 years ago
|
</chunk>
|
||
|
|
||
|
<!-- Orientation -->
|
||
14 years ago
|
|
||
14 years ago
|
<chunk>
|
||
14 years ago
|
<name>roll angle</name>
|
||
14 years ago
|
<type>float</type>
|
||
14 years ago
|
<format>%.5f</format>
|
||
14 years ago
|
<node>/orientation/roll-deg</node>
|
||
14 years ago
|
<factor>0.01745329251994329576</factor> <!-- degrees to radians -->
|
||
14 years ago
|
</chunk>
|
||
11 years ago
|
|
||
14 years ago
|
<chunk>
|
||
14 years ago
|
<name>pitch angle (rad)</name>
|
||
14 years ago
|
<type>float</type>
|
||
14 years ago
|
<format>%.5f</format>
|
||
14 years ago
|
<node>/orientation/pitch-deg</node>
|
||
14 years ago
|
<factor>0.01745329251994329576</factor> <!-- degrees to radians -->
|
||
14 years ago
|
</chunk>
|
||
11 years ago
|
|
||
14 years ago
|
<chunk>
|
||
14 years ago
|
<name>yaw angle</name>
|
||
14 years ago
|
<type>float</type>
|
||
14 years ago
|
<format>%.5f</format>
|
||
14 years ago
|
<node>/orientation/heading-deg</node>
|
||
14 years ago
|
<factor>0.01745329251994329576</factor> <!-- degrees to radians -->
|
||
14 years ago
|
</chunk>
|
||
|
|
||
14 years ago
|
<chunk>
|
||
14 years ago
|
<name>roll rate ("p" rad/sec)</name>
|
||
14 years ago
|
<type>float</type>
|
||
14 years ago
|
<format>%.6f</format>
|
||
|
<node>/fdm/jsbsim/velocities/pi-rad_sec</node>
|
||
14 years ago
|
</chunk>
|
||
14 years ago
|
|
||
14 years ago
|
<chunk>
|
||
14 years ago
|
<name>pitch rate ("q" rad/sec)</name>
|
||
14 years ago
|
<type>float</type>
|
||
14 years ago
|
<format>%.6f</format>
|
||
|
<node>/fdm/jsbsim/velocities/qi-rad_sec</node>
|
||
14 years ago
|
</chunk>
|
||
|
|
||
|
<chunk>
|
||
14 years ago
|
<name>yaw rate ("r" rad/sec)</name>
|
||
14 years ago
|
<type>float</type>
|
||
14 years ago
|
<format>%.6f</format>
|
||
|
<node>/fdm/jsbsim/velocities/ri-rad_sec</node>
|
||
14 years ago
|
</chunk>
|
||
|
|
||
|
<chunk>
|
||
14 years ago
|
<name>X accel (body axis) (mps)</name>
|
||
14 years ago
|
<type>float</type>
|
||
14 years ago
|
<format>%.5f</format>
|
||
|
<node>/accelerations/pilot/x-accel-fps_sec</node>
|
||
|
<factor>0.3048</factor> <!-- feet to meter -->
|
||
14 years ago
|
</chunk>
|
||
|
|
||
|
<chunk>
|
||
14 years ago
|
<name>Y accel (body axis) (mps)</name>
|
||
14 years ago
|
<type>float</type>
|
||
14 years ago
|
<format>%.5f</format>
|
||
|
<node>/accelerations/pilot/y-accel-fps_sec</node>
|
||
|
<factor>0.3048</factor> <!-- feet to meter -->
|
||
14 years ago
|
</chunk>
|
||
|
|
||
|
<chunk>
|
||
14 years ago
|
<name>Z accel (body axis) (mps)</name>
|
||
14 years ago
|
<type>float</type>
|
||
14 years ago
|
<format>%.5f</format>
|
||
|
<node>/accelerations/pilot/z-accel-fps_sec</node>
|
||
|
<factor>0.3048</factor> <!-- feet to meter -->
|
||
14 years ago
|
</chunk>
|
||
14 years ago
|
|
||
|
<!-- Velocities -->
|
||
11 years ago
|
|
||
14 years ago
|
<chunk>
|
||
14 years ago
|
<name>Velocity North ("vn" mps)</name>
|
||
|
<type>float</type>
|
||
|
<format>%.8f</format>
|
||
|
<node>/velocities/speed-north-fps</node>
|
||
|
<factor>0.3048</factor> <!-- fps to mps -->
|
||
|
</chunk>
|
||
|
|
||
|
<chunk>
|
||
|
<name>Velocity East ("ve" mps)</name>
|
||
|
<type>float</type>
|
||
|
<format>%.8f</format>
|
||
|
<node>/velocities/speed-east-fps</node>
|
||
|
<factor>0.3048</factor> <!-- fps to mps -->
|
||
|
</chunk>
|
||
|
|
||
|
<chunk>
|
||
|
<name>Velocity Down ("vd" mps)</name>
|
||
|
<type>float</type>
|
||
|
<format>%.8f</format>
|
||
|
<node>/velocities/speed-down-fps</node>
|
||
|
<factor>0.3048</factor> <!-- fps to mps -->
|
||
|
</chunk>
|
||
|
|
||
|
<chunk>
|
||
|
<name>airspeed-mps</name>
|
||
14 years ago
|
<type>float</type>
|
||
14 years ago
|
<format>%.8f</format>
|
||
14 years ago
|
<node>/velocities/airspeed-kt</node>
|
||
14 years ago
|
<factor>0.514444444444444</factor> <!-- knots to mps -->
|
||
14 years ago
|
</chunk>
|
||
12 years ago
|
|
||
|
<!-- Magnetometer -->
|
||
|
<chunk>
|
||
|
<name>Magnetic Variation (rad)</name>
|
||
|
<type>float</type>
|
||
|
<format>%.8f</format>
|
||
|
<node>/environment/magnetic-variation-deg</node>
|
||
|
<factor>0.01745329251994329576</factor> <!-- degrees to radians -->
|
||
|
</chunk>
|
||
|
|
||
|
<chunk>
|
||
|
<name>Magnetic Dip (rad)</name>
|
||
|
<type>float</type>
|
||
|
<format>%.8f</format>
|
||
|
<node>/environment/magnetic-dip-deg</node>
|
||
|
<factor>0.01745329251994329576</factor> <!-- degrees to radians -->
|
||
|
</chunk>
|
||
|
|
||
|
<!-- Temperature -->
|
||
|
<chunk>
|
||
|
<name>Temperature (deg C)</name>
|
||
|
<type>float</type>
|
||
|
<format>%.8f</format>
|
||
|
<node>/environment/temperature-degc</node>
|
||
|
<factor>1</factor>
|
||
|
</chunk>
|
||
|
|
||
|
<!-- Pressure -->
|
||
|
<chunk>
|
||
|
<name>Pressure (hPa)</name>
|
||
|
<type>float</type>
|
||
|
<format>%.8f</format>
|
||
|
<node>/environment/pressure-inhg</node>
|
||
|
<factor>33.86389</factor> <!-- inhg to hpa -->
|
||
|
</chunk>
|
||
11 years ago
|
|
||
|
<!-- Altitude AGL -->
|
||
|
<chunk>
|
||
|
<name>Altitude AGL (m)</name>
|
||
|
<type>float</type>
|
||
|
<format>%.5f</format>
|
||
|
<node>/position/altitude-agl-ft</node>
|
||
|
<factor>0.3048</factor> <!-- feet to meter -->
|
||
|
</chunk>
|
||
|
|
||
14 years ago
|
</output>
|
||
|
|
||
|
<input>
|
||
|
<line_separator>newline</line_separator>
|
||
14 years ago
|
<var_separator>tab</var_separator>
|
||
14 years ago
|
|
||
|
<!-- Controls -->
|
||
|
<chunk>
|
||
|
<name>aileron</name>
|
||
|
<type>float</type>
|
||
|
<node>/controls/flight/aileron</node>
|
||
|
</chunk>
|
||
|
|
||
|
<chunk>
|
||
|
<name>elevator</name>
|
||
|
<type>float</type>
|
||
|
<node>/controls/flight/elevator</node>
|
||
|
</chunk>
|
||
11 years ago
|
|
||
14 years ago
|
<chunk>
|
||
|
<name>rudder</name>
|
||
|
<type>float</type>
|
||
|
<node>/controls/flight/rudder</node>
|
||
|
</chunk>
|
||
11 years ago
|
|
||
14 years ago
|
<chunk>
|
||
|
<name>running</name>
|
||
|
<type>bool</type>
|
||
|
<node>/engines/engine/running</node>
|
||
|
</chunk>
|
||
14 years ago
|
|
||
|
<chunk>
|
||
|
<name>throttle</name>
|
||
|
<type>float</type>
|
||
|
<node>/controls/engines/engine/throttle</node>
|
||
|
</chunk>
|
||
11 years ago
|
|
||
14 years ago
|
|
||
|
</input>
|
||
|
|
||
|
</generic>
|
||
|
|
||
12 years ago
|
</PropertyList>
|