PX4-Autopilot/docs/uk/msg_docs/GimbalManagerStatus.md
PX4 Build Bot 30b6938f5e
New Crowdin translations - uk (#26552)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2026-03-05 14:01:38 +11:00

40 lines
2.2 KiB
Markdown

---
pageClass: is-wide-page
---
# GimbalManagerStatus (UORB message)
**TOPICS:** gimbal_manager_status
## Fields
| Назва | Тип | Unit [Frame] | Range/Enum | Опис |
| ------------------------------------------------------------------ | -------- | ---------------------------------------------------------------- | ---------- | --------------------------------------------------------- |
| timestamp | `uint64` | | | time since system start (microseconds) |
| flags | `uint32` | | | |
| gimbal_device_id | `uint8` | | | |
| primary_control_sysid | `uint8` | | | |
| primary_control_compid | `uint8` | | | |
| secondary_control_sysid | `uint8` | | | |
| secondary_control_compid | `uint8` | | | |
## Source Message
[Source file (GitHub)](https://github.com/PX4/PX4-Autopilot/blob/main/msg/GimbalManagerStatus.msg)
:::details
Click here to see original file
```c
uint64 timestamp # time since system start (microseconds)
uint32 flags
uint8 gimbal_device_id
uint8 primary_control_sysid
uint8 primary_control_compid
uint8 secondary_control_sysid
uint8 secondary_control_compid
```
:::