Skip to content

Commit

Permalink
gnss_fix: fixed type and mode enums
Browse files Browse the repository at this point in the history
  • Loading branch information
pcdangio committed Aug 11, 2020
1 parent 9dee148 commit 09ad9e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions msg/gnss_fix.msg
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ uint8 TYPE_FIX = 1
uint8 TYPE_DIFFERENTIAL = 2
uint8 TYPE_RTK_FIXED = 4
uint8 TYPE_RTK_FLOAT = 5
uint8 TYPE_DEAD_RECKONING = 6

uint8 mode_selection # The selection type for the operating mode.
uint8 MODE_SELECTION_MANUAL
uint8 MODE_SELECTION_AUTOMATIC
uint8 MODE_SELECTION_MANUAL = 0
uint8 MODE_SELECTION_AUTOMATIC = 1

uint8 mode # The current operating mode.
uint8 MODE_NONE = 0
Expand Down

0 comments on commit 09ad9e5

Please sign in to comment.