mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-03 14:38:44 -04:00
autotest: added octa-quad sim_vehicle.py option
this was missed in conversion from sim_vehicle.sh
This commit is contained in:
parent
9c56602b60
commit
1de88905c6
@ -245,6 +245,11 @@ _options_for_frame = {
|
||||
"waf_target": "bin/arducopter-hexa",
|
||||
"default_params_filename": "default_params/copter.parm",
|
||||
},
|
||||
"octa-quad": {
|
||||
"make_target": "sitl-octa-quad",
|
||||
"waf_target": "bin/arducopter-octa-quad",
|
||||
"default_params_filename": "default_params/copter.parm",
|
||||
},
|
||||
"octa": {
|
||||
"make_target": "sitl-octa",
|
||||
"waf_target": "bin/arducopter-octa",
|
||||
|
Loading…
Reference in New Issue
Block a user