Skip to content

Commit d5de1ad

Browse files
authored
Added comment to clarify the purpose of the extended status enum message (#109)
Co-authored-by: Alex Youngs <[email protected]>
1 parent 9c98759 commit d5de1ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gps_common/msg/GPSStatus.msg

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ int32[] satellite_visible_azimuth # Azimuth of satellites
1212
int32[] satellite_visible_snr # Signal-to-noise ratios (dB)
1313

1414
# Measurement status
15+
# additional status enums can be found in the GPSExtendedStatus.msg
1516
int16 STATUS_NO_FIX=-1 # Unable to fix position
1617
int16 STATUS_FIX=0 # Normal fix
1718
int16 STATUS_SBAS_FIX=1 # Fixed using a satellite-based augmentation system

0 commit comments

Comments
 (0)