Skip to content

Commit

Permalink
bump gnss-rs
Browse files Browse the repository at this point in the history
   * update docs

Signed-off-by: Guillaume W. Bres <[email protected]>
  • Loading branch information
gwbres committed Jan 5, 2024
1 parent fc95eeb commit 95496c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ map_3d = "0.1.5"
itertools = "0.12.0"
nalgebra = "0.32.3"
nyx-space = "=2.0.0-beta.0"
gnss-rs = { version = "2.1.2", features = ["serde"] }
gnss-rs = { version = "2.1.3", features = ["serde"] }
hifitime = { version = "3.9.0", features = ["serde", "std"] }
serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] }
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ We use `nalgebra` in the solving process (Matrix, Vectors..).
We use `nyx` for ephemerides, orbital calculations, navigation filters, etc..
`Hifitime` is at the very basis of this work and allows pretty much everything here.
[The RINEX Wiki](https://github.com/georust/rinex/wiki) describes extensive application of this framework.
[The RNX2CGGTTS and its Wiki](https://github.com/georust/rinex/wiki) is another interesting application of this framework.
[RINEX-Cli](https://github.com/georust/rinex) uses this framework extensively.

PVT Solutions
=============
Expand Down

0 comments on commit 95496c9

Please sign in to comment.