Skip to content

Commit

Permalink
Fix errata in GPSRAW.msg
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftGust authored and vooon committed Oct 7, 2023
1 parent 6a26851 commit e0be266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mavros_msgs/msg/GPSRAW.msg
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ uint8 GPS_FIX_TYPE_NO_FIX = 1 # No position information, GPS is connected
uint8 GPS_FIX_TYPE_2D_FIX = 2 # 2D position
uint8 GPS_FIX_TYPE_3D_FIX = 3 # 3D position
uint8 GPS_FIX_TYPE_DGPS = 4 # DGPS/SBAS aided 3D position
uint8 GPS_FIX_TYPE_RTK_FLOATR = 5 # TK float, 3D position
uint8 GPS_FIX_TYPE_RTK_FIXEDR = 6 # TK Fixed, 3D position
uint8 GPS_FIX_TYPE_RTK_FLOAT = 5 # RTK float, 3D position
uint8 GPS_FIX_TYPE_RTK_FIXED = 6 # RTK Fixed, 3D position
uint8 GPS_FIX_TYPE_STATIC = 7 # Static fixed, typically used for base stations
uint8 GPS_FIX_TYPE_PPP = 8 # PPP, 3D position
uint8 fix_type # [GPS_FIX_TYPE] GPS fix type
Expand Down

0 comments on commit e0be266

Please sign in to comment.