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/ardupilotmega.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -558,7 +558,7 @@ Reports progress of compass calibration.
558
558
559
559
Field Name | Type | Units | Values | Description
560
560
--- | --- | --- | --- | ---
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.
562
562
cal_mask | `uint8_t` | | | Bitmask of compasses being calibrated.
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.
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.
829
829
desired | `float` | deg/s | | Desired rate.
830
830
achieved | `float` | deg/s | | Achieved rate.
831
831
error | `float` | | | Error between model and vehicle.
@@ -971,7 +971,7 @@ Field Name | Type | Units | Values | Description
971
971
time_boot_ms | `uint32_t` | ms | | Timestamp (time since system boot).
972
972
sensor_type | `uint8_t` | | [MAV_DISTANCE_SENSOR](#MAV_DISTANCE_SENSOR) | Class id of the distance sensor type.
973
973
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.
975
975
x | `float` | m | | X position of the obstacle.
976
976
y | `float` | m | | Y position of the obstacle.
977
977
z | `float` | m | | Z position of the obstacle.
@@ -986,7 +986,7 @@ Water depth
986
986
Field Name | Type | Units | Description
987
987
--- | --- | --- | ---
988
988
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.
990
990
healthy | `uint8_t` | | Sensor data healthy (0=unhealthy, 1=healthy)
991
991
lat | `int32_t` | degE7 | Latitude
992
992
lng | `int32_t` | degE7 | Longitude
@@ -1004,7 +1004,7 @@ The MCU status, giving MCU temperature and voltage. The min and max voltages are
1004
1004
1005
1005
Field Name | Type | Units | Description
1006
1006
--- | --- | --- | ---
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.
1008
1008
MCU_temperature | `int16_t` | cdegC | MCU Internal temperature
1009
1009
MCU_voltage | `uint16_t` | mV | MCU voltage
1010
1010
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
1088
1088
Field Name | Type | Units | Description
1089
1089
--- | --- | --- | ---
1090
1090
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.
1092
1092
value | `char[64]` | | Value of the debug variable
0 commit comments