Sign of pitch roll axis changed and yaw fit

This commit is contained in:
TU Delft developer
2015-02-06 10:06:34 +01:00
parent 17b200a59e
commit 953b1a605d
@@ -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>