|
|
@ -6,7 +6,7 @@ |
|
|
|
<output> |
|
|
|
<output> |
|
|
|
<line_separator>newline</line_separator> |
|
|
|
<line_separator>newline</line_separator> |
|
|
|
<var_separator>tab</var_separator> |
|
|
|
<var_separator>tab</var_separator> |
|
|
|
|
|
|
|
|
|
|
|
<chunk> |
|
|
|
<chunk> |
|
|
|
<name>time (sec)</name> |
|
|
|
<name>time (sec)</name> |
|
|
|
<type>float</type> |
|
|
|
<type>float</type> |
|
|
@ -46,7 +46,7 @@ |
|
|
|
<node>/orientation/roll-deg</node> |
|
|
|
<node>/orientation/roll-deg</node> |
|
|
|
<factor>0.01745329251994329576</factor> <!-- degrees to radians --> |
|
|
|
<factor>0.01745329251994329576</factor> <!-- degrees to radians --> |
|
|
|
</chunk> |
|
|
|
</chunk> |
|
|
|
|
|
|
|
|
|
|
|
<chunk> |
|
|
|
<chunk> |
|
|
|
<name>pitch angle (rad)</name> |
|
|
|
<name>pitch angle (rad)</name> |
|
|
|
<type>float</type> |
|
|
|
<type>float</type> |
|
|
@ -54,7 +54,7 @@ |
|
|
|
<node>/orientation/pitch-deg</node> |
|
|
|
<node>/orientation/pitch-deg</node> |
|
|
|
<factor>0.01745329251994329576</factor> <!-- degrees to radians --> |
|
|
|
<factor>0.01745329251994329576</factor> <!-- degrees to radians --> |
|
|
|
</chunk> |
|
|
|
</chunk> |
|
|
|
|
|
|
|
|
|
|
|
<chunk> |
|
|
|
<chunk> |
|
|
|
<name>yaw angle</name> |
|
|
|
<name>yaw angle</name> |
|
|
|
<type>float</type> |
|
|
|
<type>float</type> |
|
|
@ -109,7 +109,7 @@ |
|
|
|
</chunk> |
|
|
|
</chunk> |
|
|
|
|
|
|
|
|
|
|
|
<!-- Velocities --> |
|
|
|
<!-- Velocities --> |
|
|
|
|
|
|
|
|
|
|
|
<chunk> |
|
|
|
<chunk> |
|
|
|
<name>Velocity North ("vn" mps)</name> |
|
|
|
<name>Velocity North ("vn" mps)</name> |
|
|
|
<type>float</type> |
|
|
|
<type>float</type> |
|
|
@ -141,7 +141,42 @@ |
|
|
|
<node>/velocities/airspeed-kt</node> |
|
|
|
<node>/velocities/airspeed-kt</node> |
|
|
|
<factor>0.514444444444444</factor> <!-- knots to mps --> |
|
|
|
<factor>0.514444444444444</factor> <!-- knots to mps --> |
|
|
|
</chunk> |
|
|
|
</chunk> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 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> |
|
|
|
|
|
|
|
|
|
|
|
</output> |
|
|
|
</output> |
|
|
|
|
|
|
|
|
|
|
|
<input> |
|
|
|
<input> |
|
|
@ -152,28 +187,33 @@ |
|
|
|
<!-- motors, in range 0.0 to 1.0 --> |
|
|
|
<!-- motors, in range 0.0 to 1.0 --> |
|
|
|
<chunk> |
|
|
|
<chunk> |
|
|
|
<name>throttle0</name> |
|
|
|
<name>throttle0</name> |
|
|
|
<type>double</type> |
|
|
|
<type>float</type> |
|
|
|
<node>/controls/engines/engine[0]/throttle</node> |
|
|
|
<node>/controls/engines/engine[0]/throttle</node> |
|
|
|
</chunk> |
|
|
|
</chunk> |
|
|
|
<chunk> |
|
|
|
<chunk> |
|
|
|
<name>throttle1</name> |
|
|
|
<name>throttle1</name> |
|
|
|
<type>double</type> |
|
|
|
<type>float</type> |
|
|
|
<node>/controls/engines/engine[1]/throttle</node> |
|
|
|
<node>/controls/engines/engine[1]/throttle</node> |
|
|
|
</chunk> |
|
|
|
</chunk> |
|
|
|
<chunk> |
|
|
|
<chunk> |
|
|
|
<name>throttle2</name> |
|
|
|
<name>throttle2</name> |
|
|
|
<type>double</type> |
|
|
|
<type>float</type> |
|
|
|
<node>/controls/engines/engine[2]/throttle</node> |
|
|
|
<node>/controls/engines/engine[2]/throttle</node> |
|
|
|
</chunk> |
|
|
|
</chunk> |
|
|
|
|
|
|
|
<chunk> |
|
|
|
|
|
|
|
<name>running</name> |
|
|
|
|
|
|
|
<type>bool</type> |
|
|
|
|
|
|
|
<node>/engines/engine/running</node> |
|
|
|
|
|
|
|
</chunk> |
|
|
|
<chunk> |
|
|
|
<chunk> |
|
|
|
<name>throttle3</name> |
|
|
|
<name>throttle3</name> |
|
|
|
<type>double</type> |
|
|
|
<type>float</type> |
|
|
|
<node>/controls/engines/engine[3]/throttle</node> |
|
|
|
<node>/controls/engines/engine[3]/throttle</node> |
|
|
|
</chunk> |
|
|
|
</chunk> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</input> |
|
|
|
</input> |
|
|
|
|
|
|
|
|
|
|
|
</generic> |
|
|
|
</generic> |
|
|
|
|
|
|
|
|
|
|
|
</PropertyList> |
|
|
|
</PropertyList> |
|
|
|