forked from Archive/PX4-Autopilot
ROMFS: use auto-disarm in HITL Gazebo with Iris
It is expected that Iris auto-disarms the same as in SITL.
This commit is contained in:
parent
269d077fae
commit
611417acd2
|
@ -13,4 +13,9 @@ sh /etc/init.d/rc.mc_defaults
|
|||
set MIXER quad_x
|
||||
set PWM_OUT 1234
|
||||
|
||||
if [ $AUTOCNF = yes ]
|
||||
then
|
||||
param set COM_DISARM_LAND 5
|
||||
fi
|
||||
|
||||
param set SYS_HITL 1
|
||||
|
|
Loading…
Reference in New Issue