2019-04-29 16:04:22 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
#
|
|
|
|
|
# @name IF750A SITL
|
|
|
|
|
# InspiredFlight 750 Auterion edition. Gazebo Only.
|
|
|
|
|
#
|
|
|
|
|
# @type Quadrotor
|
|
|
|
|
#
|
|
|
|
|
|
2020-10-14 13:15:02 -07:00
|
|
|
. ${R}etc/init.d/rc.mc_defaults
|
2019-04-29 16:04:22 +02:00
|
|
|
|
2020-06-15 14:46:56 +01:00
|
|
|
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
|
2020-10-16 19:49:37 +02:00
|
|
|
param set TRIG_INTERFACE 3
|
|
|
|
|
param set TRIG_MODE 4
|
|
|
|
|
param set MNT_MODE_IN 4
|
|
|
|
|
param set MNT_MODE_OUT 2
|
|
|
|
|
param set MNT_DO_STAB 2
|
2020-06-15 14:46:56 +01:00
|
|
|
fi
|
2019-04-29 16:04:22 +02:00
|
|
|
|
2020-06-15 14:46:56 +01:00
|
|
|
set MIXER quad_x
|