View Source Common.Message.GpsGlobalOrigin (xmavlink_util v0.3.0)

Link to this section Summary

Types

t()

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.

Link to this section Types

@type t() :: %Common.Message.GpsGlobalOrigin{
  altitude: XMAVLink.Types.int32_t(),
  latitude: XMAVLink.Types.int32_t(),
  longitude: XMAVLink.Types.int32_t(),
  time_usec: XMAVLink.Types.uint64_t()
}

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.