Skip to content

Commit e7ff00b

Browse files
committed
MAVLink messages update Thu Sep 18 23:03:22 UTC 2025
1 parent 2d910d2 commit e7ff00b

2 files changed

Lines changed: 21 additions & 6 deletions

File tree

en/messages/common.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ span.warning {
3737

3838
Type | Defined | Included
3939
--- | --- | ---
40-
[Messages](#messages) | 226 | 3
40+
[Messages](#messages) | 225 | 4
4141
[Enums](#enumerated-types) | 140 | 9
4242
[Commands](#mav_commands) | 165 | 0
4343

@@ -380,11 +380,9 @@ vy | `float` | m/s | Y Speed
380380
vz | `float` | m/s | Z Speed
381381

382382

383-
### GLOBAL_POSITION_INT (33) {#GLOBAL_POSITION_INT}
383+
### GLOBAL_POSITION_INT (33) — \[from: [standard](../messages/standard.md#GLOBAL_POSITION_INT)\] {#GLOBAL_POSITION_INT}
384384

385-
The filtered global position (e.g. fused GPS and accelerometers). The position is in GPS-frame (right-handed, Z-up). It
386-
387-
is designed as scaled integer message since the resolution of float is not sufficient.
385+
The filtered global position (e.g. fused GPS and accelerometers). The position is in GPS-frame (right-handed, Z-up). It is designed as scaled integer message since the resolution of float is not sufficient.
388386

389387
Field Name | Type | Units | Description
390388
--- | --- | --- | ---

en/messages/standard.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,31 @@ span.warning {
3434

3535
Type | Defined | Included
3636
--- | --- | ---
37-
[Messages](#messages) | 1 | 2
37+
[Messages](#messages) | 2 | 2
3838
[Enums](#enumerated-types) | 3 | 6
3939
Commands | 0 | 0
4040

4141
The following sections list all entities in the dialect (both included and defined in this file).
4242

4343
## Messages
4444

45+
### GLOBAL_POSITION_INT (33) {#GLOBAL_POSITION_INT}
46+
47+
The filtered global position (e.g. fused GPS and accelerometers). The position is in GPS-frame (right-handed, Z-up). It is designed as scaled integer message since the resolution of float is not sufficient.
48+
49+
Field Name | Type | Units | Description
50+
--- | --- | --- | ---
51+
time_boot_ms | `uint32_t` | ms | Timestamp (time since system boot).
52+
lat | `int32_t` | degE7 | Latitude, expressed
53+
lon | `int32_t` | degE7 | Longitude, expressed
54+
alt | `int32_t` | mm | Altitude (MSL). Note that virtually all GPS modules provide both WGS84 and MSL.
55+
relative_alt | `int32_t` | mm | Altitude above home
56+
vx | `int16_t` | cm/s | Ground X Speed (Latitude, positive north)
57+
vy | `int16_t` | cm/s | Ground Y Speed (Longitude, positive east)
58+
vz | `int16_t` | cm/s | Ground Z Speed (Altitude, positive down)
59+
hdg | `uint16_t` | cdeg | Vehicle heading (yaw angle), 0.0..359.99 degrees. If unknown, set to: UINT16_MAX
60+
61+
4562
### AUTOPILOT_VERSION (148) {#AUTOPILOT_VERSION}
4663

4764
Version and capability of autopilot software. This should be emitted in response to a request with [MAV_CMD_REQUEST_MESSAGE](#MAV_CMD_REQUEST_MESSAGE).

0 commit comments

Comments
 (0)