Skip to content

Commit c58afc2

Browse files
authored
New Crowdin updates (#613)
* New translations common.md (Korean) * New translations common.md (Chinese Simplified)
1 parent 3448524 commit c58afc2

2 files changed

Lines changed: 26 additions & 24 deletions

File tree

ko/messages/common.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4788,9 +4788,10 @@ ADSB classification for the type of vehicle emitting the transponder signal
47884788

47894789
(Bitmask) Bitmap of options for the [MAV_CMD_DO_REPOSITION](#MAV_CMD_DO_REPOSITION)
47904790

4791-
| Value | Name | Description |
4792-
| ------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------- |
4793-
| <a id='MAV_DO_REPOSITION_FLAGS_CHANGE_MODE'></a>1 | [MAV_DO_REPOSITION_FLAGS_CHANGE_MODE](#MAV_DO_REPOSITION_FLAGS_CHANGE_MODE) | The aircraft should immediately transition into guided. This should not be set for follow me applications |
4791+
| Value | Name | Description |
4792+
| -------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
4793+
| <a id='MAV_DO_REPOSITION_FLAGS_CHANGE_MODE'></a>1 | [MAV_DO_REPOSITION_FLAGS_CHANGE_MODE](#MAV_DO_REPOSITION_FLAGS_CHANGE_MODE) | The aircraft should immediately transition into guided. This should not be set for follow me applications |
4794+
| <a id='MAV_DO_REPOSITION_FLAGS_RELATIVE_YAW'></a>2 | [MAV_DO_REPOSITION_FLAGS_RELATIVE_YAW](#MAV_DO_REPOSITION_FLAGS_RELATIVE_YAW) | Yaw relative to the vehicle current heading (if not set, relative to North). |
47944795

47954796
### SPEED_TYPE {#SPEED_TYPE}
47964797

@@ -6807,15 +6808,15 @@ Mission command to safely abort an autonomous landing.
68076808

68086809
Reposition the vehicle to a specific WGS84 global position. This command is intended for guided commands (for missions use [MAV_CMD_NAV_WAYPOINT](#MAV_CMD_NAV_WAYPOINT) instead).
68096810

6810-
| Param (Label) | Description | Values | Units |
6811-
| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | ----- |
6812-
| 1 (Speed) | Ground speed, less than 0 (-1) for default | min: -1 | m/s |
6813-
| 2 (Bitmask) | Bitmask of option flags. | [MAV_DO_REPOSITION_FLAGS](#MAV_DO_REPOSITION_FLAGS) | |
6814-
| 3 (Radius) | Loiter radius for planes. Positive values only, direction is controlled by Yaw value. A value of zero or NaN is ignored. | | m |
6815-
| 4 (Yaw) | Yaw heading. NaN to use the current system yaw heading mode (e.g. yaw towards next waypoint, yaw to home, etc.). For planes indicates loiter direction (0: clockwise, 1: counter clockwise) | | rad |
6816-
| 5 (Latitude) | Latitude | | |
6817-
| 6 (Longitude) | Longitude | | |
6818-
| 7 (Altitude) | Altitude | | m |
6811+
| Param (Label) | Description | Values | Units |
6812+
| -------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | ----- |
6813+
| 1 (Speed) | Ground speed, less than 0 (-1) for default | min: -1 | m/s |
6814+
| 2 (Bitmask) | Bitmask of option flags. | [MAV_DO_REPOSITION_FLAGS](#MAV_DO_REPOSITION_FLAGS) | |
6815+
| 3 (Radius) | Loiter radius for planes. Positive values only, direction is controlled by Yaw value. A value of zero or NaN is ignored. | | m |
6816+
| 4 (Yaw) | Yaw heading (heading reference defined in Bitmask field). NaN to use the current system yaw heading mode (e.g. yaw towards next waypoint, yaw to home, etc.). For planes indicates loiter direction (0: clockwise, 1: counter clockwise) | | rad |
6817+
| 5 (Latitude) | Latitude | | |
6818+
| 6 (Longitude) | Longitude | | |
6819+
| 7 (Altitude) | Altitude | | m |
68196820

68206821
### MAV_CMD_DO_PAUSE_CONTINUE (193) {#MAV_CMD_DO_PAUSE_CONTINUE}
68216822

0 commit comments

Comments
 (0)