mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
sim_vehicle.sh: set options properly for heli-dual and heli-compound
This commit is contained in:
parent
409a7e1c97
commit
47e037cada
@ -273,11 +273,6 @@ case $FRAME in
|
||||
MODEL="$FRAME"
|
||||
DEFAULTS_PATH="$autotest/firefly.parm"
|
||||
;;
|
||||
heli*)
|
||||
BUILD_TARGET="sitl-heli"
|
||||
MODEL="$FRAME"
|
||||
DEFAULTS_PATH="$autotest/Helicopter.parm"
|
||||
;;
|
||||
heli-dual)
|
||||
BUILD_TARGET="sitl-heli-dual"
|
||||
EXTRA_SIM="$EXTRA_SIM --frame=heli-dual"
|
||||
@ -288,6 +283,11 @@ case $FRAME in
|
||||
EXTRA_SIM="$EXTRA_SIM --frame=heli-compound"
|
||||
MODEL="heli-compound"
|
||||
;;
|
||||
heli*)
|
||||
BUILD_TARGET="sitl-heli"
|
||||
MODEL="$FRAME"
|
||||
DEFAULTS_PATH="$autotest/Helicopter.parm"
|
||||
;;
|
||||
IrisRos)
|
||||
BUILD_TARGET="sitl"
|
||||
DEFAULTS_PATH="$autotest/copter_params.parm"
|
||||
|
Loading…
Reference in New Issue
Block a user