Skip to content

Commit d61b2ee

Browse files
authored
New Crowdin updates (#698)
1 parent ebdc1dc commit d61b2ee

4 files changed

Lines changed: 60 additions & 38 deletions

File tree

ko/messages/common.md

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2156,7 +2156,7 @@ The position must be set automatically by the system during the takeoff, and may
21562156
The global and local positions encode the position in the respective coordinate frames, while the q parameter encodes the orientation of the surface.
21572157
Under normal conditions it describes the heading and terrain slope, which can be used by the aircraft to adjust the approach.
21582158
The approach 3D vector describes the point to which the system should fly in normal flight mode and then perform a landing sequence along the vector.
2159-
Note: this message can be requested by sending the [MAV_CMD_REQUEST_MESSAGE](#MAV_CMD_REQUEST_MESSAGE) with param1=242 (or the deprecated [MAV_CMD_GET_HOME_POSITION](#MAV_CMD_GET_HOME_POSITION) command).
2159+
Note: this message can be requested by sending the [MAV_CMD_REQUEST_MESSAGE](#MAV_CMD_REQUEST_MESSAGE) with param1=242.
21602160

21612161
| Field Name | Type | Units | Description |
21622162
| ---------------------------------------------------------------------------------------------- | ---------- | ----- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -2203,7 +2203,6 @@ Note: the current home position may be emitted in a [HOME_POSITION](#HOME_POSITI
22032203

22042204
The interval between messages for a particular MAVLink message ID.
22052205
This message is sent in response to the [MAV_CMD_REQUEST_MESSAGE](#MAV_CMD_REQUEST_MESSAGE) command with param1=244 (this message) and param2=message_id (the id of the message for which the interval is required).
2206-
It may also be sent in response to [MAV_CMD_GET_MESSAGE_INTERVAL](#MAV_CMD_GET_MESSAGE_INTERVAL).
22072206
This interface replaces [DATA_STREAM](#DATA_STREAM).
22082207

22092208
| Field Name | Type | Units | Description |
@@ -2941,7 +2940,13 @@ General status information of an UAVCAN node. Please refer to the definition of
29412940

29422941
### UAVCAN_NODE_INFO (311) {#UAVCAN_NODE_INFO}
29432942

2944-
General information describing a particular UAVCAN node. Please refer to the definition of the UAVCAN service "uavcan.protocol.GetNodeInfo" for the background information. This message should be emitted by the system whenever a new node appears online, or an existing node reboots. Additionally, it can be emitted upon request from the other end of the MAVLink channel (see [MAV_CMD_UAVCAN_GET_NODE_INFO](#MAV_CMD_UAVCAN_GET_NODE_INFO)). It is also not prohibited to emit this message unconditionally at a low frequency. The UAVCAN specification is available at http://uavcan.org.
2943+
General information describing a particular UAVCAN node.
2944+
2945+
Please refer to the definition of the UAVCAN service "uavcan.protocol.GetNodeInfo" for the background information.
2946+
This message should be emitted by the system whenever a new node appears online, or an existing node reboots.
2947+
The message may also be explicitly requested using [MAV_CMD_REQUEST_MESSAGE](#MAV_CMD_REQUEST_MESSAGE).
2948+
It is also not prohibited to emit this message unconditionally at a low frequency.
2949+
The DroneCAN specification is available at https://dronecan.github.io/Specification/1._Introduction/.
29452950

29462951
| Field Name | Type | Units | Description |
29472952
| ---------------------------------------------------------- | ------------- | ----- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -5999,15 +6004,16 @@ See https://mavlink.io/en/services/standard_modes.html
59996004

60006005
Source for [GLOBAL_POSITION](#GLOBAL_POSITION) measurement or estimate.
60016006

6002-
| Value | Name | Description |
6003-
| --------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
6004-
| <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. |
6005-
| <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). |
6006-
| <a id='GLOBAL_POSITION_SRC_VISION'></a>2 | [GLOBAL_POSITION_SRC_VISION](#GLOBAL_POSITION_SRC_VISION) | Vision system (e.g.: map matching). |
6007-
| <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. |
6008-
| <a id='GLOBAL_POSITION_SRC_TERRAIN'></a>4 | [GLOBAL_POSITION_SRC_TERRAIN](#GLOBAL_POSITION_SRC_TERRAIN) | Terrain referenced navigation. |
6009-
| <a id='GLOBAL_POSITION_SRC_MAGNETIC'></a>5 | [GLOBAL_POSITION_SRC_MAGNETIC](#GLOBAL_POSITION_SRC_MAGNETIC) | Magnetic positioning. |
6010-
| <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). |
6007+
| Value | Name | Description |
6008+
| --------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
6009+
| <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. |
6010+
| <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). |
6011+
| <a id='GLOBAL_POSITION_SRC_VISION'></a>2 | [GLOBAL_POSITION_SRC_VISION](#GLOBAL_POSITION_SRC_VISION) | Vision system (e.g.: map matching). |
6012+
| <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. |
6013+
| <a id='GLOBAL_POSITION_SRC_TERRAIN'></a>4 | [GLOBAL_POSITION_SRC_TERRAIN](#GLOBAL_POSITION_SRC_TERRAIN) | Terrain referenced navigation. |
6014+
| <a id='GLOBAL_POSITION_SRC_MAGNETIC'></a>5 | [GLOBAL_POSITION_SRC_MAGNETIC](#GLOBAL_POSITION_SRC_MAGNETIC) | Magnetic positioning. |
6015+
| <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). |
6016+
| <a id='GLOBAL_POSITION_SRC_LEO'></a>7 | [GLOBAL_POSITION_SRC_LEO](#GLOBAL_POSITION_SRC_LEO) | Low Earth Orbit satellite-based positioning (e.g.: Starlink, Xona PULSAR). |
60116017

60126018
### GLOBAL_POSITION_FLAGS {#GLOBAL_POSITION_FLAGS}
60136019

@@ -8312,7 +8318,9 @@ Rally point. You can have multiple rally points defined.
83128318
| 6 (Longitude) | Longitude | |
83138319
| 7 (Altitude) | Altitude | m |
83148320

8315-
### MAV_CMD_UAVCAN_GET_NODE_INFO (5200) {#MAV_CMD_UAVCAN_GET_NODE_INFO}
8321+
### MAV_CMD_UAVCAN_GET_NODE_INFO (5200) — [SUP] {#MAV_CMD_UAVCAN_GET_NODE_INFO}
8322+
8323+
<span class="warning">**SUPERSEDED:** Replaced By [MAV_CMD_REQUEST_MESSAGE](#MAV_CMD_REQUEST_MESSAGE) (2026-05)</span>
83168324

83178325
Commands the vehicle to respond with a sequence of messages [UAVCAN_NODE_INFO](#UAVCAN_NODE_INFO), one message per every UAVCAN node that is online. Note that some of the response messages can be lost, which the receiver can detect easily by checking whether every received [UAVCAN_NODE_STATUS](#UAVCAN_NODE_STATUS) has a matching message [UAVCAN_NODE_INFO](#UAVCAN_NODE_INFO) received earlier; if not, this command should be sent again in order to request re-transmission of the node information messages.
83188326

ko/messages/development.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -469,12 +469,15 @@ State of RAIM processing.
469469

470470
Actuator groups to test in [MAV_CMD_ACTUATOR_GROUP_TEST](#MAV_CMD_ACTUATOR_GROUP_TEST).
471471

472-
| Value | Name | Description |
473-
| ------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- |
474-
| <a id='ACTUATOR_TEST_GROUP_ROLL_TORQUE'></a>0 | [ACTUATOR_TEST_GROUP_ROLL_TORQUE](#ACTUATOR_TEST_GROUP_ROLL_TORQUE) | Actuators that contribute to roll torque. |
475-
| <a id='ACTUATOR_TEST_GROUP_PITCH_TORQUE'></a>1 | [ACTUATOR_TEST_GROUP_PITCH_TORQUE](#ACTUATOR_TEST_GROUP_PITCH_TORQUE) | Actuators that contribute to pitch torque. |
476-
| <a id='ACTUATOR_TEST_GROUP_YAW_TORQUE'></a>2 | [ACTUATOR_TEST_GROUP_YAW_TORQUE](#ACTUATOR_TEST_GROUP_YAW_TORQUE) | Actuators that contribute to yaw torque. |
477-
| <a id='ACTUATOR_TEST_GROUP_COLLECTIVE_TILT'></a>3 | [ACTUATOR_TEST_GROUP_COLLECTIVE_TILT](#ACTUATOR_TEST_GROUP_COLLECTIVE_TILT) | Actuators that affect collective tilt. |
472+
| Value | Name | Description |
473+
| ------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
474+
| <a id='ACTUATOR_TEST_GROUP_ROLL_TORQUE'></a>0 | [ACTUATOR_TEST_GROUP_ROLL_TORQUE](#ACTUATOR_TEST_GROUP_ROLL_TORQUE) | Actuators that contribute to roll torque. |
475+
| <a id='ACTUATOR_TEST_GROUP_PITCH_TORQUE'></a>1 | [ACTUATOR_TEST_GROUP_PITCH_TORQUE](#ACTUATOR_TEST_GROUP_PITCH_TORQUE) | Actuators that contribute to pitch torque. |
476+
| <a id='ACTUATOR_TEST_GROUP_YAW_TORQUE'></a>2 | [ACTUATOR_TEST_GROUP_YAW_TORQUE](#ACTUATOR_TEST_GROUP_YAW_TORQUE) | Actuators that contribute to yaw torque. |
477+
| <a id='ACTUATOR_TEST_GROUP_COLLECTIVE_TILT'></a>3 | [ACTUATOR_TEST_GROUP_COLLECTIVE_TILT](#ACTUATOR_TEST_GROUP_COLLECTIVE_TILT) | Actuators that affect collective tilt. |
478+
| <a id='ACTUATOR_TEST_GROUP_X_THRUST'></a>4 | [ACTUATOR_TEST_GROUP_X_THRUST](#ACTUATOR_TEST_GROUP_X_THRUST) | Actuators that contribute to x (longitudinal, positive = forward) thrust. |
479+
| <a id='ACTUATOR_TEST_GROUP_Y_THRUST'></a>5 | [ACTUATOR_TEST_GROUP_Y_THRUST](#ACTUATOR_TEST_GROUP_Y_THRUST) | Actuators that contribute to y (lateral, positive = right) thrust. |
480+
| <a id='ACTUATOR_TEST_GROUP_Z_THRUST'></a>6 | [ACTUATOR_TEST_GROUP_Z_THRUST](#ACTUATOR_TEST_GROUP_Z_THRUST) | Actuators that contribute to z (vertical, positive = down) thrust. |
478481

479482
### ESC_FIRMWARE — [WIP] {#ESC_FIRMWARE}
480483

0 commit comments

Comments
 (0)