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
Copy file name to clipboardExpand all lines: en/messages/common.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -438,7 +438,7 @@ Superseded by [ACTUATOR_OUTPUT_STATUS](#ACTUATOR_OUTPUT_STATUS). The RAW values
438
438
Field Name | Type | Units | Description
439
439
--- | --- | --- | ---
440
440
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).
442
442
servo1_raw | `uint16_t` | us | Servo output 1 value
443
443
servo2_raw | `uint16_t` | us | Servo output 2 value
444
444
servo3_raw | `uint16_t` | us | Servo output 3 value
@@ -2811,7 +2811,7 @@ Field Name | Type | Units | Values | Description
2811
2811
target_system | `uint8_t` | | | System ID
2812
2812
target_component | `uint8_t` | | | Component ID
2813
2813
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).
2815
2815
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)
2816
2816
angular_velocity_x | `float` | rad/s | invalid:NaN | X component of angular velocity, positive is rolling to the right, NaN to be ignored.
2817
2817
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
2935
2935
target_system | `uint8_t` | | | System ID
2936
2936
target_component | `uint8_t` | | | Component ID
2937
2937
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).
2939
2939
pitch | `float` | rad | invalid:NaN | Pitch angle (positive: up, negative: down, NaN to be ignored).
2940
2940
yaw | `float` | rad | invalid:NaN | Yaw angle (positive: to the right, negative: to the left, NaN to be ignored).
2941
2941
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
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).
2955
2955
pitch | `float` | invalid:NaN | Pitch angle unitless (-1..1, positive: up, negative: down, NaN to be ignored).
2956
2956
yaw | `float` | invalid:NaN | Yaw angle unitless (-1..1, positive: to the right, negative: to the left, NaN to be ignored).
2957
2957
pitch_rate | `float` | invalid:NaN | Pitch angular rate unitless (-1..1, positive: up, negative: down, NaN to be ignored).
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
Copy file name to clipboardExpand all lines: en/messages/dialects.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,20 +17,20 @@ Dialects are not managed by this project!
17
17
18
18
The dialect definitions are:
19
19
20
-
-[ASLUAV.xml](ASLUAV.md)
21
20
-[uAvionix.xml](uAvionix.md)
21
+
-[cubepilot.xml](cubepilot.md)
22
+
-[ASLUAV.xml](ASLUAV.md)
23
+
-[paparazzi.xml](paparazzi.md)
24
+
-[stemstudios.xml](stemstudios.md)
22
25
-[ualberta.xml](ualberta.md)
26
+
-[ardupilotmega.xml](ardupilotmega.md)
23
27
-[AVSSUAS.xml](AVSSUAS.md)
24
-
-[csAirLink.xml](csAirLink.md)
28
+
-[storm32.xml](storm32.md)
29
+
-[marsh.xml](marsh.md)
25
30
-[matrixpilot.xml](matrixpilot.md)
26
31
-[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)
33
32
-[loweheiser.xml](loweheiser.md)
33
+
-[csAirLink.xml](csAirLink.md)
34
34
35
35
Note that dialects may `include`[MAVLink-Standard Definitions](index.md) or other dialects.
36
36
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