Skip to content

Commit

Permalink
Tools: autotest: added HEXA X
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuy authored and peterbarker committed Apr 17, 2024
1 parent 8874c1a commit 3b51278
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tools/autotest/default_params/copter-X.parm
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
FRAME_CLASS 1
FRAME_TYPE 1

6 changes: 6 additions & 0 deletions Tools/autotest/pysim/vehicleinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ def __init__(self):
"default_params_filename": ["default_params/copter.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": {
"waf_target": "bin/arducopter",
"default_params_filename": [
Expand Down

0 comments on commit 3b51278

Please sign in to comment.