Control the helicopter by RC control unit with MFTech RC USB-Interface
This commit is contained in:
parent
04de5c67c8
commit
a10b396ffc
1 changed files with 66 additions and 0 deletions
66
Input/Joysticks/MFTech/RC_USB.xml
Normal file
66
Input/Joysticks/MFTech/RC_USB.xml
Normal file
|
@ -0,0 +1,66 @@
|
|||
<?xml version="1.0" ?>
|
||||
<!--
|
||||
************************************************************************
|
||||
*
|
||||
* Bindings for MFTech RC USB-Interface
|
||||
*
|
||||
* http://www.mftech.de/usb-interface.htm#RC_USB-Interface_II
|
||||
*
|
||||
* Adjusted for the use with BO-105
|
||||
*
|
||||
* Martin Spott
|
||||
* 2007/01/27
|
||||
*
|
||||
************************************************************************
|
||||
-->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<name>MFTech RC_USB</name>
|
||||
|
||||
<axis n="0">
|
||||
<desc>Bank</desc>
|
||||
<direction>right</direction>
|
||||
<binding>
|
||||
<command>property-scale</command>
|
||||
<property>/controls/flight/aileron</property>
|
||||
<offset type="double">0.0</offset>
|
||||
<factor type="double">1.0</factor>
|
||||
<power type="int">1</power>
|
||||
</binding>
|
||||
</axis>
|
||||
|
||||
<axis n="5">
|
||||
<desc>Pitch</desc>
|
||||
<direction>down/forward</direction>
|
||||
<binding>
|
||||
<command>property-scale</command>
|
||||
<property>/controls/flight/elevator</property>
|
||||
<factor type="double">1.0</factor>
|
||||
<power type="int">1</power>
|
||||
</binding>
|
||||
</axis>
|
||||
|
||||
<axis n="2">
|
||||
<desc>Tail</desc>
|
||||
<direction>right</direction>
|
||||
<binding>
|
||||
<command>property-scale</command>
|
||||
<property>/controls/flight/rudder</property>
|
||||
<factor type="double">-1.0</factor>
|
||||
<power type="int">1</power>
|
||||
</binding>
|
||||
</axis>
|
||||
|
||||
<axis n="1">
|
||||
<desc>Collective</desc>
|
||||
<direction>forward</direction>
|
||||
<binding>
|
||||
<command>property-scale</command>
|
||||
<property>/controls/engines/engine[0]/throttle</property>
|
||||
<offset type="double">1.0</offset>
|
||||
<factor type="double">0.6</factor>
|
||||
</binding>
|
||||
</axis>
|
||||
|
||||
</PropertyList>
|
Loading…
Add table
Reference in a new issue