pub type SetGpsGlobalOrigin = SetGpsGlobalOrigin;Expand description
Originally defined in common::messages::set_gps_global_origin.
Aliased Type§
pub struct SetGpsGlobalOrigin {
pub target_system: u8,
pub latitude: i32,
pub longitude: i32,
pub altitude: i32,
pub time_usec: u64,
}Fields§
§target_system: u8MAVLink field target_system.
System ID
latitude: i32MAVLink field latitude.
Latitude (WGS84)
longitude: i32MAVLink field longitude.
Longitude (WGS84)
altitude: i32MAVLink field altitude.
Altitude (MSL). Positive for up.
time_usec: u64MAVLink field time_usec.
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.