mirror of https://github.com/ArduPilot/ardupilot
autotest: fixed sim_vehicle.py with -f heli
This commit is contained in:
parent
6a12ed0d65
commit
a56090113c
|
@ -279,7 +279,7 @@ _options_for_frame = {
|
|||
# HELICOPTER
|
||||
"heli": {
|
||||
"make_target": "sitl-heli",
|
||||
"waf_target": "bin/arducopter",
|
||||
"waf_target": "bin/arducopter-heli",
|
||||
"default_params_filename": "default_params/copter-heli.parm",
|
||||
},
|
||||
"heli-dual": {
|
||||
|
|
Loading…
Reference in New Issue