mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 01:17:51 +08:00
Fixed naming of the mixer
Added mixer check to set MAV_TYPE correctly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user