mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 00:13:59 -04:00
autotest: fixed the 'X' frame
This commit is contained in:
parent
883d57b286
commit
e9c59bf3ae
3
Tools/autotest/default_params/copter-X.parm
Normal file
3
Tools/autotest/default_params/copter-X.parm
Normal file
@ -0,0 +1,3 @@
|
||||
FRAME_CLASS 1
|
||||
FRAME_TYPE 1
|
||||
|
@ -22,11 +22,8 @@ class VehicleInfo(object):
|
||||
},
|
||||
"X": {
|
||||
"waf_target": "bin/arducopter",
|
||||
"default_params_filename": "default_params/copter.parm",
|
||||
# this param set FRAME doesn't actually work because mavproxy
|
||||
# won't set a parameter unless it knows of it, and the
|
||||
# param fetch happens asynchronously
|
||||
"extra_mavlink_cmds": "param fetch frame; param set FRAME 1;",
|
||||
"default_params_filename": ["default_params/copter.parm",
|
||||
"default_params/copter-X.parm"],
|
||||
},
|
||||
"bfx": {
|
||||
"waf_target": "bin/arducopter",
|
||||
|
Loading…
Reference in New Issue
Block a user