docs(i18n): PX4 guide translations (Crowdin) - ko (#27965)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
PX4 Build Bot
2026-07-22 15:27:20 +10:00
committed by GitHub
parent 2997ab7b81
commit dfe32bf6c0
31 changed files with 1503 additions and 180 deletions

View File

@@ -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