Files
PX4-Autopilot/docs/uk/msg_docs/DebugVect.md
2026-05-28 07:36:47 +10:00

35 lines
1.7 KiB
Markdown

---
pageClass: is-wide-page
---
# DebugVect (повідомлення UORB)
**TOPICS:** debug_vect
## Fields
| Назва | Тип | Unit [Frame] | Range/Enum | Опис |
| ----------------------------------- | ---------- | ---------------------------------------------------------------- | ---------- | --------------------------------------------------------- |
| <a id="fld_timestamp"></a>timestamp | `uint64` | | | time since system start (microseconds) |
| <a id="fld_name"></a>name | `char[10]` | | | max. 10 characters as key / name |
| <a id="fld_x"></a>x | `float32` | | | x value |
| <a id="fld_y"></a>y | `float32` | | | y value |
| <a id="fld_z"></a>z | `float32` | | | z value |
## Source Message
[Source file (GitHub)](https://github.com/PX4/PX4-Autopilot/blob/main/msg/DebugVect.msg)
:::details
Click here to see original file
```c
uint64 timestamp # time since system start (microseconds)
char[10] name # max. 10 characters as key / name
float32 x # x value
float32 y # y value
float32 z # z value
```
:::