You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
6
+
# [1.5.4] 2023-05-07
7
+
### Added
8
+
New dependency - Ginan relies on the python gnssanalysis tools (installable by pip) for running most scripts, although it is not required to run the main products themselves.
9
+
10
+
### Changed
11
+
### Fixed
12
+
POD no longer stops if sat is UNHEALTHY set by PEA at end of satellite loop.
Copy file name to clipboardExpand all lines: README.md
+42-3Lines changed: 42 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
: This script will install all dependencies, clone the Ginan repo into the current directory and build the Ginan toolkit.
9
9
10
10
11
-
#### `Ginan v1.5.3 release`
11
+
#### `Ginan v1.5.4 release`
12
12
13
13
## Overview
14
14
@@ -56,7 +56,7 @@ Ginan is supported on the following platforms
56
56
57
57
You can quickly download a ready-to-run Ginan environment using docker by running:
58
58
59
-
docker run -it -v /data:/data gnssanalysis/ginan:v1.5.3 bash
59
+
docker run -it -v /data:/data gnssanalysis/ginan:v1.5.4 bash
60
60
61
61
This command connects the `/data` directory on the host (your pc), with the `/data` directory in the container, to allow file access between the two systems, and opens a command line (`bash`) for executing commands.
We have used routines obtained from RTKLIB, released under a BSD-2 license, these routines have been preserved with minor modifications in the folder `cpp/src/rtklib`. The original source code from RTKLib can be obtained from https://github.com/tomojitakasu/RTKLIB.
0 commit comments