mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
18 lines
239 B
Plaintext
18 lines
239 B
Plaintext
#!nsh
|
|
#
|
|
# @name 3DR Iris Quadrotor SITL (irlock)
|
|
#
|
|
# @type Quadrotor Wide
|
|
#
|
|
|
|
sh /etc/init.d-posix/10016_iris
|
|
|
|
|
|
if [ $AUTOCNF == yes ]
|
|
then
|
|
# enable fusion of landing target velocity
|
|
param set LTEST_MODE 1
|
|
param set PLD_HACC_RAD 0.1
|
|
fi
|
|
|