mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-24 15:27:41 +08:00
docs: auto-sync metadata [skip ci]
Co-Authored-By: PX4 BuildBot <bot@px4.io>
This commit is contained in:
@@ -358,7 +358,7 @@ Source: [drivers/gps](https://github.com/PX4/PX4-Autopilot/tree/main/src/drivers
|
||||
### Description
|
||||
|
||||
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