mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-27 00:48:23 +08:00
docs(i18n): PX4 guide translations (Crowdin) - ko (#27965)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
@@ -358,7 +358,7 @@ Source: [drivers/gps](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers
|
||||
### 설명
|
||||
|
||||
GPS driver module that handles the communication with the device and publishes the position via uORB.
|
||||
It supports multiple protocols (device vendors) and by default automatically selects the correct one.
|
||||
The available device protocols are selected at build time.
|
||||
|
||||
The module supports a secondary GPS device, specified via `-e` parameter. The position will be published
|
||||
on the second uORB topic instance, but it's currently not used by the rest of the system (however the
|
||||
@@ -401,7 +401,8 @@ gps <command> [arguments...]
|
||||
values: spi|uart, default: uart
|
||||
[-j <val>] secondary GPS interface
|
||||
values: spi|uart, default: uart
|
||||
[-p <val>] GPS Protocol (default=auto select)
|
||||
[-p <val>] GPS protocol (availability depends on build; default from
|
||||
GPS_x_PROTOCOL)
|
||||
values: ubx|mtk|ash|eml|fem|nmea
|
||||
|
||||
stop
|
||||
|
||||
Reference in New Issue
Block a user