1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-20 05:52:11 +01:00

correct values to be more appropriate for VehicleConfigurationHelper::applyMixerConfiguration()

This commit is contained in:
Kevin Finisterre 2014-06-11 21:28:20 -04:00
parent 47673f519e
commit 2dcc9c59f1

View File

@ -313,8 +313,8 @@ QString ConfigFixedWingWidget::updateConfigObjectsFromWidgets()
// pitch roll yaw
double mixerMatrix[8][3] = {
{ 0, 0, 0 },
{ 127, -127, 0 },
{ -127, 127, 0 },
{ 1, -1, 0 },
{ -1, 1, 0 },
{ 0, 0, 0 },
{ 0, 0, 0 },
{ 0, 0, 0 },