mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
Sign of pitch roll axis changed and yaw fit
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user