forked from Archive/PX4-Autopilot
Fixed naming of the mixer
Added mixer check to set MAV_TYPE correctly
This commit is contained in:
parent
2776a705f4
commit
8624e2a775
|
@ -25,7 +25,7 @@ then
|
|||
param set MC_YAWRATE_D 0.0
|
||||
fi
|
||||
|
||||
set MIXER FMU_quad_deadcat
|
||||
set MIXER sk450_deadcat
|
||||
|
||||
set PWM_OUT 1234
|
||||
set PWM_MIN 1050
|
||||
|
|
|
@ -522,7 +522,7 @@ then
|
|||
then
|
||||
set MAV_TYPE 2
|
||||
fi
|
||||
if [ $MIXER == quad_w ]
|
||||
if [ $MIXER == quad_w -o $MIXER == sk450_deadcat ]
|
||||
then
|
||||
set MAV_TYPE 2
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue