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:
@@ -8,18 +8,18 @@ pageClass: is-wide-page
|
||||
|
||||
## Fields
|
||||
|
||||
| 명칭 | 형식 | Unit [Frame] | Range/Enum | 설명 |
|
||||
| ------------------------------------- | ---------- | ---------------------------------------------------------------- | ---------- | ------------------------------------------------------------------------- |
|
||||
| timestamp | `uint64` | | | time since system start (microseconds) |
|
||||
| timestamp_sample | `uint64` | | | |
|
||||
| device_id | `uint32` | | | unique device ID for the sensor that does not change between power cycles |
|
||||
| x | `float32` | | | acceleration in the FRD board frame X-axis in m/s^2 |
|
||||
| y | `float32` | | | acceleration in the FRD board frame Y-axis in m/s^2 |
|
||||
| z | `float32` | | | acceleration in the FRD board frame Z-axis in m/s^2 |
|
||||
| temperature | `float32` | | | temperature in degrees Celsius |
|
||||
| error_count | `uint32` | | | |
|
||||
| clip_counter | `uint8[3]` | | | clip count per axis in the sample period |
|
||||
| samples | `uint8` | | | number of raw samples that went into this message |
|
||||
| 명칭 | 형식 | Unit [Frame] | Range/Enum | 설명 |
|
||||
| ---------------------------------------------------------------------- | ---------- | ---------------------------------------------------------------- | ---------- | ------------------------------------------------------------------------- |
|
||||
| <a id="fld_timestamp"></a>timestamp | `uint64` | | | time since system start (microseconds) |
|
||||
| <a id="fld_timestamp_sample"></a>timestamp_sample | `uint64` | | | |
|
||||
| <a id="fld_device_id"></a>device_id | `uint32` | | | unique device ID for the sensor that does not change between power cycles |
|
||||
| <a id="fld_x"></a>x | `float32` | | | acceleration in the FRD board frame X-axis in m/s^2 |
|
||||
| <a id="fld_y"></a>y | `float32` | | | acceleration in the FRD board frame Y-axis in m/s^2 |
|
||||
| <a id="fld_z"></a>z | `float32` | | | acceleration in the FRD board frame Z-axis in m/s^2 |
|
||||
| <a id="fld_temperature"></a>temperature | `float32` | | | temperature in degrees Celsius |
|
||||
| <a id="fld_error_count"></a>error_count | `uint32` | | | |
|
||||
| <a id="fld_clip_counter"></a>clip_counter | `uint8[3]` | | | clip count per axis in the sample period |
|
||||
| <a id="fld_samples"></a>samples | `uint8` | | | number of raw samples that went into this message |
|
||||
|
||||
## Constants
|
||||
|
||||
|
||||
Reference in New Issue
Block a user