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

@@ -8,17 +8,17 @@ pageClass: is-wide-page
## Fields
| 명칭 | 형식 | Unit [Frame] | Range/Enum | 설명 |
| ----------------------------------------------------------------------------------- | ---------- | ---------------------------------------------------------------- | ---------- | --------------------------------------------------------------- |
| timestamp | `uint64` | | | time since system start (microseconds) |
| request_id | `uint64` | | | ID from the request |
| name | `char[25]` | | | name from the request |
| px4_ros2_api_version | `uint16` | | | |
| success | `bool` | | | |
| arming_check_id | `int8` | | | arming check registration ID (-1 if invalid) |
| mode_id | `int8` | | | assigned mode ID (-1 if invalid) |
| mode_executor_id | `int8` | | | assigned mode executor ID (-1 if invalid) |
| not_user_selectable | `bool` | | | mode cannot be selected by the user |
| 명칭 | 형식 | Unit [Frame] | Range/Enum | 설명 |
| ------------------------------------------------------------------------------------------------------------------------ | ---------- | ---------------------------------------------------------------- | ---------- | --------------------------------------------------------------- |
| <a id="fld_timestamp"></a>timestamp | `uint64` | | | time since system start (microseconds) |
| <a id="fld_request_id"></a>request_id | `uint64` | | | ID from the request |
| <a id="fld_name"></a>name | `char[25]` | | | name from the request |
| <a id="fld_px4_ros2_api_version"></a>px4_ros2_api_version | `uint16` | | | |
| <a id="fld_success"></a>success | `bool` | | | |
| <a id="fld_arming_check_id"></a>arming_check_id | `int8` | | | arming check registration ID (-1 if invalid) |
| <a id="fld_mode_id"></a>mode_id | `int8` | | | assigned mode ID (-1 if invalid) |
| <a id="fld_mode_executor_id"></a>mode_executor_id | `int8` | | | assigned mode executor ID (-1 if invalid) |
| <a id="fld_not_user_selectable"></a>not_user_selectable | `bool` | | | mode cannot be selected by the user |
## Constants