Description:
Standard NMEA: GNSS pseudorange error statistics.
Configuration:
-
NMEA-GN-GST_GNSS for combined (average) output from both receivers
-
The time is the average between GNSS1 and GNSS2.
-
The RMS value is computed over all the used measurements among both receivers
-
The standard deviation values are computed from the mean of the covariance matrices in ECEF at the mean position between GNSS1 and GNSS2
-
-
NMEA-GN-GST_GNSS1 for output from GNSS 1 receiver
-
This is the standard NMEA GST for GNSS1.
-
-
NMEA-GN-GST_GNSS2 for output from GNSS 2 receiver
-
This is the standard NMEA GST for GNSS2.
-
-
NMEA-GN-GST_FUSION for output from Fusion
-
The time and STD data is from the Fusion solution.
-
-
NMEA-GP-GST_GNSS, NMEA-GP-GST_GNSS1, NMEA-GP-GST_GNSS2 and NMEA-GP-GST_FUSION
-
Legacy messages. These messages also have GN constellation but the talker ID is “GP”
-
Notes:
-
These messages does not contain any information that would let one tell them apart. Do not enable more than one of these in the same port.
-
This message is according to NMEA 0183 v4.11 (and erratas).
Example message:
$GNGST,114319.60,5.2,0.4,0.3,62.5,0.3,0.4,1.1*68\r\n
Example message with non-standard high-precision fields:
$GNGST,114233.3998,7.1215,2.0198,1.2409,169.6050,1.9992,1.2737,2.7802*6E\r\n
Message fields:
|
# |
Field |
Format |
Unit |
Nullable |
Example |
Description |
|---|---|---|---|---|---|---|
|
1 |
|
hhmmss.ss(ss) |
- |
Y |
|
UTC time (hours, minutes and seconds) |
|
2 |
|
Float (.1/.4) |
- |
Y |
… |
RMS value of the standard deviation of the range inputs to the navigation process |
|
3 |
|
Float (.1/.4) |
m |
Y |
… |
Standard deviation of semi-major axis of error ellipse |
|
4 |
|
Float (.1/.4) |
m |
Y |
… |
Standard deviation of semi-minor axis of error ellipse |
|
5 |
|
Float (.1/.4) |
deg |
Y |
… |
Angle of semi-major axis of error ellipse from true North |
|
6 |
|
Float (.1/.4) |
m |
Y |
… |
Standard deviation of latitude error |
|
7 |
|
Float (.1/.4) |
m |
Y |
… |
Standard deviation of longitude error |
|
8 |
|
Float (.1/.4) |
m |
Y |
… |
Standard deviation of altitude error |