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