Skip to content

Commit bfbdcc9

Browse files
committed
MAVLink messages update Wed Apr 9 05:45:21 UTC 2025
1 parent 950391c commit bfbdcc9

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

en/messages/all.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Type | Defined | Included
6161
--- | --- | ---
6262
[Messages](#messages) | 0 | 372
6363
[Enums](#enumerated-types) | 0 | 235
64-
[Commands](#mav_commands) | 217 | 0
64+
[Commands](#mav_commands) | 218 | 0
6565

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

en/messages/common.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,9 @@ type | `uint8_t` | [MAV_MISSION_RESULT](#MAV_MISSION_RESULT) | Mission result.
618618
<span class='ext'>opaque_id</span> <a href='#mav2_extension_field'>++</a> | `uint32_t` | invalid:0 | Id of new on-vehicle mission, fence, or rally point plan (on upload to vehicle).<br>The id is calculated and returned by a vehicle when a new plan is uploaded by a GCS.<br>The only requirement on the id is that it must change when there is any change to the on-vehicle plan type (there is no requirement that the id be globally unique).<br>0 on download from the vehicle to the GCS (on download the ID is set in [MISSION_COUNT](#MISSION_COUNT)).<br>0 if plan ids are not supported.<br>The current on-vehicle plan ids are streamed in `[MISSION_CURRENT](#MISSION_CURRENT)`, allowing a GCS to determine if any part of the plan has changed and needs to be re-uploaded.
619619

620620

621-
### SET_GPS_GLOBAL_ORIGIN (48) {#SET_GPS_GLOBAL_ORIGIN}
621+
### SET_GPS_GLOBAL_ORIGIN (48) — [DEP] {#SET_GPS_GLOBAL_ORIGIN}
622+
623+
<span class="warning">**DEPRECATED:** Replaced By [MAV_CMD_SET_GLOBAL_ORIGIN](#MAV_CMD_SET_GLOBAL_ORIGIN) (2025-04)</span>
622624

623625
Sets the GPS coordinates of the vehicle local origin (0,0,0) position. Vehicle should emit [GPS_GLOBAL_ORIGIN](#GPS_GLOBAL_ORIGIN) irrespective of whether the origin is changed. This enables transform between the local coordinate frame and the global (GPS) coordinate frame, which may be necessary when (for example) indoor and outdoor settings are connected and the MAV should move from in- to outdoor.
624626

en/messages/development.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Type | Defined | Included
3838
--- | --- | ---
3939
[Messages](#messages) | 12 | 229
4040
[Enums](#enumerated-types) | 11 | 146
41-
[Commands](#mav_commands) | 172 | 0
41+
[Commands](#mav_commands) | 173 | 0
4242

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

@@ -502,6 +502,27 @@ Param (Label) | Description | Values
502502
4 | |
503503

504504

505+
### MAV_CMD_DO_SET_GLOBAL_ORIGIN (611) — [WIP] {#MAV_CMD_DO_SET_GLOBAL_ORIGIN}
506+
507+
<span class="warning">**WORK IN PROGRESS**: Do not use in stable production environments (it may change).</span>
508+
509+
Sets the GNSS coordinates of the vehicle local origin (0,0,0) position.
510+
511+
Vehicle should emit [GPS_GLOBAL_ORIGIN](#GPS_GLOBAL_ORIGIN) irrespective of whether the origin is changed.
512+
This enables transform between the local coordinate frame and the global (GNSS) coordinate frame, which may be necessary when (for example) indoor and outdoor settings are connected and the MAV should move from in- to outdoor.
513+
This command supersedes [SET_GPS_GLOBAL_ORIGIN](#SET_GPS_GLOBAL_ORIGIN).
514+
515+
Param (Label) | Description | Units
516+
--- | --- | ---
517+
1 | Empty |
518+
2 | Empty |
519+
3 | Empty |
520+
4 | Empty |
521+
5 (Latitude) | Latitude (WGS84) |
522+
6 (Longitude) | Longitude (WGS84) |
523+
7 (Altitude) | Altitude (MSL) | m
524+
525+
505526
### MAV_CMD_ODID_SET_EMERGENCY (12900) — [WIP] {#MAV_CMD_ODID_SET_EMERGENCY}
506527

507528
<span class="warning">**WORK IN PROGRESS**: Do not use in stable production environments (it may change).</span>

0 commit comments

Comments
 (0)