You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
372 B
22 lines
372 B
6 years ago
|
#!/bin/sh
|
||
7 years ago
|
#
|
||
|
# @name 3DR Iris Quadrotor SITL (Vision)
|
||
|
#
|
||
|
# @type Quadrotor Wide
|
||
|
#
|
||
|
|
||
4 years ago
|
sh /etc/init.d-posix/airframes/10016_iris
|
||
7 years ago
|
|
||
7 years ago
|
if [ $AUTOCNF = yes ]
|
||
7 years ago
|
then
|
||
6 years ago
|
# EKF2: Vision position and heading
|
||
|
param set EKF2_AID_MASK 24
|
||
7 years ago
|
param set EKF2_EV_DELAY 5
|
||
7 years ago
|
|
||
6 years ago
|
# LPE: Vision + baro
|
||
7 years ago
|
param set LPE_FUSION 132
|
||
6 years ago
|
|
||
|
# AEQ: External heading set to use vision input
|
||
6 years ago
|
param set ATT_EXT_HDG_M 1
|
||
7 years ago
|
fi
|