mirror of https://github.com/ArduPilot/ardupilot
autotest: update broken reason for plane-tailsitter
This commit is contained in:
parent
058f66fbe6
commit
b908f1cb9c
|
@ -4200,7 +4200,7 @@ class AutoTestPlane(vehicle_test_suite.TestSuite):
|
||||||
vinfo = vehicleinfo.VehicleInfo()
|
vinfo = vehicleinfo.VehicleInfo()
|
||||||
vinfo_options = vinfo.options[self.vehicleinfo_key()]
|
vinfo_options = vinfo.options[self.vehicleinfo_key()]
|
||||||
known_broken_frames = {
|
known_broken_frames = {
|
||||||
"plane-tailsitter": "does not take off; immediately emits 'AP: Transition VTOL done' while on ground",
|
"plane-tailsitter": "unstable in hover; unflyable in cruise",
|
||||||
"plane-ice" : "needs ICE control channel for ignition",
|
"plane-ice" : "needs ICE control channel for ignition",
|
||||||
"quadplane-ice" : "needs ICE control channel for ignition",
|
"quadplane-ice" : "needs ICE control channel for ignition",
|
||||||
"quadplane-can" : "needs CAN periph",
|
"quadplane-can" : "needs CAN periph",
|
||||||
|
|
Loading…
Reference in New Issue