mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
17 lines
205 B
Plaintext
17 lines
205 B
Plaintext
#!nsh
|
|
#
|
|
# @name 3DR Iris Quadrotor SITL (Vision)
|
|
#
|
|
# @type Quadrotor Wide
|
|
#
|
|
|
|
sh /etc/init.d-posix/1010_iris_opt_flow
|
|
|
|
if [ $AUTOCNF == yes ]
|
|
then
|
|
param set EKF2_AID_MASK 8
|
|
param set EKF2_EV_DELAY 5
|
|
fi
|
|
|
|
|