forked from Archive/PX4-Autopilot
Don't use the control surface abbreviation but use the actual channel assignment.
This commit is contained in:
parent
5adb3cc308
commit
333ba769ef
|
@ -1,6 +1,6 @@
|
|||
#!nsh
|
||||
#
|
||||
# @name Generic AERT with Quad VTOL.
|
||||
# @name Generic AAERT tailplane airframe with Quad VTOL.
|
||||
#
|
||||
# @type Standard VTOL
|
||||
#
|
||||
|
@ -36,7 +36,7 @@ fi
|
|||
set MIXER vtol_quad_x
|
||||
set PWM_OUT 12345678
|
||||
|
||||
set MIXER_AUX vtol_AERT
|
||||
set MIXER_AUX vtol_AAERT
|
||||
set PWM_AUX_RATE 50
|
||||
set PWM_AUX_OUT 1234
|
||||
set PWM_AUX_DISARMED 1000
|
|
@ -1,18 +1,14 @@
|
|||
Mixer for a horizontal format with X-Quad and tractor AERT plane configuration
|
||||
==============================================================================
|
||||
Mixer for an AAERT VTOL
|
||||
=======================
|
||||
|
||||
Motor speed mixer
|
||||
-----------------
|
||||
M: 1
|
||||
O: 10000 10000 0 -10000 10000
|
||||
S: 1 3 0 20000 -10000 -10000 10000
|
||||
|
||||
Aileron mixers
|
||||
--------------
|
||||
Aileron 1 mixer
|
||||
---------------
|
||||
M: 1
|
||||
O: 10000 10000 0 -10000 10000
|
||||
S: 1 0 -7500 -7500 0 -10000 10000
|
||||
|
||||
Aileron 2 mixer
|
||||
---------------
|
||||
M: 1
|
||||
O: 10000 10000 0 -10000 10000
|
||||
S: 1 0 -7500 -7500 0 -10000 10000
|
||||
|
@ -28,3 +24,9 @@ Rudder mixer
|
|||
M: 1
|
||||
O: 10000 10000 0 -10000 10000
|
||||
S: 1 2 -10000 -10000 0 -10000 10000
|
||||
|
||||
Throttle mixer
|
||||
--------------
|
||||
M: 1
|
||||
O: 10000 10000 0 -10000 10000
|
||||
S: 1 3 0 20000 -10000 -10000 10000
|
Loading…
Reference in New Issue