Skip to content

Commit ae98e86

Browse files
committed
MAVLink messages update Thu Jun 25 00:49:04 UTC 2026
1 parent 1c11bae commit ae98e86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

en/messages/common.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2165,7 +2165,7 @@ gps_id | `uint8_t` | | | ID of the GPS for multiple GPS inputs<br>[Instance fiel
21652165
ignore_flags | `uint16_t` | | [GPS_INPUT_IGNORE_FLAGS](#GPS_INPUT_IGNORE_FLAGS) | Bitmap indicating which GPS input flags fields to ignore. All other fields must be provided.
21662166
time_week_ms | `uint32_t` | ms | | GPS time (from start of GPS week)
21672167
time_week | `uint16_t` | | | GPS week number
2168-
fix_type | `uint8_t` | | | 0-1: no fix, 2: 2D fix, 3: 3D fix. 4: 3D with DGPS. 5: 3D with RTK
2168+
fix_type | `uint8_t` | | [GPS_FIX_TYPE](#GPS_FIX_TYPE) | GNSS fix type
21692169
lat | `int32_t` | degE7 | | Latitude (WGS84)
21702170
lon | `int32_t` | degE7 | | Longitude (WGS84)
21712171
alt | `float` | m | | Altitude (MSL). Positive for up.
@@ -2178,7 +2178,7 @@ speed_accuracy | `float` | m/s | | GPS speed accuracy
21782178
horiz_accuracy | `float` | m | | GPS horizontal accuracy
21792179
vert_accuracy | `float` | m | | GPS vertical accuracy
21802180
satellites_visible | `uint8_t` | | | Number of satellites visible.
2181-
<span class='ext'>yaw</span> <a href='#mav2_extension_field'>++</a> | `uint16_t` | cdeg | | Yaw of vehicle relative to Earth's North, zero means not available, use 36000 for north
2181+
<span class='ext'>yaw</span> <a href='#mav2_extension_field'>++</a> | `uint16_t` | cdeg | invalid:0 | Yaw of vehicle relative to Earth's North, zero means not available, use 36000 for north
21822182

21832183

21842184
### GPS_RTCM_DATA (233) {#GPS_RTCM_DATA}

0 commit comments

Comments
 (0)