docs: auto-sync metadata [skip ci]

Co-Authored-By: PX4 BuildBot <bot@px4.io>
This commit is contained in:
PX4BuildBot
2026-05-27 02:57:43 +00:00
parent b52464059e
commit be784e21f7
276 changed files with 3540 additions and 3469 deletions

View File

@@ -8,17 +8,17 @@ pageClass: is-wide-page
## Fields
| Name | Type | Unit [Frame] | Range/Enum | Description |
| -------------------- | ---------- | ------------ | ---------- | -------------------------------------------- |
| 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 |
| Name | Type | Unit [Frame] | Range/Enum | Description |
| --------------------------------------------------------- | ---------- | ------------ | ---------- | -------------------------------------------- |
| <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