mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
autotest: added quadplane-tilttri model
This commit is contained in:
parent
eab42c5740
commit
b3cb83731c
@ -319,6 +319,10 @@ _options_for_frame = {
|
||||
"waf_target": "bin/arduplane",
|
||||
"default_params_filename": "ArduPlane.parm",
|
||||
},
|
||||
"quadplane-tilttri" : {
|
||||
"build_target" : "sitl-tri",
|
||||
"default_params_filename": "quadplane-tilttri.parm",
|
||||
},
|
||||
"quadplane": {
|
||||
"waf_target": "bin/arduplane",
|
||||
"default_params_filename": "quadplane.parm",
|
||||
|
@ -304,6 +304,11 @@ case $FRAME in
|
||||
check_jsbsim_version
|
||||
DEFAULTS_PATH="$autotest/ArduPlane.parm"
|
||||
;;
|
||||
quadplane-tilttri*)
|
||||
BUILD_TARGET="sitl-tri"
|
||||
MODEL="$FRAME"
|
||||
DEFAULTS_PATH="$autotest/quadplane-tilttri.parm"
|
||||
;;
|
||||
quadplane*)
|
||||
BUILD_TARGET="sitl"
|
||||
MODEL="$FRAME"
|
||||
|
Loading…
Reference in New Issue
Block a user