1 Star 0 Fork 0

肖昆/PX4-FlightGear-Bridge

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
px4bridge.xml 4.06 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0"?>
<PropertyList>
<generic>
<output>
<binary_mode>true</binary_mode>
<!-- <var_separator>tab</var_separator>
<line_separator>newline</line_separator>-->
<chunk>
<name>elapsed_sec</name>
<type>double</type>
<format>%.3f</format>
<node>/sim/time/elapsed-sec</node>
</chunk>
<chunk>
<name>latitude_deg</name>
<type>double</type>
<format>%.3f</format>
<node>/position/latitude-deg</node>
</chunk>
<chunk>
<name>longitude_deg</name>
<type>double</type>
<format>%.3f</format>
<node>/position/longitude-deg</node>
</chunk>
<chunk>
<name>altitude_ft</name>
<type>double</type>
<format>%.3f</format>
<node>/position/altitude-ft</node>
</chunk>
<chunk>
<name>roll_deg</name>
<type>double</type>
<format>%.3f</format>
<node>/orientation/roll-deg</node>
</chunk>
<chunk>
<name>pitch_deg</name>
<type>double</type>
<format>%.3f</format>
<node>/orientation/pitch-deg</node>
</chunk>
<chunk>
<name>heading_deg</name>
<type>double</type>
<format>%.3f</format>
<node>/orientation/heading-deg</node>
</chunk>
<chunk>
<name>speed_north_fps</name>
<type>double</type>
<format>%.3f</format>
<node>/velocities/speed-north-fps</node>
</chunk>
<chunk>
<name>speed_east_fps</name>
<type>double</type>
<format>%.3f</format>
<node>/velocities/speed-east-fps</node>
</chunk>
<chunk>
<name>speed_down_fps</name>
<type>double</type>
<format>%.3f</format>
<node>/velocities/speed-down-fps</node>
</chunk>
<chunk>
<name>airspeed_kt</name>
<type>double</type>
<format>%.3f</format>
<node>/velocities/airspeed-kt</node>
</chunk>
<chunk>
<name>x-accel</name>
<type>double</type>
<format>%.3f</format>
<node>/accelerations/pilot/x-accel-fps_sec</node>
</chunk>
<chunk>
<name>y-accel</name>
<type>double</type>
<format>%.3f</format>
<node>/accelerations/pilot/y-accel-fps_sec</node>
</chunk>
<chunk>
<name>z-accel</name>
<type>double</type>
<format>%.3f</format>
<node>/accelerations/pilot/z-accel-fps_sec</node>
</chunk>
<chunk>
<name>roll-rate</name>
<type>double</type>
<format>%.3f</format>
<node>/orientation/roll-rate-degps</node>
</chunk>
<chunk>
<name>pitch-rate</name>
<type>double</type>
<format>%.3f</format>
<node>/orientation/pitch-rate-degps</node>
</chunk>
<chunk>
<name>yaw-rate</name>
<type>double</type>
<format>%.3f</format>
<node>/orientation/yaw-rate-degps</node>
</chunk>
<chunk>
<name>pressure-alt-ft</name>
<type>double</type>
<format>%.3f</format>
<node>/instrumentation/altimeter/pressure-alt-ft</node>
</chunk>
<chunk>
<name>temperature-degc</name>
<type>double</type>
<format>%.3f</format>
<node>/environment/temperature-degc</node>
</chunk>
<chunk>
<name>pressure-inhg</name>
<type>double</type>
<format>%.3f</format>
<node>/systems/static/pressure-inhg</node>
</chunk>
<chunk>
<name>measured-total-pressure-inhg</name>
<type>double</type>
<format>%.3f</format>
<node>/systems/pitot/measured-total-pressure-inhg</node>
</chunk>
</output>
<input>
<binary_mode>true</binary_mode>
<chunk>
<name>aileron</name>
<type>double</type>
<node>/controls/flight/aileron</node>
</chunk>
<chunk>
<name>elevator</name>
<type>double</type>
<node>/controls/flight/elevator</node>
</chunk>
<chunk>
<name>rudder</name>
<type>double</type>
<node>/controls/flight/rudder</node>
</chunk>
<chunk>
<name>throttle</name>
<type>double</type>
<node>/controls/engines/engine/throttle</node>
</chunk>
</input>
</generic>
</PropertyList>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/robin_shaun/PX4-FlightGear-Bridge.git
git@gitee.com:robin_shaun/PX4-FlightGear-Bridge.git
robin_shaun
PX4-FlightGear-Bridge
PX4-FlightGear-Bridge
master

搜索帮助