Skip to content

Commit ea10303

Browse files
docs: Minor updates in position service page (#6126)
Minor updates in position service page Signed-off-by: pierantoniomerlino <pierantonio.merlino@eurotech.com>
1 parent 86676a5 commit ea10303

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/core-services/position-service.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This service provides the following configuration parameters:
1818

1919
- **static** - specifies true or false whether to use a static position instead of a GPS. (Required field.)
2020

21-
- **provider** - specifies which position provider use. Possible options are:
21+
- **provider** - specifies which position provider to use. Available options include:
2222
- **gpsd** - gpsd service daemon if is available on the system.
2323
- **serial** - direct access to gps device through serial or usb port.
2424
- **modemManager** - location information retrieved through a Modem Manager controlled modem
@@ -52,6 +52,6 @@ This service provides the following configuration parameters:
5252

5353
- **parity** - sets the parity for the serial communication to the GPS device.
5454

55-
## Multiple GPS module support
55+
## Support for multiple GPS modules
5656

57-
Eclipse Kura provides limited support for systems with multiple GPS modules. When more than one module is installed and managed by gpsd, Kura will monitor all of them. The reported position is taken from the first module that has a valid fix; if multiple modules have a fix, Kura selects the one that comes first in lexicographical order.
57+
Eclipse Kura offers limited support for systems equipped with multiple GPS modules. When more than one module is installed and managed by gpsd, Kura will monitor all modules concurrently. The reported position is derived from the first module that achieves a valid fix; if multiple modules attain a fix, Kura selects the one that appears first in lexicographical order.

0 commit comments

Comments
 (0)