mirror of https://github.com/ArduPilot/ardupilot
Tools: autotest: added HEXA X
This commit is contained in:
parent
8874c1a560
commit
3b51278481
|
@ -1,3 +1 @@
|
||||||
FRAME_CLASS 1
|
|
||||||
FRAME_TYPE 1
|
FRAME_TYPE 1
|
||||||
|
|
||||||
|
|
|
@ -45,6 +45,12 @@ class VehicleInfo(object):
|
||||||
"default_params_filename": ["default_params/copter.parm",
|
"default_params_filename": ["default_params/copter.parm",
|
||||||
"default_params/copter-hexa.parm" ],
|
"default_params/copter-hexa.parm" ],
|
||||||
},
|
},
|
||||||
|
"hexax": {
|
||||||
|
"waf_target": "bin/arducopter",
|
||||||
|
"default_params_filename": ["default_params/copter.parm",
|
||||||
|
"default_params/copter-hexa.parm",
|
||||||
|
"default_params/copter-X.parm", ],
|
||||||
|
},
|
||||||
"hexa-cwx": {
|
"hexa-cwx": {
|
||||||
"waf_target": "bin/arducopter",
|
"waf_target": "bin/arducopter",
|
||||||
"default_params_filename": [
|
"default_params_filename": [
|
||||||
|
|
Loading…
Reference in New Issue