Files
bizhang_-obav/ROMFS/px4fmu_common/mixers/deltaquad.main.mix
Julien Lecoeur e28f8a7f2e VTOL mixers: invert FW roll sign in builtin mixers
This inversion matches the fixed sign in the commands generated
by the VTOL attitude controller.
This commit, combined with the previous commit, should have no effect.
For safety, it is recommended to check the direction of roll control
surfaces before flight.
2019-03-15 00:48:23 -04:00

47 lines
894 B
Plaintext

# DeltaQuad mixer for PX4FMU
#=============================
Quad motors 1 - 4
-------------
R: 4x 10000 10000 10000 0
Elevon mixers
-------------
Three scalers total (output, roll, pitch).
On the assumption that the two elevon servos are physically reversed, the pitch
input is inverted between the two servos.
5: right
-------------
M: 2
S: 1 0 8000 8000 0 -10000 10000
S: 1 1 8000 8000 0 -10000 10000
6: left
-------------
M: 2
S: 1 0 8000 8000 0 -10000 10000
S: 1 1 -8000 -8000 0 -10000 10000
7: Motor speed mixer
-----------------
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: 1
S: 1 3 0 20000 -10000 -10000 10000
8: Reverse thrust (brake) mixer
-----------------
M: 1
S: 1 6 0 20000 -9000 -10000 10000