|
| 1 | +Aileron/v-tail/throttle/wheel/flaps mixer for PX4FMU |
| 2 | +======================================================= |
| 3 | + |
| 4 | +This file defines mixers suitable for controlling a fixed wing aircraft with |
| 5 | +aileron, v-tail (rudder, elevator), throttle, steerable wheel and flaps |
| 6 | +using PX4FMU. |
| 7 | +The configuration assumes the aileron servos are connected to PX4FMU servo |
| 8 | +output 0 and 1, the tail servos to output 2 and 3, the throttle |
| 9 | +to output 4, the wheel to output 5 and the flaps to output 6 and 7. |
| 10 | + |
| 11 | +Inputs to the mixer come from channel group 0 (vehicle attitude), channels 0 |
| 12 | +(roll), 1 (pitch), 2 (yaw) and 3 (thrust) 4 (flaps) 6 (flaperon). |
| 13 | + |
| 14 | +Aileron mixer (roll + flaperon) |
| 15 | +--------------------------------- |
| 16 | + |
| 17 | +This mixer assumes that the aileron servos are set up mechanically reversed. |
| 18 | + |
| 19 | +M: 2 |
| 20 | +S: 0 0 -10000 -10000 0 -10000 10000 |
| 21 | +S: 0 6 10000 10000 0 -10000 10000 |
| 22 | + |
| 23 | +M: 2 |
| 24 | +S: 0 0 -10000 -10000 0 -10000 10000 |
| 25 | +S: 0 6 -10000 -10000 0 -10000 10000 |
| 26 | + |
| 27 | +V-tail mixers |
| 28 | +------------- |
| 29 | +Three scalers total (output, roll, pitch). |
| 30 | + |
| 31 | +M: 2 |
| 32 | +S: 0 2 7000 7000 0 -10000 10000 |
| 33 | +S: 0 1 -8000 -8000 0 -10000 10000 |
| 34 | + |
| 35 | +M: 2 |
| 36 | +S: 0 2 7000 7000 0 -10000 10000 |
| 37 | +S: 0 1 8000 8000 0 -10000 10000 |
| 38 | + |
| 39 | +Motor speed mixer |
| 40 | +----------------- |
| 41 | +Two scalers total (output, thrust). |
| 42 | + |
| 43 | +This mixer generates a full-range output (-1 to 1) from an input in the (0 - 1) |
| 44 | +range. Inputs below zero are treated as zero. |
| 45 | + |
| 46 | +M: 1 |
| 47 | +S: 0 3 0 20000 -10000 -10000 10000 |
| 48 | + |
| 49 | +M: 1 |
| 50 | +S: 0 3 0 20000 -10000 -10000 10000 |
| 51 | + |
| 52 | +Flaps mixer |
| 53 | +------------ |
| 54 | +Flap servos are physically reversed. |
| 55 | + |
| 56 | +M: 1 |
| 57 | +S: 0 4 0 5000 -10000 -10000 10000 |
| 58 | + |
| 59 | +M: 1 |
| 60 | +S: 0 4 0 -5000 10000 -10000 10000 |
| 61 | + |
0 commit comments