mirror of https://github.com/ArduPilot/ardupilot
autotest: default plane simulator to 'plane'
this is good enough for most people and avoids an external dependency
This commit is contained in:
parent
e741cb28d2
commit
bf9779b63a
|
@ -107,7 +107,7 @@ class VehicleInfo(object):
|
|||
},
|
||||
},
|
||||
"ArduPlane": {
|
||||
"default_frame": "jsbsim",
|
||||
"default_frame": "plane",
|
||||
"frames": {
|
||||
# PLANE
|
||||
"quadplane-tilttri": {
|
||||
|
|
Loading…
Reference in New Issue