ActuatorControlTarget
public struct ActuatorControlTarget : Equatable
Actuator control target type.
-
Undocumented
Declaration
Swift
public let group: Int32 -
Undocumented
Declaration
Swift
public let controls: [Float] -
Initializes a new
ActuatorControlTarget.Declaration
Swift
public init(group: Int32, controls: [Float])Parameters
groupAn actuator control group is e.g. ‘attitude’ for the core flight controls, or ‘gimbal’ for a payload.
controlsControls normed from -1 to 1, where 0 is neutral position.
-
Declaration
Swift
public static func == (lhs: ActuatorControlTarget, rhs: ActuatorControlTarget) -> Bool
View on GitHub
Install in Dash
ActuatorControlTarget Structure Reference