docs(i18n): PX4 guide translations (Crowdin) - ko (#27449)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
PX4 Build Bot
2026-06-04 12:36:29 +10:00
committed by GitHub
parent 0822348f52
commit bb53e9e757
317 changed files with 6803 additions and 3620 deletions

View File

@@ -13,14 +13,14 @@ The information is published in the `SCALED_PRESSURE_n` MAVLink messages (along
## Fields
| 명칭 | 형식 | Unit [Frame] | Range/Enum | 설명 |
| ------------------------------------- | --------- | ---------------------------------------------------------------- | ---------- | ------------------------------------------------------------------------- |
| timestamp | `uint64` | us | | Time of publication (since system start) |
| timestamp_sample | `uint64` | us | | Time of raw data capture |
| device_id | `uint32` | | | Unique device ID for the sensor that does not change between power cycles |
| pressure | `float32` | Pa | | Static pressure measurement |
| temperature | `float32` | degC | | Temperature. |
| error_count | `uint32` | | | Number of errors detected by driver. |
| 명칭 | 형식 | Unit [Frame] | Range/Enum | 설명 |
| ---------------------------------------------------------------------- | --------- | ---------------------------------------------------------------- | ---------- | ------------------------------------------------------------------------- |
| <a id="fld_timestamp"></a>timestamp | `uint64` | us | | Time of publication (since system start) |
| <a id="fld_timestamp_sample"></a>timestamp_sample | `uint64` | us | | Time of raw data capture |
| <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_pressure"></a>pressure | `float32` | Pa | | Static pressure measurement |
| <a id="fld_temperature"></a>temperature | `float32` | degC | | Temperature. |
| <a id="fld_error_count"></a>error_count | `uint32` | | | Number of errors detected by driver. |
## Constants