|
|
@ -141,6 +141,49 @@ |
|
|
|
<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> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<chunk> |
|
|
|
|
|
|
|
<name>airspeed-indicated-mps</name> |
|
|
|
|
|
|
|
<type>float</type> |
|
|
|
|
|
|
|
<format>%.8f</format> |
|
|
|
|
|
|
|
<node>/instrumentation/indicated-speed-kt</node> |
|
|
|
|
|
|
|
<factor>0.514444444444444</factor> <!-- knots to mps --> |
|
|
|
|
|
|
|
</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> |
|
|
|
|
|
|
|
|
|
|
@ -152,22 +195,27 @@ |
|
|
|
<!-- 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> |
|
|
|
|
|
|
|
<name>running</name> |
|
|
|
|
|
|
|
<type>bool</type> |
|
|
|
|
|
|
|
<node>/engines/engine/running</node> |
|
|
|
</chunk> |
|
|
|
</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> |
|
|
|
|
|
|
|
|
|
|
@ -176,4 +224,4 @@ |
|
|
|
|
|
|
|
|
|
|
|
</generic> |
|
|
|
</generic> |
|
|
|
|
|
|
|
|
|
|
|
</PropertyList> |
|
|
|
</PropertyList> |
|
|
|