Skip to content

Commit 2d910d2

Browse files
committed
MAVLink messages update Wed Sep 17 23:04:16 UTC 2025
1 parent 84e0c4f commit 2d910d2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

en/messages/common.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2511,7 +2511,7 @@ Field Name | Type | Units | Values | Description
25112511
time_boot_ms | `uint32_t` | ms | | Timestamp (time since system boot).
25122512
vendor_name | `uint8_t[32]` | | | Name of the camera vendor
25132513
model_name | `uint8_t[32]` | | | Name of the camera model
2514-
firmware_version | `uint32_t` | | invalid:0 | Version of the camera firmware, encoded as: `(Dev & 0xff) << 24 \| (Patch & 0xff) << 16 \| (Minor & 0xff) << 8 \| (Major & 0xff)`. Use 0 if not known.
2514+
firmware_version | `uint32_t` | | invalid:0 | Version of the camera firmware, encoded as: `(Dev & 0xff) << 24 + (Patch & 0xff) << 16 + (Minor & 0xff) << 8 + (Major & 0xff)`. Use 0 if not known.
25152515
focal_length | `float` | mm | invalid:NaN | Focal length. Use NaN if not known.
25162516
sensor_size_h | `float` | mm | invalid:NaN | Image sensor size horizontal. Use NaN if not known.
25172517
sensor_size_v | `float` | mm | invalid:NaN | Image sensor size vertical. Use NaN if not known.
@@ -2846,8 +2846,8 @@ time_boot_ms | `uint32_t` | ms | | Timestamp (time since system boot).
28462846
vendor_name | `char[32]` | | | Name of the gimbal vendor.
28472847
model_name | `char[32]` | | | Name of the gimbal model.
28482848
custom_name | `char[32]` | | | Custom name of the gimbal given to it by the user.
2849-
firmware_version | `uint32_t` | | | Version of the gimbal firmware, encoded as: `(Dev & 0xff) << 24 \| (Patch & 0xff) << 16 \| (Minor & 0xff) << 8 \| (Major & 0xff)`.
2850-
hardware_version | `uint32_t` | | | Version of the gimbal hardware, encoded as: `(Dev & 0xff) << 24 \| (Patch & 0xff) << 16 \| (Minor & 0xff) << 8 \| (Major & 0xff)`.
2849+
firmware_version | `uint32_t` | | | Version of the gimbal firmware, encoded as: `(Dev & 0xff) << 24 + (Patch & 0xff) << 16 + (Minor & 0xff) << 8 + (Major & 0xff)`.
2850+
hardware_version | `uint32_t` | | | Version of the gimbal hardware, encoded as: `(Dev & 0xff) << 24 + (Patch & 0xff) << 16 + (Minor & 0xff) << 8 + (Major & 0xff)`.
28512851
uid | `uint64_t` | | invalid:0 | UID of gimbal hardware (0 if unknown).
28522852
cap_flags | `uint16_t` | | [GIMBAL_DEVICE_CAP_FLAGS](#GIMBAL_DEVICE_CAP_FLAGS) | Bitmap of gimbal capability flags.
28532853
custom_cap_flags | `uint16_t` | | | Bitmap for use for gimbal-specific capability flags.

0 commit comments

Comments
 (0)