Skip to content

Commit

Permalink
docs: updated static position info
Browse files Browse the repository at this point in the history
Signed-off-by: SimoneFiorani <[email protected]>
  • Loading branch information
sfiorani committed Oct 14, 2024
1 parent ced46d8 commit c311f9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified docs/core-services/images/position-service.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion docs/core-services/position-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ When this service is enabled and provides a valid geographic position, this posi

The GPS connection parameters must be defined in order to allow the service to receive the GPS frames. The PositionService supports direct access to gps device or the connection to that through gpsd.

For a device that is not connected to a GPS, it is possible to define a _static_ position by entering _latitude,_ _longitude,_ and _altitude._ In this case, the position is returned by the PositionService as if it were an actual GPS position. This may be useful when a gateway is installed in a known place and does not move.
For a device that is not connected to a GPS, it is possible to define a _static_ position by entering _latitude,_ _longitude,_, _altitude_ and _GNSS Type_. In this case, the position, date and time information is returned by the PositionService as if it were an actual GPS position. This may be useful when a gateway is installed in a known place and does not move.

To use this service, select the **PositionService** option located in the **Services** area as shown in the screen capture below.

Expand All @@ -32,6 +32,8 @@ This service provides the following configuration parameters:

- **altitude** - provides the static altitude value in meters.

- **GNSSType** - provides the gnss type used to retrieve static information.

- **port** - supplies the USB or serial port of the GPS device.

- **baudRate** - supplies the baud rate of the GPS device.
Expand Down

0 comments on commit c311f9b

Please sign in to comment.