ublox_msgs/NavDOP Message

File: ublox_msgs/NavDOP.msg

Raw Message Definition

# NAV-DOP (0x01 0x04)
# Dilution of precision
#
# - DOP values are dimensionless.
# - All DOP values are scaled by a factor of 100. If the unit transmits a value 
#   of e.g. 156, the DOP value is 1.56.
#

uint8 CLASS_ID = 1
uint8 MESSAGE_ID = 4

uint32 iTOW             # GPS Millisecond Time of Week [ms]

uint16 gDOP             # Geometric DOP [1 / 0.01]
uint16 pDOP             # Position DOP  [1 / 0.01]
uint16 tDOP             # Time DOP [1 / 0.01]
uint16 vDOP             # Vertical DOP [1 / 0.01]
uint16 hDOP             # Horizontal DOP [1 / 0.01]
uint16 nDOP             # Northing DOP [1 / 0.01]
uint16 eDOP             # Easting DOP [1 / 0.01]

Compact Message Definition

uint8 CLASS_ID=1
uint8 MESSAGE_ID=4
uint32 iTOW
uint16 gDOP
uint16 pDOP
uint16 tDOP
uint16 vDOP
uint16 hDOP
uint16 nDOP
uint16 eDOP