diff --git a/ROMFS/px4fmu_common/mixers/plane_sitl.main.mix b/ROMFS/px4fmu_common/mixers/plane_sitl.main.mix index a46fae9483..15cab32411 100644 --- a/ROMFS/px4fmu_common/mixers/plane_sitl.main.mix +++ b/ROMFS/px4fmu_common/mixers/plane_sitl.main.mix @@ -1,18 +1,32 @@ Mixer for SITL plane ========================================================= -# mixer for the elevons -M: 2 -O: 10000 10000 0 -10000 10000 -S: 0 0 5000 5000 0 -10000 10000 -S: 0 1 -5000 -5000 0 -10000 10000 - -M: 2 -O: 10000 10000 0 -10000 10000 -S: 0 0 5000 5000 0 -10000 10000 -S: 0 1 5000 5000 0 -10000 10000 - # mixer for the pusher/puller throttle M: 1 O: 10000 10000 0 -10000 10000 S: 0 3 0 20000 -10000 -10000 10000 + +# mixer for the left aileron +M: 1 +O: 10000 10000 0 -10000 10000 +S: 0 0 -10000 -10000 0 -10000 10000 + +# mixer for the right aileron +M: 1 +O: 10000 10000 0 -10000 10000 +S: 0 0 10000 10000 0 -10000 10000 + +# mixer for the elevator +M: 1 +O: 10000 10000 0 -10000 10000 +S: 0 1 10000 10000 0 -10000 10000 + +# mixer for the rudder +M: 1 +O: 10000 10000 0 -10000 10000 +S: 0 2 10000 10000 0 -10000 10000 + +# mixer for the flaps +M: 1 +O: 10000 10000 0 -10000 10000 +S: 0 4 10000 10000 0 -10000 10000