Skip to content

Commit

Permalink
Sign of pitch roll axis changed and yaw fit
Browse files Browse the repository at this point in the history
  • Loading branch information
TU Delft developer committed Feb 6, 2015
1 parent 17b200a commit 953b1a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf/joystick/hobbyking_usb_rc_6ch_rc_tx_joy_mode_2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ The basis of steering is the standard signs of aerospace convention
<message class="datalink" name="RC_4CH" send_always="true">
<field name="throttle" value="Fit(-throttle,-124,126,0,127)" />
<field name="roll" value="roll" />
<field name="pitch" value="-pitch" />
<field name="yaw" value="yaw" />
<field name="pitch" value="pitch" />
<field name="yaw" value="Fit(yaw,-125,125,-127,127)"/>
<field name="mode" value="Fit(mode,-127,126,0,2)"/>
</message>
</messages>
</joystick>
</joystick>

0 comments on commit 953b1a6

Please sign in to comment.