Skip to content

Commit 3448524

Browse files
committed
MAVLink messages update Tue Jun 17 23:26:16 UTC 2025
1 parent 471eb46 commit 3448524

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

en/messages/common.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5019,6 +5019,7 @@ Value | Name | Description
50195019
Value | Name | Description
50205020
--- | --- | ---
50215021
<a id='MAV_DO_REPOSITION_FLAGS_CHANGE_MODE'></a>1 | [MAV_DO_REPOSITION_FLAGS_CHANGE_MODE](#MAV_DO_REPOSITION_FLAGS_CHANGE_MODE) | The aircraft should immediately transition into guided. This should not be set for follow me applications
5022+
<a id='MAV_DO_REPOSITION_FLAGS_RELATIVE_YAW'></a>2 | [MAV_DO_REPOSITION_FLAGS_RELATIVE_YAW](#MAV_DO_REPOSITION_FLAGS_RELATIVE_YAW) | Yaw relative to the vehicle current heading (if not set, relative to North).
50225023

50235024
### SPEED_TYPE {#SPEED_TYPE}
50245025

@@ -7087,7 +7088,7 @@ Param (Label) | Description | Values | Units
70877088
1 (Speed) | Ground speed, less than 0 (-1) for default | min: -1 | m/s
70887089
2 (Bitmask) | Bitmask of option flags. | [MAV_DO_REPOSITION_FLAGS](#MAV_DO_REPOSITION_FLAGS) |
70897090
3 (Radius) | Loiter radius for planes. Positive values only, direction is controlled by Yaw value. A value of zero or NaN is ignored. | | m
7090-
4 (Yaw) | Yaw heading. NaN to use the current system yaw heading mode (e.g. yaw towards next waypoint, yaw to home, etc.). For planes indicates loiter direction (0: clockwise, 1: counter clockwise) | | rad
7091+
4 (Yaw) | Yaw heading (heading reference defined in Bitmask field). NaN to use the current system yaw heading mode (e.g. yaw towards next waypoint, yaw to home, etc.). For planes indicates loiter direction (0: clockwise, 1: counter clockwise) | | rad
70917092
5 (Latitude) | Latitude | |
70927093
6 (Longitude) | Longitude | |
70937094
7 (Altitude) | Altitude | | m

0 commit comments

Comments
 (0)