Skip to content

Commit cbddae1

Browse files
authored
New Crowdin updates (#673)
* New translations cubepilot.md (Korean) * New translations development.md (Korean) * New translations matrixpilot.md (Korean) * New translations paparazzi.md (Korean) * New translations python_array_test.md (Korean) * New translations storm32.md (Korean) * New translations ualberta.md (Korean) * New translations uavionix.md (Korean) * New translations ardupilotmega.md (Korean) * New translations asluav.md (Korean) * New translations avssuas.md (Korean) * New translations common.md (Korean) * New translations dialects.md (Korean) * New translations marsh.md (Korean) * New translations stemstudios.md (Korean) * New translations cubepilot.md (Chinese Simplified) * New translations development.md (Chinese Simplified) * New translations matrixpilot.md (Chinese Simplified) * New translations paparazzi.md (Chinese Simplified) * New translations python_array_test.md (Chinese Simplified) * New translations storm32.md (Chinese Simplified) * New translations ualberta.md (Chinese Simplified) * New translations uavionix.md (Chinese Simplified) * New translations ardupilotmega.md (Chinese Simplified) * New translations asluav.md (Chinese Simplified) * New translations avssuas.md (Chinese Simplified) * New translations common.md (Chinese Simplified) * New translations dialects.md (Chinese Simplified) * New translations marsh.md (Chinese Simplified) * New translations stemstudios.md (Chinese Simplified) * New translations index.md (Korean) * New translations index.md (Chinese Simplified)
1 parent 22acda7 commit cbddae1

32 files changed

Lines changed: 180 additions & 192 deletions

ko/index.md

Lines changed: 10 additions & 10 deletions
Large diffs are not rendered by default.

ko/messages/ASLUAV.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ span.warning {
3535

3636
| Type | Defined | Included |
3737
| -------------------------- | ------- | -------- |
38-
| [Messages](#messages) | 17 | 233 |
39-
| [Enums](#enumerated-types) | 2 | 153 |
38+
| [Messages](#messages) | 17 | 234 |
39+
| [Enums](#enumerated-types) | 2 | 155 |
4040
| [Commands](#mav_commands) | 168 | 0 |
4141

4242
The following sections list all entities in the dialect (both included and defined in this file).

ko/messages/AVSSUAS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ span.warning {
3939

4040
| Type | Defined | Included |
4141
| -------------------------- | ------- | -------- |
42-
| [Messages](#messages) | 4 | 233 |
43-
| [Enums](#enumerated-types) | 3 | 153 |
42+
| [Messages](#messages) | 4 | 234 |
43+
| [Enums](#enumerated-types) | 3 | 155 |
4444
| [Commands](#mav_commands) | 173 | 0 |
4545

4646
The following sections list all entities in the dialect (both included and defined in this file).

ko/messages/ardupilotmega.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ span.warning {
4444

4545
| Type | Defined | Included |
4646
| -------------------------- | ------- | -------- |
47-
| [Messages](#messages) | 73 | 251 |
48-
| [Enums](#enumerated-types) | 46 | 169 |
47+
| [Messages](#messages) | 73 | 252 |
48+
| [Enums](#enumerated-types) | 46 | 171 |
4949
| [Commands](#mav_commands) | 199 | 0 |
5050

5151
The following sections list all entities in the dialect (both included and defined in this file).

ko/messages/common.md

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ span.warning {
3838

3939
| Type | Defined | Included |
4040
| -------------------------- | ------- | -------- |
41-
| [Messages](#messages) | 230 | 3 |
42-
| [Enums](#enumerated-types) | 144 | 9 |
41+
| [Messages](#messages) | 231 | 3 |
42+
| [Enums](#enumerated-types) | 146 | 9 |
4343
| [Commands](#mav_commands) | 166 | 0 |
4444

4545
The following sections list all entities in the dialect (both included and defined in this file).
@@ -2832,6 +2832,26 @@ Airspeed information from a sensor.
28322832
| raw_press | `float` | hPa | invalid:NaN | Raw differential pressure. |
28332833
| flags | `uint8_t` | | [AIRSPEED_SENSOR_FLAGS](#AIRSPEED_SENSOR_FLAGS) | Airspeed sensor flags. |
28342834

2835+
### GLOBAL_POSITION_SENSOR (296) {#GLOBAL_POSITION_SENSOR}
2836+
2837+
Reports measurement/estimate from a global position sensor. Used as navigation fusion source and optionally displayed in the UI.
2838+
2839+
| Field Name | Type | Units | Values | Description |
2840+
| ------------------------------------- | ---------- | ----- | ----------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2841+
| target_system | `uint8_t` | | default:0 | System ID (ID of target system, normally autopilot and ground station). |
2842+
| target_component | `uint8_t` | | default:0 | Component ID (normally 0 for broadcast). |
2843+
| id | `uint8_t` | | | Sensor ID<br>Messages with same value are from the same source (instance). |
2844+
| time_usec | `uint64_t` | us | | Timestamp of message transmission (UNIX Epoch time or time since system boot). The receiving end can infer timestamp format (since 1.1.1970 or since system boot) by checking for the magnitude of the number. |
2845+
| processing_time | `uint32_t` | us | | The time spent in processing the sensor data that is the basis for this position. The recipient can use this to improve time alignment of the data. This is the time between measurement (e.g. camera exposure time) and transmission of this message. Set to NaN if not known. |
2846+
| source | `uint8_t` | | [GLOBAL_POSITION_SRC](#GLOBAL_POSITION_SRC) | Source of position/estimate (such as GNSS, estimator, etc.) |
2847+
| flags | `uint8_t` | | [GLOBAL_POSITION_FLAGS](#GLOBAL_POSITION_FLAGS) | Status flags |
2848+
| lat | `int32_t` | degE7 | invalid:INT32_MAX | Latitude (WGS84) |
2849+
| lon | `int32_t` | degE7 | invalid:INT32_MAX | Longitude (WGS84) |
2850+
| alt_ellipsoid | `float` | m | invalid:NaN | Altitude (WGS84 elipsoid), preferred if available |
2851+
| alt | `float` | m | invalid:NaN | Altitude (MSL - position-system specific value) use if no alt_ellipsoid available |
2852+
| eph | `float` | m | invalid:NaN | Standard deviation of horizontal position error |
2853+
| epv | `float` | m | invalid:NaN | Standard deviation of vertical position error |
2854+
28352855
### WIFI_CONFIG_AP (299) {#WIFI_CONFIG_AP}
28362856

28372857
Configure WiFi AP SSID, password, and mode. This message is re-emitted as an acknowledgement by the AP. The message may also be explicitly requested using [MAV_CMD_REQUEST_MESSAGE](#MAV_CMD_REQUEST_MESSAGE)
@@ -5907,6 +5927,29 @@ See https://mavlink.io/en/services/standard_modes.html
59075927
| <a id='AIRSPEED_SENSOR_UNHEALTHY'></a>1 | [AIRSPEED_SENSOR_UNHEALTHY](#AIRSPEED_SENSOR_UNHEALTHY) | Airspeed sensor is unhealthy |
59085928
| <a id='AIRSPEED_SENSOR_USING'></a>2 | [AIRSPEED_SENSOR_USING](#AIRSPEED_SENSOR_USING) | True if the data from this sensor is being actively used by the flight controller for guidance, navigation or control. |
59095929

5930+
### GLOBAL_POSITION_SRC {#GLOBAL_POSITION_SRC}
5931+
5932+
Source for [GLOBAL_POSITION](#GLOBAL_POSITION) measurement or estimate.
5933+
5934+
| Value | Name | Description |
5935+
| --------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
5936+
| <a id='GLOBAL_POSITION_SRC_UNKNOWN'></a>0 | [GLOBAL_POSITION_SRC_UNKNOWN](#GLOBAL_POSITION_SRC_UNKNOWN) | Source is unknown or not one of the listed types. |
5937+
| <a id='GLOBAL_POSITION_SRC_GNSS'></a>1 | [GLOBAL_POSITION_SRC_GNSS](#GLOBAL_POSITION_SRC_GNSS) | Global Navigation Satellite System (e.g.: GPS, Galileo, Glonass, BeiDou). |
5938+
| <a id='GLOBAL_POSITION_SRC_VISION'></a>2 | [GLOBAL_POSITION_SRC_VISION](#GLOBAL_POSITION_SRC_VISION) | Vision system (e.g.: map matching). |
5939+
| <a id='GLOBAL_POSITION_SRC_PSEUDOLITES'></a>3 | [GLOBAL_POSITION_SRC_PSEUDOLITES](#GLOBAL_POSITION_SRC_PSEUDOLITES) | A pseudo-satellite system using transceiver beacons to perform GNSS-like positioning. |
5940+
| <a id='GLOBAL_POSITION_SRC_TERRAIN'></a>4 | [GLOBAL_POSITION_SRC_TERRAIN](#GLOBAL_POSITION_SRC_TERRAIN) | Terrain referenced navigation. |
5941+
| <a id='GLOBAL_POSITION_SRC_MAGNETIC'></a>5 | [GLOBAL_POSITION_SRC_MAGNETIC](#GLOBAL_POSITION_SRC_MAGNETIC) | Magnetic positioning. |
5942+
| <a id='GLOBAL_POSITION_SRC_ESTIMATOR'></a>6 | [GLOBAL_POSITION_SRC_ESTIMATOR](#GLOBAL_POSITION_SRC_ESTIMATOR) | Estimated position based on various sensors (eg. a Kalman Filter). |
5943+
5944+
### GLOBAL_POSITION_FLAGS {#GLOBAL_POSITION_FLAGS}
5945+
5946+
(Bitmask) Status flags for [GLOBAL_POSITION](#GLOBAL_POSITION)
5947+
5948+
| Value | Name | Description |
5949+
| --------------------------------------- | ------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
5950+
| <a id='GLOBAL_POSITION_UNHEALTHY'></a>1 | [GLOBAL_POSITION_UNHEALTHY](#GLOBAL_POSITION_UNHEALTHY) | Unhealthy sensor/estimator. |
5951+
| <a id='GLOBAL_POSITION_PRIMARY'></a>2 | [GLOBAL_POSITION_PRIMARY](#GLOBAL_POSITION_PRIMARY) | True if the data originates from or is consumed by the primary estimator. |
5952+
59105953
### MAV_BOOL — \[from: [standard](../messages/standard.md#MAV_BOOL)\] {#MAV_BOOL}
59115954

59125955
(Bitmask) Enum used to indicate true or false (also: success or failure, enabled or disabled, active or inactive).

ko/messages/cubepilot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ span.warning {
3737

3838
| Type | Defined | Included |
3939
| -------------------------- | ------- | -------- |
40-
| [Messages](#messages) | 5 | 233 |
41-
| [Enums](#enumerated-types) | 0 | 153 |
40+
| [Messages](#messages) | 5 | 234 |
41+
| [Enums](#enumerated-types) | 0 | 155 |
4242
| [Commands](#mav_commands) | 166 | 0 |
4343

4444
The following sections list all entities in the dialect (both included and defined in this file).

0 commit comments

Comments
 (0)