mavlink v0.7.0 APM.Message.GlobalPositionInt View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %APM.Message.GlobalPositionInt{
alt: MAVLink.Types.int32_t(),
hdg: MAVLink.Types.uint16_t(),
lat: MAVLink.Types.int32_t(),
lon: MAVLink.Types.int32_t(),
relative_alt: MAVLink.Types.int32_t(),
time_boot_ms: MAVLink.Types.uint32_t(),
vx: MAVLink.Types.int16_t(),
vy: MAVLink.Types.int16_t(),
vz: MAVLink.Types.int16_t()
}
t() :: %APM.Message.GlobalPositionInt{ alt: MAVLink.Types.int32_t(), hdg: MAVLink.Types.uint16_t(), lat: MAVLink.Types.int32_t(), lon: MAVLink.Types.int32_t(), relative_alt: MAVLink.Types.int32_t(), time_boot_ms: MAVLink.Types.uint32_t(), vx: MAVLink.Types.int16_t(), vy: MAVLink.Types.int16_t(), vz: MAVLink.Types.int16_t() }
The filtered global position (e.g. fused GPS and accelerometers). The position is in GPS-frame (right-handed, Z-up). It is designed as scaled integer message since the resolution of float is not sufficient.