mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-27 00:48:23 +08:00
docs(i18n): PX4 guide translations (Crowdin) - uk (#27450)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
@@ -8,14 +8,14 @@ pageClass: is-wide-page
|
||||
|
||||
## Fields
|
||||
|
||||
| Назва | Тип | Unit [Frame] | Range/Enum | Опис |
|
||||
| ---------------------------------------------------------------- | --------- | ---------------------------------------------------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| timestamp | `uint64` | | | time since system start (microseconds) |
|
||||
| ignition_on | `bool` | | | activate/deactivate ignition (spark plug) |
|
||||
| throttle_control | `float32` | | | setpoint for throttle actuator, with slew rate if enabled, idles with 0 [norm] [@range 0,1] [@uncontrolled NAN to stop motor] |
|
||||
| choke_control | `float32` | | | setpoint for choke actuator, 1: fully closed [norm] [@range 0,1] |
|
||||
| starter_engine_control | `float32` | | | setpoint for (electric) starter motor [norm] [@range 0,1] |
|
||||
| user_request | `uint8` | | | user intent for the ICE being on/off |
|
||||
| Назва | Тип | Unit [Frame] | Range/Enum | Опис |
|
||||
| ------------------------------------------------------------------------------------------------------- | --------- | ---------------------------------------------------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| <a id="fld_timestamp"></a>timestamp | `uint64` | | | time since system start (microseconds) |
|
||||
| <a id="fld_ignition_on"></a>ignition_on | `bool` | | | activate/deactivate ignition (spark plug) |
|
||||
| <a id="fld_throttle_control"></a>throttle_control | `float32` | | | setpoint for throttle actuator, with slew rate if enabled, idles with 0 [norm] [@range 0,1] [@uncontrolled NAN to stop motor] |
|
||||
| <a id="fld_choke_control"></a>choke_control | `float32` | | | setpoint for choke actuator, 1: fully closed [norm] [@range 0,1] |
|
||||
| <a id="fld_starter_engine_control"></a>starter_engine_control | `float32` | | | setpoint for (electric) starter motor [norm] [@range 0,1] |
|
||||
| <a id="fld_user_request"></a>user_request | `uint8` | | | user intent for the ICE being on/off |
|
||||
|
||||
## Source Message
|
||||
|
||||
|
||||
Reference in New Issue
Block a user