Skip to content

Commit

Permalink
updated vtail mixing based on hardware test
Browse files Browse the repository at this point in the history
  • Loading branch information
bsutherland333 committed Feb 23, 2024
1 parent e1ca50e commit 67803d9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions include/mixer.h
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,12 @@ class Mixer : public ParamListenerInterface
50};

const mixer_t fixedwing_vtail_mixing = {
{M, S, S, S, S, S, S,
S}, // output type - Motor | LAil | RAil | LRudVator | RRudVator | LAirBrake | RAirBrake | LandingGear
{S, S, M, S, NONE, NONE, NONE, NONE}, // Ailerons, LRuddervator, Motor, RRuddervator

{1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f}, // F Mix
{0.0f, 1.0f, 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f}, // X Mix
{0.0f, 0.0f, 0.0f, -0.5f, 0.5f, 0.0f, 0.0f, 0.0f}, // Y Mix
{0.0f, 0.0f, 0.0f, 0.5f, 0.5f, 0.0f, 0.0f, 0.0f}, // Z Mix
{0.0f, 0.0f, 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f}, // F Mix
{1.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f}, // X Mix
{0.0f, -0.5f, 0.0f, 0.5f, 0.0f, 0.0f, 0.0f, 0.0f}, // Y Mix
{0.0f, 0.5f, 0.0f, 0.5f, 0.0f, 0.0f, 0.0f, 0.0f}, // Z Mix
50};

const mixer_t custom_mixing = {{NONE, NONE, NONE, NONE, NONE, NONE, NONE, NONE}, // output type
Expand Down

0 comments on commit 67803d9

Please sign in to comment.