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,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user