VelocityNedYaw
public struct VelocityNedYaw : Equatable
Type for velocity commands in NED (North East Down) coordinates and yaw.
-
Undocumented
Declaration
Swift
public let northMS: Float -
Undocumented
Declaration
Swift
public let eastMS: Float -
Undocumented
Declaration
Swift
public let downMS: Float -
Undocumented
Declaration
Swift
public let yawDeg: Float -
Initializes a new
VelocityNedYaw.Declaration
Swift
public init(northMS: Float, eastMS: Float, downMS: Float, yawDeg: Float)Parameters
northMSVelocity North (in metres/second)
eastMSVelocity East (in metres/second)
downMSVelocity Down (in metres/second)
yawDegYaw in degrees (0 North, positive is clock-wise looking from above)
-
Declaration
Swift
public static func == (lhs: VelocityNedYaw, rhs: VelocityNedYaw) -> Bool
View on GitHub
Install in Dash
VelocityNedYaw Structure Reference