mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
15 lines
169 B
Plaintext
15 lines
169 B
Plaintext
#!nsh
|
|
#
|
|
# @name 3DR Iris Quadrotor SITL (rplidar)
|
|
#
|
|
# @type Quadrotor Wide
|
|
#
|
|
|
|
sh /etc/init.d-posix/10016_iris
|
|
|
|
if [ $AUTOCNF == yes ]
|
|
then
|
|
param set LPE_FUSION 242
|
|
fi
|
|
|