Skip to content

Commit 8322400

Browse files
authored
New Crowdin updates (#645)
* New translations common.md (Korean) * New translations common.md (Chinese Simplified) * New translations development.md (Korean) * New translations development.md (Chinese Simplified) * New translations cubepilot.md (Korean) * New translations cubepilot.md (Chinese Simplified) * New translations ardupilotmega.md (Korean) * New translations ardupilotmega.md (Chinese Simplified) * 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 asluav.md (Korean) * New translations avssuas.md (Korean) * New translations mission.md (Korean) * New translations marsh.md (Korean) * 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 asluav.md (Chinese Simplified) * New translations avssuas.md (Chinese Simplified) * New translations mission.md (Chinese Simplified) * New translations marsh.md (Chinese Simplified)
1 parent 04099fc commit 8322400

28 files changed

+140
-148
lines changed

ko/messages/ASLUAV.md

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

3636
| Type | Defined | Included |
3737
| -------------------------- | ------- | -------- |
38-
| [Messages](#messages) | 17 | 231 |
38+
| [Messages](#messages) | 17 | 232 |
3939
| [Enums](#enumerated-types) | 2 | 152 |
40-
| [Commands](#mav_commands) | 167 | 0 |
40+
| [Commands](#mav_commands) | 168 | 0 |
4141

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

ko/messages/AVSSUAS.md

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

4040
| Type | Defined | Included |
4141
| -------------------------- | ------- | -------- |
42-
| [Messages](#messages) | 4 | 231 |
42+
| [Messages](#messages) | 4 | 232 |
4343
| [Enums](#enumerated-types) | 3 | 152 |
44-
| [Commands](#mav_commands) | 172 | 0 |
44+
| [Commands](#mav_commands) | 173 | 0 |
4545

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

ko/messages/ardupilotmega.md

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

4545
| Type | Defined | Included |
4646
| -------------------------- | ------- | -------- |
47-
| [Messages](#messages) | 73 | 249 |
47+
| [Messages](#messages) | 73 | 250 |
4848
| [Enums](#enumerated-types) | 46 | 168 |
49-
| [Commands](#mav_commands) | 198 | 0 |
49+
| [Commands](#mav_commands) | 199 | 0 |
5050

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

ko/messages/common.md

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

3939
| Type | Defined | Included |
4040
| -------------------------- | ------- | -------- |
41-
| [Messages](#messages) | 228 | 3 |
41+
| [Messages](#messages) | 229 | 3 |
4242
| [Enums](#enumerated-types) | 143 | 9 |
43-
| [Commands](#mav_commands) | 165 | 0 |
43+
| [Commands](#mav_commands) | 166 | 0 |
4444

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

@@ -3180,6 +3180,22 @@ Vehicle status report that is sent out while orbit execution is in progress (see
31803180
| y | `int32_t` | | | Y coordinate of center point. Coordinate system depends on frame field: local = x position in meters \* 1e4, global = latitude in degrees \* 1e7. |
31813181
| z | `float` | m | | Altitude of center point. Coordinate system depends on frame field. |
31823182

3183+
### FIGURE_EIGHT_EXECUTION_STATUS (361) {#FIGURE_EIGHT_EXECUTION_STATUS}
3184+
3185+
Vehicle status report that is sent out while figure eight execution is in progress (see [MAV_CMD_DO_FIGURE_EIGHT](#MAV_CMD_DO_FIGURE_EIGHT)).
3186+
This may typically send at low rates: of the order of 2Hz.
3187+
3188+
| Field Name | Type | Units | Values | Description |
3189+
| --------------------------------- | ---------- | ----- | -------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
3190+
| time_usec | `uint64_t` | us | | Timestamp (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. |
3191+
| major_radius | `float` | m | | Major axis radius of the figure eight. Positive: orbit the north circle clockwise. Negative: orbit the north circle counter-clockwise. |
3192+
| minor_radius | `float` | m | | Minor axis radius of the figure eight. Defines the radius of two circles that make up the figure. |
3193+
| orientation | `float` | rad | | Orientation of the figure eight major axis with respect to true north in [-pi,pi). |
3194+
| frame | `uint8_t` | | [MAV_FRAME](#MAV_FRAME) | The coordinate system of the fields: x, y, z. |
3195+
| x | `int32_t` | | | X coordinate of center point. Coordinate system depends on frame field. |
3196+
| y | `int32_t` | | | Y coordinate of center point. Coordinate system depends on frame field. |
3197+
| z | `float` | m | | Altitude of center point. Coordinate system depends on frame field. |
3198+
31833199
### SMART_BATTERY_INFO (370) — [DEP] {#SMART_BATTERY_INFO}
31843200

31853201
<span class="warning">**DEPRECATED:** Replaced By [BATTERY_INFO](#BATTERY_INFO) (2024-02) — The [BATTERY_INFO](#BATTERY_INFO) message is better aligned with UAVCAN messages, and in any case is useful even if a battery is not "smart".)</span>
@@ -6440,6 +6456,25 @@ Start orbiting on the circumference of a circle defined by the parameters. Setti
64406456
| 6 (Longitude/Y) | Center point longitude (if no MAV_FRAME specified) / Y coordinate according to MAV_FRAME. INT32_MAX (or NaN if sent in COMMAND_LONG): Use current vehicle position, or current center if already orbiting. | | |
64416457
| 7 (Altitude/Z) | Center point altitude (MSL) (if no MAV_FRAME specified) / Z coordinate according to MAV_FRAME. NaN: Use current vehicle altitude. | | |
64426458

6459+
### MAV_CMD_DO_FIGURE_EIGHT (35) {#MAV_CMD_DO_FIGURE_EIGHT}
6460+
6461+
Fly a figure eight path as defined by the parameters.
6462+
6463+
Set parameters to NaN/INT32_MAX (as appropriate) to use system-default values.
6464+
The command is intended for fixed wing vehicles (and VTOL hybrids flying in fixed-wing mode), allowing POI tracking for gimbals that don't support infinite rotation.
6465+
This command only defines the flight path. Speed should be set independently (use e.g. [MAV_CMD_DO_CHANGE_SPEED](#MAV_CMD_DO_CHANGE_SPEED)).
6466+
Yaw and other degrees of freedom are not specified, and will be flight-stack specific (on vehicles where they can be controlled independent of the heading).
6467+
6468+
| Param (Label) | Description | Units |
6469+
| ----------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----- |
6470+
| 1 (Major Radius) | Major axis radius of the figure eight. Positive: orbit the north circle clockwise. Negative: orbit the north circle counter-clockwise.<br>NaN: The radius will be set to 2.5 times the minor radius and direction is clockwise.<br>Must be greater or equal to two times the minor radius for feasible values. | m |
6471+
| 2 (Minor Radius) | Minor axis radius of the figure eight. Defines the radius of the two circles that make up the figure. Negative value has no effect.<br>NaN: The radius will be set to the default loiter radius. | m |
6472+
| 3 | | |
6473+
| 4 (Orientation) | Orientation of the figure eight major axis with respect to true north (range: [-pi,pi]). NaN: use default orientation aligned to true north. | rad |
6474+
| 5 (Latitude/X) | Center point latitude/X coordinate according to MAV_FRAME. If no MAV_FRAME specified, MAV_FRAME_GLOBAL is assumed.<br>INT32_MAX or NaN: Use current vehicle position, or current center if already loitering. | |
6475+
| 6 (Longitude/Y) | Center point longitude/Y coordinate according to MAV_FRAME. If no MAV_FRAME specified, MAV_FRAME_GLOBAL is assumed.<br>INT32_MAX or NaN: Use current vehicle position, or current center if already loitering. | |
6476+
| 7 (Altitude/Z) | Center point altitude MSL/Z coordinate according to MAV_FRAME. If no MAV_FRAME specified, MAV_FRAME_GLOBAL is assumed.<br>INT32_MAX or NaN: Use current vehicle altitude. | |
6477+
64436478
### MAV_CMD_NAV_ROI (80) — [DEP] {#MAV_CMD_NAV_ROI}
64446479

64456480
<span class="warning">**DEPRECATED:** Replaced By `MAV_CMD_DO_SET_ROI_*` (2018-01)</span>

ko/messages/cubepilot.md

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

3838
| Type | Defined | Included |
3939
| -------------------------- | ------- | -------- |
40-
| [Messages](#messages) | 5 | 231 |
40+
| [Messages](#messages) | 5 | 232 |
4141
| [Enums](#enumerated-types) | 0 | 152 |
42-
| [Commands](#mav_commands) | 165 | 0 |
42+
| [Commands](#mav_commands) | 166 | 0 |
4343

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

0 commit comments

Comments
 (0)