mirror of https://github.com/ArduPilot/ardupilot
autotest: fix octa-dji in SITL
This commit is contained in:
parent
c7c4c17c68
commit
5172e767df
|
@ -6494,7 +6494,6 @@ class AutoTestCopter(AutoTest):
|
|||
'hexa-cwx': "does not take off",
|
||||
'hexa-dji': "does not take off",
|
||||
'octa-cwx': "does not take off",
|
||||
'octa-dji': "does not take off",
|
||||
'octa-quad-cwx': "does not take off",
|
||||
'tri': "does not take off",
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
FRAME_TYPE 13
|
|
@ -76,7 +76,11 @@ class VehicleInfo(object):
|
|||
},
|
||||
"octa-dji": {
|
||||
"waf_target": "bin/arducopter",
|
||||
"default_params_filename": "default_params/copter.parm",
|
||||
"default_params_filename": [
|
||||
"default_params/copter.parm",
|
||||
"default_params/copter-octa.parm",
|
||||
"default_params/copter-octa-dji.parm"
|
||||
],
|
||||
},
|
||||
"deca": {
|
||||
"waf_target": "bin/arducopter",
|
||||
|
|
Loading…
Reference in New Issue