Files
bizhang_-obav/ROMFS/px4fmu_common/mixers/standard_vtol_hitl.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

23 lines
524 B
Plaintext

Mixer for Standard VTOL (QuadPlane) with motor x configuration (Gazebo HITL)
=============================================================================
# @board px4_fmu-v2 exclude
R: 4x 10000 10000 10000 0
# mixer for the pusher/puller throttle
M: 1
S: 1 3 0 20000 -10000 -10000 10000
# mixer for the left aileron
M: 1
S: 1 0 -10000 -10000 0 -10000 10000
# mixer for the right aileron
M: 1
S: 1 0 10000 10000 0 -10000 10000
# mixer for the elevator
M: 1
S: 1 1 10000 10000 0 -10000 10000