Skip to content

Commit eaf5250

Browse files
committed
MAVLink messages update Thu Apr 10 05:08:48 UTC 2025
1 parent 181cb3e commit eaf5250

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

en/messages/development.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -511,16 +511,17 @@ Sets the GNSS coordinates of the vehicle local origin (0,0,0) position.
511511
Vehicle should emit [GPS_GLOBAL_ORIGIN](#GPS_GLOBAL_ORIGIN) irrespective of whether the origin is changed.
512512
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.
513513
This command supersedes [SET_GPS_GLOBAL_ORIGIN](#SET_GPS_GLOBAL_ORIGIN).
514+
Should be sent in a [COMMAND_INT](#COMMAND_INT) (Expected frame is [MAV_FRAME_GLOBAL](#MAV_FRAME_GLOBAL), and this should be assumed when sent in [COMMAND_LONG](#COMMAND_LONG)).
514515

515516
Param (Label) | Description | Units
516517
--- | --- | ---
517518
1 | Empty |
518519
2 | Empty |
519520
3 | Empty |
520521
4 | Empty |
521-
5 (Latitude) | Latitude (WGS84) |
522-
6 (Longitude) | Longitude (WGS84) |
523-
7 (Altitude) | Altitude (MSL) | m
522+
5 (Latitude) | Latitude |
523+
6 (Longitude) | Longitude |
524+
7 (Altitude) | Altitude | m
524525

525526

526527
### MAV_CMD_ODID_SET_EMERGENCY (12900) — [WIP] {#MAV_CMD_ODID_SET_EMERGENCY}

0 commit comments

Comments
 (0)