LLH Position (0x13,0x22)

Description

Geodetic position aiding command.

Notes

Coordinates are given in WGS84 geodetic latitude, longitude, and height above the ellipsoid. Uncertainty is given in NED coordinates, which are parallel to incremental changes in latitude, longitude, and height.

Parameter Name Data Type Description
Field Length u8 29
Descriptor u8 0x22
Time Time Timestamp of the measurement.
Frame Id u8 Source ID for this estimate (source_id == 0 indicates this sensor, source_id > 0 indicates an external estimate).
Latitude double [deg]
Longitude double [deg]
Height double [m]
Uncertainty Vector3f NED position uncertainty. Cannot be 0 unless the corresponding valid flags are 0.
Valid Flags u16 bitfield Valid flags. Axes with 0 will be completely ignored.
NameBit(s)Description
Latitude0
Longitude1
Height2
Ack/Nack Reply See standard MIP ack/nack reply format.