From 5c30722e77feaa238ae4b685cc4fca98102282de Mon Sep 17 00:00:00 2001 From: px4dev Date: Sun, 5 Aug 2012 16:54:50 -0700 Subject: More example mixers; three different fixed-wing configurations for FMU. --- ROMFS/mixers/FMU_delta.mix | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'ROMFS/mixers/FMU_delta.mix') diff --git a/ROMFS/mixers/FMU_delta.mix b/ROMFS/mixers/FMU_delta.mix index 75493c578..8f2d12be3 100644 --- a/ROMFS/mixers/FMU_delta.mix +++ b/ROMFS/mixers/FMU_delta.mix @@ -1,12 +1,10 @@ Delta-wing mixer for PX4FMU =========================== -Lines in this file that begin with a capital letter and a colon are interpreted -as mixer commands. All other lines are ignored. - -This delta-wing mixer assumes the elevon servos are connected to PX4FMU servo -outputs 0 and 1 and the motor speed control to output 2. Output 3 is assumed to -be unused. +This file defines mixers suitable for controlling a delta wing aircraft using +PX4FMU. The configuration assumes the elevon servos are connected to PX4FMU +servo outputs 0 and 1 and the motor speed control to output 3. Output 2 is +assumed to be unused. Inputs to the mixer come from channel group 0 (vehicle attitude), channels 0 (roll), 1 (pitch) and 3 (thrust). @@ -33,6 +31,11 @@ S: 0 0 10000 10000 0 -10000 10000 S: 0 0 5000 3000 0 -10000 10000 S: 0 1 -5000 -5000 0 -10000 10000 +Output 2 +-------- +This mixer is empty. + +M: 0 Motor speed mixer ----------------- @@ -43,9 +46,4 @@ range. Inputs below zero are treated as zero. M: 2 S: 0 0 10000 10000 0 -10000 10000 -S: 0 2 0 20000 -10000 -10000 10000 - - -We leave the fourth mixer empty. - -M: 0 +S: 0 3 0 20000 -10000 -10000 10000 -- cgit v1.2.3