Skip to content

Commit

Permalink
Added comment to clarify the purpose of the extended status enum mess…
Browse files Browse the repository at this point in the history
…age (#109)

Co-authored-by: Alex Youngs <[email protected]>
  • Loading branch information
agyoungs and agyoungs authored May 15, 2024
1 parent 9c98759 commit d5de1ad
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 d5de1ad

Please sign in to comment.