Skip to content

Commit

Permalink
gnss_fix: adjusted naming convention for satellite count
Browse files Browse the repository at this point in the history
  • Loading branch information
pcdangio committed Aug 6, 2020
1 parent 06747dd commit 9dee148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions msg/gnss_fix.msg
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ uint8 TYPE_RTK_FLOAT = 5

uint8 mode_selection # The selection type for the operating mode.
uint8 MODE_SELECTION_MANUAL
uint8 MODE_SELECTiON_AUTOMATIC
uint8 MODE_SELECTION_AUTOMATIC

uint8 mode # The current operating mode.
uint8 MODE_NONE = 0
uint8 MODE_2D = 1
uint8 MODE_3D = 2

uint8 n_satellites # The number of satellites used in the fix solution.
uint8 satellite_count # The number of satellites used in the fix solution.

0 comments on commit 9dee148

Please sign in to comment.