You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
hdg | `uint16_t` | cdeg | Vehicle heading (yaw angle), 0.0..359.99 degrees. If unknown, set to: UINT16_MAX
60
+
61
+
45
62
### AUTOPILOT_VERSION (148) {#AUTOPILOT_VERSION}
46
63
47
64
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