AllowableFlightModes
public struct AllowableFlightModes : Equatable
State to check if the vehicle can transition to respective flightmodes
-
Undocumented
Declaration
Swift
public let canAutoMode: Bool -
Undocumented
Declaration
Swift
public let canGuidedMode: Bool -
Undocumented
Declaration
Swift
public let canStabilizeMode: Bool -
Initializes a new
AllowableFlightModes.Declaration
Swift
public init(canAutoMode: Bool, canGuidedMode: Bool, canStabilizeMode: Bool)Parameters
canAutoModeAuto/mission mode
canGuidedModeGuided mode
canStabilizeModeStabilize mode
-
Declaration
Swift
public static func == (lhs: AllowableFlightModes, rhs: AllowableFlightModes) -> Bool
View on GitHub
Install in Dash
AllowableFlightModes Structure Reference