mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
15 lines
224 B
Bash
15 lines
224 B
Bash
#!/bin/sh
|
|
#
|
|
# @name 3DR Iris Quadrotor SITL (Obstacle Avoidance)
|
|
#
|
|
# @type Quadrotor Wide
|
|
#
|
|
|
|
. ${R}etc/init.d-posix/airframes/10016_iris
|
|
|
|
if [ $AUTOCNF = yes ]
|
|
then
|
|
param set COM_OBS_AVOID 1
|
|
param set MPC_XY_CRUISE 5.0
|
|
fi
|