autotest: fixed sim_vehicle -w for plane

This commit is contained in:
Andrew Tridgell 2015-05-07 17:26:23 +10:00
parent fa4ba456b4
commit c27b605b86

View File

@ -330,9 +330,6 @@ EOF
exit 1
fi
PARMS="ArduPlane.parm"
if [ $WIPE_EEPROM == 1 ]; then
cmd="$cmd -PFORMAT_VERSION=13 -PSKIP_GYRO_CAL=1 -PRC3_MIN=1000 -PRC3_TRIM=1000"
fi
if [ "$FRAME" = "CRRCSim" ]; then
RUNSIM="nice $autotest/pysim/sim_wrapper.py --frame=CRRCSim --home=$SIMHOME --simin=$SIMIN_PORT --simout=$SIMOUT_PORT --fgout=$FG_PORT $EXTRA_SIM"
else