GpsGlobalOrigin class

Publishes the GPS coordinates of the vehicle local origin (0,0,0) position. Emitted whenever a new GPS-Local position mapping is requested or set - e.g. following SET_GPS_GLOBAL_ORIGIN message.

GPS_GLOBAL_ORIGIN

Implemented types

Constructors

GpsGlobalOrigin({required int32_t latitude, required int32_t longitude, required int32_t altitude, required uint64_t timeUsec})
GpsGlobalOrigin.parse(ByteData data_)
factory

Properties

altitude int32_t
Altitude (MSL). Positive for up.
final
hashCode int
The hash code for this object.
no setterinherited
latitude int32_t
Latitude (WGS84)
final
longitude int32_t
Longitude (WGS84)
final
mavlinkCrcExtra int
no setteroverride
mavlinkMessageId int
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeUsec uint64_t
Timestamp (UNIX Epoch time or time since system boot). The receiving end can infer timestamp format (since 1.1.1970 or since system boot) by checking for the magnitude of the number.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() ByteData
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

mavlinkEncodedLength → const int