Skip to content

Commit a4cae49

Browse files
authored
New Crowdin updates (#597)
* New translations development.md (Korean) * New translations common.md (Korean) * New translations development.md (Chinese Simplified) * New translations common.md (Chinese Simplified) * New translations cubepilot.md (Korean) * New translations cubepilot.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 uavionix.md (Korean) * New translations all.md (Korean) * New translations ardupilotmega.md (Korean) * New translations asluav.md (Korean) * New translations avssuas.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 uavionix.md (Chinese Simplified) * New translations all.md (Chinese Simplified) * New translations ardupilotmega.md (Chinese Simplified) * New translations asluav.md (Chinese Simplified) * New translations avssuas.md (Chinese Simplified) * New translations ualberta.md (Korean) * New translations ualberta.md (Chinese Simplified) * New translations common.md (Korean) * New translations common.md (Chinese Simplified) * New translations development.md (Korean) * New translations common.md (Korean) * New translations development.md (Chinese Simplified) * New translations common.md (Chinese Simplified) * New translations cubepilot.md (Korean) * New translations cubepilot.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 uavionix.md (Korean) * New translations all.md (Korean) * New translations ardupilotmega.md (Korean) * New translations asluav.md (Korean) * New translations avssuas.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 uavionix.md (Chinese Simplified) * New translations all.md (Chinese Simplified) * New translations ardupilotmega.md (Chinese Simplified) * New translations asluav.md (Chinese Simplified) * New translations avssuas.md (Chinese Simplified) * New translations ualberta.md (Korean) * New translations ualberta.md (Chinese Simplified) * New translations common.md (Korean) * New translations common.md (Chinese Simplified) * New translations common.md (Korean) * New translations common.md (Chinese Simplified) * New translations development.md (Korean) * New translations common.md (Korean) * New translations development.md (Chinese Simplified) * New translations common.md (Chinese Simplified) * New translations all.md (Korean) * New translations all.md (Chinese Simplified) * New translations common.md (Korean) * New translations common.md (Chinese Simplified) * New translations common.md (Korean) * New translations common.md (Chinese Simplified) * New translations development.md (Korean) * New translations development.md (Chinese Simplified) * New translations summary.md (Chinese Simplified) * New translations faq.md (Chinese Simplified) * New translations index.md (Chinese Simplified) * New translations summary.md (Chinese Simplified) * New translations heartbeat.md (Chinese Simplified)
1 parent eaf5250 commit a4cae49

File tree

12 files changed

+176
-137
lines changed

12 files changed

+176
-137
lines changed

ko/messages/all.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ span.warning {
6262
| -------------------------- | ------- | -------- |
6363
| [Messages](#messages) | 0 | 372 |
6464
| [Enums](#enumerated-types) | 0 | 235 |
65-
| [Commands](#mav_commands) | 217 | 0 |
65+
| [Commands](#mav_commands) | 218 | 0 |
6666

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

ko/messages/common.md

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

ko/messages/development.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ span.warning {
3939
| -------------------------- | ------- | -------- |
4040
| [Messages](#messages) | 12 | 229 |
4141
| [Enums](#enumerated-types) | 11 | 146 |
42-
| [Commands](#mav_commands) | 172 | 0 |
42+
| [Commands](#mav_commands) | 173 | 0 |
4343

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

@@ -487,6 +487,27 @@ Recipients must reject command addressed to broadcast system ID.
487487
| 3 (Reboot) | Reboot components after ID change. Any non-zero value triggers the reboot. | |
488488
| 4 | | |
489489

490+
### MAV_CMD_DO_SET_GLOBAL_ORIGIN (611) — [WIP] {#MAV_CMD_DO_SET_GLOBAL_ORIGIN}
491+
492+
<span class="warning">**WORK IN PROGRESS**: Do not use in stable production environments (it may change).</span>
493+
494+
Sets the GNSS coordinates of the vehicle local origin (0,0,0) position.
495+
496+
Vehicle should emit [GPS_GLOBAL_ORIGIN](#GPS_GLOBAL_ORIGIN) irrespective of whether the origin is changed.
497+
This enables transform between the local coordinate frame and the global (GNSS) coordinate frame, which may be necessary when (for example) indoor and outdoor settings are connected and the MAV should move from in- to outdoor.
498+
This command supersedes [SET_GPS_GLOBAL_ORIGIN](#SET_GPS_GLOBAL_ORIGIN).
499+
Should be sent in a [COMMAND_INT](#COMMAND_INT) (Expected frame is [MAV_FRAME_GLOBAL](#MAV_FRAME_GLOBAL), and this should be assumed when sent in [COMMAND_LONG](#COMMAND_LONG)).
500+
501+
| Param (Label) | Description | Units |
502+
| -------------------------------- | ----------- | ----- |
503+
| 1 | Empty | |
504+
| 2 | Empty | |
505+
| 3 | Empty | |
506+
| 4 | Empty | |
507+
| 5 (Latitude) | Latitude | |
508+
| 6 (Longitude) | Longitude | |
509+
| 7 (Altitude) | Altitude | m |
510+
490511
### MAV_CMD_ODID_SET_EMERGENCY (12900) — [WIP] {#MAV_CMD_ODID_SET_EMERGENCY}
491512

492513
<span class="warning">**WORK IN PROGRESS**: Do not use in stable production environments (it may change).</span>

ko/messages/ualberta.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,4 @@ Mode currently commanded by pilot
116116
| <a id='PILOT_ROTO'></a>3 | [PILOT_ROTO](#PILOT_ROTO) | Rotomotion mode |
117117

118118
## Commands (MAV_CMD) {#mav_commands}
119+

zh/SUMMARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
- [standard.xml](messages/standard.md)
3838
- [minimal.xml](messages/minimal.md)
3939
- [development.xml](messages/development.md)
40-
- [Microservices](services/index.md)
41-
- [Heartbeat/Connection Protocol](services/heartbeat.md)
40+
- [](services/index.md)
41+
- [心跳/连接协议](services/heartbeat.md)
4242
- [Mission Protocol](services/mission.md)
4343
- [Parameter Protocol](services/parameter.md)
4444
- [Extended Parameter Protocol](services/parameter_ext.md)

zh/about/faq.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@
2929
<dd>
3030

3131
<ul>
32-
<li>The underlying over-the-wire format is rarely updated (we're only up to <em>MAVLink 2</em>, which was introduced in 2017).
33-
</li>
34-
<li>New <a href="../messages/common.md">messages</a>/<a href="../services/index.md">microservices</a> are frequently added. 这些更新是后向兼容,用户可定期更新其使用的库以支持新的消息。</li>
32+
<li>底层的序列化方式很少更新(只在2017年引入 <em>MAVLink 2</em>时进行了更新)。</li>
33+
<li>经常添加新的<a href="../messages/common.md">信息</a>/<a href="../services/index.md">微服务</a>。 这些更新是后向兼容,用户可定期更新其使用的库以支持新的消息。</li>
3534
<li>消息很少被修改(或删除),以防止它们变得不兼容。 如果需要更新,项目将通过更新MAVLink次要版本号,并通过 <a href="https://groups.google.com/forum/#!forum/mavlink">邮件列表</a> 通知用户(用户也可以在代码中查询版本)。</li>
3635
</ul>
3736
</dd>

zh/messages/all.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ span.warning {
6262
| -------------------------- | ------- | -------- |
6363
| [Messages](#messages) | 0 | 372 |
6464
| [Enums](#enumerated-types) | 0 | 235 |
65-
| [Commands](#mav_commands) | 217 | 0 |
65+
| [Commands](#mav_commands) | 218 | 0 |
6666

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

0 commit comments

Comments
 (0)