mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 06:36:45 +08:00
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.
This commit is contained in:
committed by
Daniel Agar
parent
e1caecc99a
commit
e28f8a7f2e
@@ -7,11 +7,11 @@ Z:
|
||||
|
||||
# left elevon
|
||||
M: 1
|
||||
S: 1 0 10000 10000 0 -10000 10000
|
||||
S: 1 0 -10000 -10000 0 -10000 10000
|
||||
|
||||
# right elevon
|
||||
M: 1
|
||||
S: 1 0 -10000 -10000 0 -10000 10000
|
||||
S: 1 0 10000 10000 0 -10000 10000
|
||||
|
||||
# mixer for the virtual elevator
|
||||
M: 1
|
||||
|
||||
@@ -13,12 +13,12 @@ S: 1 3 0 20000 -10000 -10000 10000
|
||||
# mixer for the left aileron
|
||||
M: 1
|
||||
O: 10000 10000 0 -10000 10000
|
||||
S: 1 0 10000 10000 0 -10000 10000
|
||||
S: 1 0 -10000 -10000 0 -10000 10000
|
||||
|
||||
# mixer for the right aileron
|
||||
M: 1
|
||||
O: 10000 10000 0 -10000 10000
|
||||
S: 1 0 -10000 -10000 0 -10000 10000
|
||||
S: 1 0 10000 10000 0 -10000 10000
|
||||
|
||||
# mixer for the elevator
|
||||
M: 1
|
||||
|
||||
@@ -28,12 +28,12 @@ S: 1 4 0 20000 -10000 -10000 10000
|
||||
# mixer for the left aileron
|
||||
M: 1
|
||||
O: 10000 10000 0 -10000 10000
|
||||
S: 1 0 10000 10000 0 -10000 10000
|
||||
S: 1 0 -10000 -10000 0 -10000 10000
|
||||
|
||||
# mixer for the right aileron
|
||||
M: 1
|
||||
O: 10000 10000 0 -10000 10000
|
||||
S: 1 0 -10000 -10000 0 -10000 10000
|
||||
S: 1 0 10000 10000 0 -10000 10000
|
||||
|
||||
# mixer for the elevator
|
||||
M: 1
|
||||
|
||||
@@ -30,10 +30,10 @@ Channel 6 connects to the left (port) elevon.
|
||||
|
||||
M: 2
|
||||
O: 7500 7500 0 -10000 10000
|
||||
S: 1 0 -10000 -10000 0 -10000 10000
|
||||
S: 1 0 10000 10000 0 -10000 10000
|
||||
S: 1 1 10000 10000 0 -10000 10000
|
||||
|
||||
M: 2
|
||||
O: 7500 7500 0 -10000 10000
|
||||
S: 1 0 -10000 -10000 0 -10000 10000
|
||||
S: 1 0 10000 10000 0 -10000 10000
|
||||
S: 1 1 -10000 -10000 0 -10000 10000
|
||||
|
||||
@@ -20,9 +20,9 @@ Elevon mixers
|
||||
|
||||
M: 2
|
||||
|
||||
S: 1 0 -7500 -7500 0 -10000 10000
|
||||
S: 1 0 7500 7500 0 -10000 10000
|
||||
S: 1 1 7500 7500 0 -10000 10000
|
||||
|
||||
M: 2
|
||||
S: 1 0 -7500 -7500 0 -10000 10000
|
||||
S: 1 0 7500 7500 0 -10000 10000
|
||||
S: 1 1 -7500 -7500 0 -10000 10000
|
||||
|
||||
@@ -18,14 +18,14 @@ input is inverted between the two servos.
|
||||
-------------
|
||||
|
||||
M: 2
|
||||
S: 1 0 -8000 -8000 0 -10000 10000
|
||||
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 0 8000 8000 0 -10000 10000
|
||||
S: 1 1 -8000 -8000 0 -10000 10000
|
||||
|
||||
|
||||
|
||||
@@ -9,11 +9,11 @@ S: 1 4 0 20000 -10000 -10000 10000
|
||||
Elevon mixers
|
||||
-------------
|
||||
M: 2
|
||||
S: 1 0 -7500 -7500 0 -10000 10000
|
||||
S: 1 0 7500 7500 0 -10000 10000
|
||||
S: 1 1 8000 8000 0 -10000 10000
|
||||
|
||||
M: 2
|
||||
S: 1 0 -7500 -7500 0 -10000 10000
|
||||
S: 1 0 7500 7500 0 -10000 10000
|
||||
S: 1 1 -8000 -8000 0 -10000 10000
|
||||
|
||||
Landing gear mixer
|
||||
|
||||
@@ -8,10 +8,10 @@ R: 4x 10000 10000 10000 0
|
||||
|
||||
# left elevon
|
||||
M: 2
|
||||
S: 1 0 5000 5000 0 -10000 10000
|
||||
S: 1 0 -5000 -5000 0 -10000 10000
|
||||
S: 1 1 5000 5000 0 -10000 10000
|
||||
|
||||
# right elevon
|
||||
M: 2
|
||||
S: 1 0 5000 5000 0 -10000 10000
|
||||
S: 1 0 -5000 -5000 0 -10000 10000
|
||||
S: 1 1 -5000 -5000 0 -10000 10000
|
||||
|
||||
@@ -11,11 +11,11 @@ S: 1 3 0 20000 -10000 -10000 10000
|
||||
|
||||
# mixer for the left aileron
|
||||
M: 1
|
||||
S: 1 0 10000 10000 0 -10000 10000
|
||||
S: 1 0 -10000 -10000 0 -10000 10000
|
||||
|
||||
# mixer for the right aileron
|
||||
M: 1
|
||||
S: 1 0 -10000 -10000 0 -10000 10000
|
||||
S: 1 0 10000 10000 0 -10000 10000
|
||||
|
||||
# mixer for the elevator
|
||||
M: 1
|
||||
|
||||
@@ -4,12 +4,12 @@ Mixer for an AAERT VTOL
|
||||
Aileron 1 mixer
|
||||
---------------
|
||||
M: 1
|
||||
S: 1 0 -7500 -7500 0 -10000 10000
|
||||
S: 1 0 7500 7500 0 -10000 10000
|
||||
|
||||
Aileron 2 mixer
|
||||
---------------
|
||||
M: 1
|
||||
S: 1 0 -7500 -7500 0 -10000 10000
|
||||
S: 1 0 7500 7500 0 -10000 10000
|
||||
|
||||
Elevator mixer
|
||||
--------------
|
||||
|
||||
@@ -19,11 +19,11 @@ factors (to reverse the servo movement) and adjust the offset, scaling and
|
||||
endpoints to suit.
|
||||
|
||||
M: 2
|
||||
S: 1 0 10000 10000 0 -10000 10000
|
||||
S: 1 0 -10000 -10000 0 -10000 10000
|
||||
S: 1 6 10000 10000 0 -10000 10000
|
||||
|
||||
M: 2
|
||||
S: 1 0 10000 10000 0 -10000 10000
|
||||
S: 1 0 -10000 -10000 0 -10000 10000
|
||||
S: 1 6 -10000 -10000 0 -10000 10000
|
||||
|
||||
|
||||
|
||||
@@ -20,9 +20,9 @@ S: 0 2 8000 8000 0 -10000 10000
|
||||
Elevon mixers
|
||||
-------------
|
||||
M: 2
|
||||
S: 1 0 -7500 -7500 0 -10000 10000
|
||||
S: 1 0 7500 7500 0 -10000 10000
|
||||
S: 1 1 8000 8000 0 -10000 10000
|
||||
|
||||
M: 2
|
||||
S: 1 0 -7500 -7500 0 -10000 10000
|
||||
S: 1 0 7500 7500 0 -10000 10000
|
||||
S: 1 1 -8000 -8000 0 -10000 10000
|
||||
|
||||
@@ -18,11 +18,11 @@ On the assumption that the two elevon servos are physically reversed, the pitch
|
||||
input is inverted between the two servos.
|
||||
|
||||
M: 2
|
||||
S: 1 0 -8000 -8000 0 -10000 10000
|
||||
S: 1 0 8000 8000 0 -10000 10000
|
||||
S: 1 1 8000 8000 0 -10000 10000
|
||||
|
||||
M: 2
|
||||
S: 1 0 -8000 -8000 0 -10000 10000
|
||||
S: 1 0 8000 8000 0 -10000 10000
|
||||
S: 1 1 -8000 -8000 0 -10000 10000
|
||||
|
||||
Motor speed mixer
|
||||
|
||||
Reference in New Issue
Block a user