mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-03-27 01:12:18 +08:00
New Crowdin translations - uk (#26432)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
@@ -1,8 +1,43 @@
|
||||
---
|
||||
pageClass: is-wide-page
|
||||
---
|
||||
|
||||
# HomePositionV0 (UORB message)
|
||||
|
||||
Домашнє GPS положення в координатах WGS84.
|
||||
|
||||
[source file](https://github.com/PX4/PX4-Autopilot/blob/main/msg/px4_msgs_old/msg/HomePositionV0.msg)
|
||||
**TOPICS:** home_positionv0
|
||||
|
||||
## Fields
|
||||
|
||||
| Назва | Тип | Unit [Frame] | Range/Enum | Опис |
|
||||
| --------------------------------- | --------- | ---------------------------------------------------------------- | ---------- | ------------------------------------------------------------------ |
|
||||
| timestamp | `uint64` | | | time since system start (microseconds) |
|
||||
| lat | `float64` | | | Latitude in degrees |
|
||||
| lon | `float64` | | | Longitude in degrees |
|
||||
| alt | `float32` | | | Altitude in meters (AMSL) |
|
||||
| x | `float32` | | | X coordinate in meters |
|
||||
| y | `float32` | | | Y coordinate in meters |
|
||||
| z | `float32` | | | Z coordinate in meters |
|
||||
| yaw | `float32` | | | Yaw angle in radians |
|
||||
| valid_alt | `bool` | | | true when the altitude has been set |
|
||||
| valid_hpos | `bool` | | | true when the latitude and longitude have been set |
|
||||
| valid_lpos | `bool` | | | true when the local position (xyz) has been set |
|
||||
| manual_home | `bool` | | | true when home position was set manually |
|
||||
| update_count | `uint32` | | | update counter of the home position |
|
||||
|
||||
## Constants
|
||||
|
||||
| Назва | Тип | Значення | Опис |
|
||||
| -------------------------------------------------------------------- | -------- | -------- | ---- |
|
||||
| <a href="#MESSAGE_VERSION"></a> MESSAGE_VERSION | `uint32` | 0 | |
|
||||
|
||||
## Source Message
|
||||
|
||||
[Source file (GitHub)](https://github.com/PX4/PX4-Autopilot/blob/main/msg/px4_msgs_old/msg/HomePositionV0.msg)
|
||||
|
||||
:::details
|
||||
Click here to see original file
|
||||
|
||||
```c
|
||||
# GPS home position in WGS84 coordinates.
|
||||
@@ -28,5 +63,6 @@ bool valid_lpos # true when the local position (xyz) has been set
|
||||
bool manual_home # true when home position was set manually
|
||||
|
||||
uint32 update_count # update counter of the home position
|
||||
|
||||
```
|
||||
|
||||
:::
|
||||
|
||||
Reference in New Issue
Block a user