mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-08-01 20:27:57 +08:00
docs(i18n): PX4 guide translations (Crowdin) - ko (#27449)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
@@ -10,19 +10,19 @@ Local position setpoint in NED frame. Telemetry of PID position controller to mo
|
||||
|
||||
## Fields
|
||||
|
||||
| 명칭 | 형식 | Unit [Frame] | Range/Enum | 설명 |
|
||||
| ------------ | ------------ | ---------------------------------------------------------------- | ---------- | --------------------------------------------------------- |
|
||||
| timestamp | `uint64` | | | time since system start (microseconds) |
|
||||
| x | `float32` | | | in meters NED |
|
||||
| y | `float32` | | | in meters NED |
|
||||
| z | `float32` | | | in meters NED |
|
||||
| vx | `float32` | | | in meters/sec |
|
||||
| vy | `float32` | | | in meters/sec |
|
||||
| vz | `float32` | | | in meters/sec |
|
||||
| acceleration | `float32[3]` | | | in meters/sec^2 |
|
||||
| thrust | `float32[3]` | | | normalized thrust vector in NED |
|
||||
| yaw | `float32` | | | in radians NED -PI..+PI |
|
||||
| yawspeed | `float32` | | | in radians/sec |
|
||||
| 명칭 | 형식 | Unit [Frame] | Range/Enum | 설명 |
|
||||
| ----------------------------------------- | ------------ | ---------------------------------------------------------------- | ---------- | --------------------------------------------------------- |
|
||||
| <a id="fld_timestamp"></a>timestamp | `uint64` | | | time since system start (microseconds) |
|
||||
| <a id="fld_x"></a>x | `float32` | | | in meters NED |
|
||||
| <a id="fld_y"></a>y | `float32` | | | in meters NED |
|
||||
| <a id="fld_z"></a>z | `float32` | | | in meters NED |
|
||||
| <a id="fld_vx"></a>vx | `float32` | | | in meters/sec |
|
||||
| <a id="fld_vy"></a>vy | `float32` | | | in meters/sec |
|
||||
| <a id="fld_vz"></a>vz | `float32` | | | in meters/sec |
|
||||
| <a id="fld_acceleration"></a>acceleration | `float32[3]` | | | in meters/sec^2 |
|
||||
| <a id="fld_thrust"></a>thrust | `float32[3]` | | | normalized thrust vector in NED |
|
||||
| <a id="fld_yaw"></a>yaw | `float32` | | | in radians NED -PI..+PI |
|
||||
| <a id="fld_yawspeed"></a>yawspeed | `float32` | | | in radians/sec |
|
||||
|
||||
## Source Message
|
||||
|
||||
|
||||
Reference in New Issue
Block a user