Skip to content

Commit 3253aa8

Browse files
committed
MAVLink messages update Thu Apr 9 00:33:04 UTC 2026
1 parent 016b209 commit 3253aa8

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

en/messages/common.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ Superseded by [ACTUATOR_OUTPUT_STATUS](#ACTUATOR_OUTPUT_STATUS). The RAW values
438438
Field Name | Type | Units | Description
439439
--- | --- | --- | ---
440440
time_usec | `uint32_t` | us | Timestamp (UNIX Epoch time or time since system boot). The receiving end can infer timestamp format (since 1.1.1970 or since system boot) by checking for the magnitude of the number.
441-
port | `uint8_t` | | Servo output port (set of 8 outputs = 1 port). Flight stacks running on Pixhawk should use: 0 = MAIN, 1 = AUX.
441+
port | `uint8_t` | | Servo output port (set of 8 outputs = 1 port). Flight stacks running on Pixhawk should use: 0 = MAIN, 1 = AUX.<br>Messages with same value are from the same source (instance).
442442
servo1_raw | `uint16_t` | us | Servo output 1 value
443443
servo2_raw | `uint16_t` | us | Servo output 2 value
444444
servo3_raw | `uint16_t` | us | Servo output 3 value
@@ -2811,7 +2811,7 @@ Field Name | Type | Units | Values | Description
28112811
target_system | `uint8_t` | | | System ID
28122812
target_component | `uint8_t` | | | Component ID
28132813
flags | `uint32_t` | | [GIMBAL_MANAGER_FLAGS](#GIMBAL_MANAGER_FLAGS) | High level gimbal manager flags to use.
2814-
gimbal_device_id | `uint8_t` | | | Component ID of gimbal device to address (or 1-6 for non-MAVLink gimbal), 0 for all gimbal device components. Send command multiple times for more than one gimbal (but not all gimbals).
2814+
gimbal_device_id | `uint8_t` | | | Component ID of gimbal device to address (or 1-6 for non-MAVLink gimbal), 0 for all gimbal device components. Send command multiple times for more than one gimbal (but not all gimbals).<br>Messages with same value are from the same source (instance).
28152815
q | `float[4]` | | | Quaternion components, w, x, y, z (1 0 0 0 is the null-rotation, the frame is depends on whether the flag [GIMBAL_MANAGER_FLAGS_YAW_LOCK](#GIMBAL_MANAGER_FLAGS_YAW_LOCK) is set)
28162816
angular_velocity_x | `float` | rad/s | invalid:NaN | X component of angular velocity, positive is rolling to the right, NaN to be ignored.
28172817
angular_velocity_y | `float` | rad/s | invalid:NaN | Y component of angular velocity, positive is pitching up, NaN to be ignored.
@@ -2935,7 +2935,7 @@ Field Name | Type | Units | Values | Description
29352935
target_system | `uint8_t` | | | System ID
29362936
target_component | `uint8_t` | | | Component ID
29372937
flags | `uint32_t` | | [GIMBAL_MANAGER_FLAGS](#GIMBAL_MANAGER_FLAGS) | High level gimbal manager flags to use.
2938-
gimbal_device_id | `uint8_t` | | | Component ID of gimbal device to address (or 1-6 for non-MAVLink gimbal), 0 for all gimbal device components. Send command multiple times for more than one gimbal (but not all gimbals).
2938+
gimbal_device_id | `uint8_t` | | | Component ID of gimbal device to address (or 1-6 for non-MAVLink gimbal), 0 for all gimbal device components. Send command multiple times for more than one gimbal (but not all gimbals).<br>Messages with same value are from the same source (instance).
29392939
pitch | `float` | rad | invalid:NaN | Pitch angle (positive: up, negative: down, NaN to be ignored).
29402940
yaw | `float` | rad | invalid:NaN | Yaw angle (positive: to the right, negative: to the left, NaN to be ignored).
29412941
pitch_rate | `float` | rad/s | invalid:NaN | Pitch angular rate (positive: up, negative: down, NaN to be ignored).
@@ -2951,7 +2951,7 @@ Field Name | Type | Values | Description
29512951
target_system | `uint8_t` | | System ID
29522952
target_component | `uint8_t` | | Component ID
29532953
flags | `uint32_t` | [GIMBAL_MANAGER_FLAGS](#GIMBAL_MANAGER_FLAGS) | High level gimbal manager flags.
2954-
gimbal_device_id | `uint8_t` | | Component ID of gimbal device to address (or 1-6 for non-MAVLink gimbal), 0 for all gimbal device components. Send command multiple times for more than one gimbal (but not all gimbals).
2954+
gimbal_device_id | `uint8_t` | | Component ID of gimbal device to address (or 1-6 for non-MAVLink gimbal), 0 for all gimbal device components. Send command multiple times for more than one gimbal (but not all gimbals).<br>Messages with same value are from the same source (instance).
29552955
pitch | `float` | invalid:NaN | Pitch angle unitless (-1..1, positive: up, negative: down, NaN to be ignored).
29562956
yaw | `float` | invalid:NaN | Yaw angle unitless (-1..1, positive: to the right, negative: to the left, NaN to be ignored).
29572957
pitch_rate | `float` | invalid:NaN | Pitch angular rate unitless (-1..1, positive: up, negative: down, NaN to be ignored).
@@ -8933,7 +8933,7 @@ Param (Label) | Description
89338933

89348934
### MAV_CMD_CAN_FORWARD (32000) {#MAV_CMD_CAN_FORWARD}
89358935

8936-
Request forwarding of CAN packets from the given CAN bus to this component. CAN Frames are sent using [CAN_FRAME](#CAN_FRAME) and [CANFD_FRAME](#CANFD_FRAME) messages
8936+
Request forwarding of CAN packets from the given CAN bus to this component via this MAVLink channel. CAN Frames are sent using [CAN_FRAME](#CAN_FRAME) and [CANFD_FRAME](#CANFD_FRAME) messages
89378937

89388938
Param (Label) | Description
89398939
--- | ---

en/messages/dialects.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ Dialects are not managed by this project!
1717

1818
The dialect definitions are:
1919

20-
- [ASLUAV.xml](ASLUAV.md)
2120
- [uAvionix.xml](uAvionix.md)
21+
- [cubepilot.xml](cubepilot.md)
22+
- [ASLUAV.xml](ASLUAV.md)
23+
- [paparazzi.xml](paparazzi.md)
24+
- [stemstudios.xml](stemstudios.md)
2225
- [ualberta.xml](ualberta.md)
26+
- [ardupilotmega.xml](ardupilotmega.md)
2327
- [AVSSUAS.xml](AVSSUAS.md)
24-
- [csAirLink.xml](csAirLink.md)
28+
- [storm32.xml](storm32.md)
29+
- [marsh.xml](marsh.md)
2530
- [matrixpilot.xml](matrixpilot.md)
2631
- [icarous.xml](icarous.md)
27-
- [ardupilotmega.xml](ardupilotmega.md)
28-
- [marsh.xml](marsh.md)
29-
- [paparazzi.xml](paparazzi.md)
30-
- [cubepilot.xml](cubepilot.md)
31-
- [stemstudios.xml](stemstudios.md)
32-
- [storm32.xml](storm32.md)
3332
- [loweheiser.xml](loweheiser.md)
33+
- [csAirLink.xml](csAirLink.md)
3434

3535
Note that dialects may `include` [MAVLink-Standard Definitions](index.md) or other dialects.
3636
Up to 5 levels of XML file nesting are allowed - see `MAXIMUM_INCLUDE_FILE_NESTING` in [mavgen.py](https://github.com/ArduPilot/pymavlink/blob/master/generator/mavgen.py#L44).

0 commit comments

Comments
 (0)