Skip to content

Commit 1f10f53

Browse files
committed
MAVLink messages update Thu Apr 30 05:21:35 UTC 2026
1 parent e59d263 commit 1f10f53

6 files changed

Lines changed: 47 additions & 47 deletions

File tree

en/messages/ardupilotmega.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ Reports progress of compass calibration.
558558

559559
Field Name | Type | Units | Values | Description
560560
--- | --- | --- | --- | ---
561-
compass_id | `uint8_t` | | | Compass being calibrated.<br>Messages with same value are from the same source (instance).
561+
compass_id | `uint8_t` | | | Compass being calibrated.<br>[Instance field]: Uniquely identifies a device/subcomponent within a single source/target MAVLink component.
562562
cal_mask | `uint8_t` | | | Bitmask of compasses being calibrated.
563563
cal_status | `uint8_t` | | [MAG_CAL_STATUS](#MAG_CAL_STATUS) | Calibration Status.
564564
attempt | `uint8_t` | | | Attempt number.
@@ -590,7 +590,7 @@ PID tuning information.
590590

591591
Field Name | Type | Values | Description
592592
--- | --- | --- | ---
593-
axis | `uint8_t` | [PID_TUNING_AXIS](#PID_TUNING_AXIS) | Axis.<br>Messages with same value are from the same source (instance).
593+
axis | `uint8_t` | [PID_TUNING_AXIS](#PID_TUNING_AXIS) | Axis.<br>[Instance field]: Uniquely identifies a device/subcomponent within a single source/target MAVLink component.
594594
desired | `float` | | Desired rate.
595595
achieved | `float` | | Achieved rate.
596596
FF | `float` | | FF component.
@@ -825,7 +825,7 @@ Adaptive Controller tuning information.
825825

826826
Field Name | Type | Units | Values | Description
827827
--- | --- | --- | --- | ---
828-
axis | `uint8_t` | | [PID_TUNING_AXIS](#PID_TUNING_AXIS) | Axis.<br>Messages with same value are from the same source (instance).
828+
axis | `uint8_t` | | [PID_TUNING_AXIS](#PID_TUNING_AXIS) | Axis.<br>[Instance field]: Uniquely identifies a device/subcomponent within a single source/target MAVLink component.
829829
desired | `float` | deg/s | | Desired rate.
830830
achieved | `float` | deg/s | | Achieved rate.
831831
error | `float` | | | Error between model and vehicle.
@@ -971,7 +971,7 @@ Field Name | Type | Units | Values | Description
971971
time_boot_ms | `uint32_t` | ms | | Timestamp (time since system boot).
972972
sensor_type | `uint8_t` | | [MAV_DISTANCE_SENSOR](#MAV_DISTANCE_SENSOR) | Class id of the distance sensor type.
973973
frame | `uint8_t` | | [MAV_FRAME](#MAV_FRAME) | Coordinate frame of reference.
974-
obstacle_id | `uint16_t` | | | Unique ID given to each obstacle so that its movement can be tracked. Use UINT16_MAX if object ID is unknown or cannot be determined.<br>Messages with same value are from the same source (instance).
974+
obstacle_id | `uint16_t` | | | Unique ID given to each obstacle so that its movement can be tracked. Use UINT16_MAX if object ID is unknown or cannot be determined.<br>[Instance field]: Uniquely identifies a device/subcomponent within a single source/target MAVLink component.
975975
x | `float` | m | | X position of the obstacle.
976976
y | `float` | m | | Y position of the obstacle.
977977
z | `float` | m | | Z position of the obstacle.
@@ -986,7 +986,7 @@ Water depth
986986
Field Name | Type | Units | Description
987987
--- | --- | --- | ---
988988
time_boot_ms | `uint32_t` | ms | Timestamp (time since system boot)
989-
id | `uint8_t` | | Onboard ID of the sensor<br>Messages with same value are from the same source (instance).
989+
id | `uint8_t` | | Onboard ID of the sensor<br>[Instance field]: Uniquely identifies a device/subcomponent within a single source/target MAVLink component.
990990
healthy | `uint8_t` | | Sensor data healthy (0=unhealthy, 1=healthy)
991991
lat | `int32_t` | degE7 | Latitude
992992
lng | `int32_t` | degE7 | Longitude
@@ -1004,7 +1004,7 @@ The MCU status, giving MCU temperature and voltage. The min and max voltages are
10041004

10051005
Field Name | Type | Units | Description
10061006
--- | --- | --- | ---
1007-
id | `uint8_t` | | MCU instance<br>Messages with same value are from the same source (instance).
1007+
id | `uint8_t` | | MCU instance<br>[Instance field]: Uniquely identifies a device/subcomponent within a single source/target MAVLink component.
10081008
MCU_temperature | `int16_t` | cdegC | MCU Internal temperature
10091009
MCU_voltage | `uint16_t` | mV | MCU voltage
10101010
MCU_voltage_min | `uint16_t` | mV | MCU voltage minimum
@@ -1088,7 +1088,7 @@ Send a key-value pair as string. The use of this message is discouraged for norm
10881088
Field Name | Type | Units | Description
10891089
--- | --- | --- | ---
10901090
time_boot_ms | `uint32_t` | ms | Timestamp (time since system boot).
1091-
name | `char[10]` | | Name of the debug variable<br>Messages with same value are from the same source (instance).
1091+
name | `char[10]` | | Name of the debug variable<br>[Instance field]: Uniquely identifies a device/subcomponent within a single source/target MAVLink component.
10921092
value | `char[64]` | | Value of the debug variable
10931093

10941094

0 commit comments

Comments
 (0)