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
group
An actuator control group is e.g. ‘attitude’ for the core flight controls, or ‘gimbal’ for a payload.
controls
Controls normed from -1 to 1, where 0 is neutral position.
-
Declaration
Swift
public static func == (lhs: ActuatorControlTarget, rhs: ActuatorControlTarget) -> Bool