aboutsummaryrefslogtreecommitdiff
path: root/ROMFS/mixers/FMU_RET.mix
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2012-08-11 11:28:05 -0700
committerpx4dev <px4@purgatory.org>2012-08-11 11:28:05 -0700
commita2116d2058df2e44fe2e495063d198111fa1e365 (patch)
tree61002a79a240f0f94343f8e133c593bb2bd3cacc /ROMFS/mixers/FMU_RET.mix
parent65aec69705069d952c1b3c8d76fda752d7abe539 (diff)
downloadpx4-firmware-a2116d2058df2e44fe2e495063d198111fa1e365.tar.gz
px4-firmware-a2116d2058df2e44fe2e495063d198111fa1e365.tar.bz2
px4-firmware-a2116d2058df2e44fe2e495063d198111fa1e365.zip
Adjust sample mixer configurations and documentation to match new syntax.
Diffstat (limited to 'ROMFS/mixers/FMU_RET.mix')
-rw-r--r--ROMFS/mixers/FMU_RET.mix12
1 files changed, 6 insertions, 6 deletions
diff --git a/ROMFS/mixers/FMU_RET.mix b/ROMFS/mixers/FMU_RET.mix
index b2fff7224..156fcb129 100644
--- a/ROMFS/mixers/FMU_RET.mix
+++ b/ROMFS/mixers/FMU_RET.mix
@@ -18,8 +18,8 @@ depending on the actual configuration it may be necessary to reverse the scaling
factors (to reverse the servo movement) and adjust the offset, scaling and
endpoints to suit.
-M: 2
-S: 0 0 10000 10000 0 -10000 10000
+M: 1
+O: 10000 10000 0 -10000 10000
S: 0 0 10000 10000 0 -10000 10000
Elevator mixer
@@ -31,8 +31,8 @@ depending on the actual configuration it may be necessary to reverse the scaling
factors (to reverse the servo movement) and adjust the offset, scaling and
endpoints to suit.
-M: 2
-S: 0 0 10000 10000 0 -10000 10000
+M: 1
+O: 10000 10000 0 -10000 10000
S: 0 1 10000 10000 0 -10000 10000
Output 2
@@ -48,6 +48,6 @@ Two scalers total (output, thrust).
This mixer generates a full-range output (-1 to 1) from an input in the (0 - 1)
range. Inputs below zero are treated as zero.
-M: 2
-S: 0 0 10000 10000 0 -10000 10000
+M: 1
+O: 10000 10000 0 -10000 10000
S: 0 3 0 20000 -10000 -10000 10000