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:
parent
47673f519e
commit
2dcc9c59f1
@ -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 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user