Skip to content

Commit

Permalink
Added comment to clarify the purpose of the extended status enum message
Browse files Browse the repository at this point in the history
  • Loading branch information
agyoungs committed May 15, 2024
1 parent 9c98759 commit b7a7483
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gps_common/msg/GPSStatus.msg
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ int32[] satellite_visible_azimuth # Azimuth of satellites
int32[] satellite_visible_snr # Signal-to-noise ratios (dB)

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

0 comments on commit b7a7483

Please sign in to comment.