From 7a6a4b93525ea62484a5df02f392b72a519ac248 Mon Sep 17 00:00:00 2001 From: px4dev Date: Tue, 7 Aug 2012 21:25:30 -0700 Subject: Drop the X and + rotor mixers. We can't do multirotor mixing statically like that, as there is no mechanism for dealing with channel saturation. --- ROMFS/mixers/FMU_quad+.mix | 54 ---------------------------------------------- ROMFS/mixers/FMU_quadX.mix | 54 ---------------------------------------------- 2 files changed, 108 deletions(-) delete mode 100644 ROMFS/mixers/FMU_quad+.mix delete mode 100644 ROMFS/mixers/FMU_quadX.mix (limited to 'ROMFS') diff --git a/ROMFS/mixers/FMU_quad+.mix b/ROMFS/mixers/FMU_quad+.mix deleted file mode 100644 index 1ab38ef6d..000000000 --- a/ROMFS/mixers/FMU_quad+.mix +++ /dev/null @@ -1,54 +0,0 @@ -Quadrotor + mixer for PX4FMU -============================ - -This file defines mixers suitable for controlling a quadrotor in the + -arrangement using PX4FMU. The configuration assumes the motors are connected -starting with the front motor on output 0 and proceeding clockwise. - -Inputs to the mixer come from channel group 0 (vehicle attitude), channels 0 -(roll), 1 (pitch), 2 (yaw) and 3 (thrust). - -See the README for more information on the scaler format. - -Scale values here will definitely need tuning. - -Front ------ - -M: 4 -S: 0 0 10000 10000 0 -10000 10000 -S: 0 0 0 0 0 -10000 10000 -S: 0 1 1000 1000 0 -10000 10000 -S: 0 2 1000 1000 0 -10000 10000 -S: 0 3 0 20000 -10000 -10000 10000 - -Right ------ - -M: 4 -S: 0 0 10000 10000 0 -10000 10000 -S: 0 0 1000 1000 0 -10000 10000 -S: 0 1 0 0 0 -10000 10000 -S: 0 2 -1000 -1000 0 -10000 10000 -S: 0 3 0 20000 -10000 -10000 10000 - -Back ----- - -M: 4 -S: 0 0 10000 10000 0 -10000 10000 -S: 0 0 0 0 0 -10000 10000 -S: 0 1 -1000 -1000 0 -10000 10000 -S: 0 2 1000 1000 0 -10000 10000 -S: 0 3 0 20000 -10000 -10000 10000 - -Left ----- - -M: 4 -S: 0 0 10000 10000 0 -10000 10000 -S: 0 0 -1000 -1000 0 -10000 10000 -S: 0 1 0 0 0 -10000 10000 -S: 0 2 -1000 -1000 0 -10000 10000 -S: 0 3 0 20000 -10000 -10000 10000 - diff --git a/ROMFS/mixers/FMU_quadX.mix b/ROMFS/mixers/FMU_quadX.mix deleted file mode 100644 index 5a8641fa0..000000000 --- a/ROMFS/mixers/FMU_quadX.mix +++ /dev/null @@ -1,54 +0,0 @@ -Quadrotor X mixer for PX4FMU -============================ - -This file defines mixers suitable for controlling a quadrotor in the X -arrangement using PX4FMU. The configuration assumes the motors are connected -starting with the front-right motor on output 0 and proceeding clockwise. - -Inputs to the mixer come from channel group 0 (vehicle attitude), channels 0 -(roll), 1 (pitch), 2 (yaw) and 3 (thrust). - -See the README for more information on the scaler format. - -Scale values here will definitely need tuning. - -Front right ------------ - -M: 4 -S: 0 0 10000 10000 0 -10000 10000 -S: 0 0 1000 1000 0 -10000 10000 -S: 0 1 1000 1000 0 -10000 10000 -S: 0 2 1000 1000 0 -10000 10000 -S: 0 3 0 20000 -10000 -10000 10000 - -Back right ----------- - -M: 4 -S: 0 0 10000 10000 0 -10000 10000 -S: 0 0 1000 1000 0 -10000 10000 -S: 0 1 -1000 -1000 0 -10000 10000 -S: 0 2 -1000 -1000 0 -10000 10000 -S: 0 3 0 20000 -10000 -10000 10000 - -Back left ---------- - -M: 4 -S: 0 0 10000 10000 0 -10000 10000 -S: 0 0 -1000 -1000 0 -10000 10000 -S: 0 1 -1000 -1000 0 -10000 10000 -S: 0 2 1000 1000 0 -10000 10000 -S: 0 3 0 20000 -10000 -10000 10000 - -Front left ----------- - -M: 4 -S: 0 0 10000 10000 0 -10000 10000 -S: 0 0 -1000 -1000 0 -10000 10000 -S: 0 1 1000 1000 0 -10000 10000 -S: 0 2 -1000 -1000 0 -10000 10000 -S: 0 3 0 20000 -10000 -10000 10000 - -- cgit v1.2.3