forked from Archive/PX4-Autopilot
init.d-posix: if750a: add GPS blending
This commit is contained in:
parent
6add0fff7f
commit
28c4446eae
|
@ -8,5 +8,10 @@
|
|||
|
||||
sh /etc/init.d/rc.mc_defaults
|
||||
|
||||
set MIXER quad_x
|
||||
if [ $AUTOCNF = yes ]
|
||||
then
|
||||
# EKF2: Multi GPS blending (as the model has 2 GPS's)
|
||||
param set EKF2_GPS_MASK 7 # Uses speed, hpos and vpos accuracy
|
||||
fi
|
||||
|
||||
set MIXER quad_x
|
||||
|
|
Loading…
Reference in New Issue