Skip to content

Commit 9cc6c42

Browse files
authored
Update URL (migration) (#109)
* Update URL (migration) * bump framework * Release v0.8.0-alpha --------- Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
1 parent bfe0234 commit 9cc6c42

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "tools"]
22
path = tools
3-
url = https://github.com/rtk-rs/tools
3+
url = https://github.com/nav-solutions/tools

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "gnss-rtk"
3-
version = "0.7.6"
3+
version = "0.8.0-alpha"
44
license = "MPL-2.0"
55
authors = ["Guillaume W. Bres <guillaume.bressaix@gmail.com>"]
66
description = "GNSS position solver"
7-
homepage = "https://github.com/rtk-rs/gnss-rtk"
8-
repository = "https://github.com/rtk-rs/gnss-rtk"
7+
homepage = "https://github.com/nav-solutions/gnss-rtk"
8+
repository = "https://github.com/nav-solutions/gnss-rtk"
99
keywords = ["timing", "positioning", "gps", "glonass", "galileo"]
1010
categories = ["science", "science::geo"]
1111
edition = "2021"
@@ -42,7 +42,7 @@ thiserror = "2"
4242
nalgebra = "0.33"
4343
itertools = "0.14"
4444
polyfit-rs = "0.2"
45-
gnss-rs = "2.4.0"
45+
gnss-rs = "2.4"
4646
anise = "0.6"
4747
num-traits = "0.2"
4848
hifitime = { version = "4.1", features = ["serde", "std"] }

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
GNSS-RTK
22
========
33

4-
[![Rust](https://github.com/rtk-rs/gnss-rtk/actions/workflows/rust.yml/badge.svg)](https://github.com/rtk-rs/gnss-rtk/actions/workflows/rust.yml)
5-
[![Rust](https://github.com/rtk-rs/gnss-rtk/actions/workflows/daily.yml/badge.svg)](https://github.com/rtk-rs/gnss-rtk/actions/workflows/daily.yml)
4+
[![Rust](https://github.com/nav-solutions/gnss-rtk/actions/workflows/rust.yml/badge.svg)](https://github.com/nav-solutions/gnss-rtk/actions/workflows/rust.yml)
5+
[![Rust](https://github.com/nav-solutions/gnss-rtk/actions/workflows/daily.yml/badge.svg)](https://github.com/nav-solutions/gnss-rtk/actions/workflows/daily.yml)
66
[![crates.io](https://img.shields.io/crates/v/gnss-rtk.svg)](https://crates.io/crates/gnss-rtk)
77
[![crates.io](https://docs.rs/gnss-rtk/badge.svg)](https://docs.rs/gnss-rtk)
88

99
[![MRSV](https://img.shields.io/badge/MSRV-1.82.0-orange?style=for-the-badge)](https://github.com/rust-lang/rust/releases/tag/1.82.0)
10-
[![License](https://img.shields.io/badge/license-MPL_2.0-orange?style=for-the-badge&logo=mozilla)](https://github.com/rtk-rs/gnss-rtk/blob/main/LICENSE)
10+
[![License](https://img.shields.io/badge/license-MPL_2.0-orange?style=for-the-badge&logo=mozilla)](https://github.com/nav-solutions/gnss-rtk/blob/main/LICENSE)
1111

1212
The `GNSS-RTK` library provides Position Velocity Time (PVT) solution solvers,
1313
with abstract and flexible interfaces that may apply to most navigation scenarios
@@ -20,8 +20,8 @@ are validated for each release.
2020
<p>
2121
<br>Static CPP (Galileo, E1+E5b)</br>, surveying a professional geodetic marker
2222
</p>
23-
<a href=https://github.com/rtk-rs/rinex-cli/blob/main/plots/front-page/map.png>
24-
<img src=https://github.com/rtk-rs/rinex-cli/blob/main/plots/front-page/map.png alt="Plot">
23+
<a href=https://github.com/nav-solutions/rinex-cli/blob/main/plots/front-page/map.png>
24+
<img src=https://github.com/nav-solutions/rinex-cli/blob/main/plots/front-page/map.png alt="Plot">
2525
</a>
2626
</div>
2727

@@ -30,8 +30,8 @@ are validated for each release.
3030
Static CPP (Galileo, E1+E5b) residual errors between GNSS-RTK
3131
and profesionnaly calibrated position.
3232
</p>
33-
<a href=https://github.com/rtk-rs/rinex-cli/blob/main/plots/front-page/coordinates.png>
34-
<img src=https://github.com/rtk-rs/rinex-cli/blob/main/plots/front-page/coordinates.png alt="Plot">
33+
<a href=https://github.com/nav-solutions/rinex-cli/blob/main/plots/front-page/coordinates.png>
34+
<img src=https://github.com/nav-solutions/rinex-cli/blob/main/plots/front-page/coordinates.png alt="Plot">
3535
</a>
3636
</div>
3737

@@ -40,8 +40,8 @@ and profesionnaly calibrated position.
4040
<br>CPP (Galileo E1+E5b)</br>,
4141
pedestrian profile (no reference on the ground)
4242
</p>
43-
<a href=https://github.com/rtk-rs/rinex-cli/blob/main/plots/front-page/roaming-ppp1.png>
44-
<img src=https://github.com/rtk-rs/rinex-cli/blob/main/plots/front-page/roaming-ppp1.png alt="Plot">
43+
<a href=https://github.com/nav-solutions/rinex-cli/blob/main/plots/front-page/roaming-ppp1.png>
44+
<img src=https://github.com/nav-solutions/rinex-cli/blob/main/plots/front-page/roaming-ppp1.png alt="Plot">
4545
</a>
4646
</div>
4747

@@ -235,9 +235,9 @@ Examples
235235
This library is no longer shipped with examples, for the simple reason that they are complicated to maintain,
236236
and our framework now offers the two kind of applications you can think of to this library:
237237

238-
- [RT-Navi](https://github.com/rtk-rs/rt-navi) for real-time navigation, which is obviously hardware dependent,
238+
- [RT-Navi](https://github.com/nav-solutions/rt-navi) for real-time navigation, which is obviously hardware dependent,
239239
and involves multi-threading.
240-
- [GNSS-Qc](https://github.com/rtk-rs/gnss-qc) for post-processed navigation, which is more complex
240+
- [GNSS-Qc](https://github.com/nav-solutions/gnss-qc) for post-processed navigation, which is more complex
241241

242242
Logs
243243
====
@@ -318,7 +318,7 @@ Surveying and Apriori Knowledge
318318

319319
`GNSS-RTK` is a complete surveying tool that can operate without apriori knowledge.
320320
In otherwords, it is possible to obtain a precise solution from scratch.
321-
[Refer to this page that demonstrates this capacity](https://github.com/rtk-rs/rinex-cli/blob/main/demos/SURVEY.md).
321+
[Refer to this page that demonstrates this capacity](https://github.com/nav-solutions/rinex-cli/blob/main/demos/SURVEY.md).
322322

323323
Signal and Measurement Flexibility
324324
==================================
@@ -369,5 +369,5 @@ GNSS-RTK includes itself within and is closely tied to the following libraries:
369369
* [ANISE](https://github.com/nyx-space/anise) for orbital calculations
370370
* [Nyx-space](https://github.com/nyx-space/nyx) for advanced navigation
371371
* [Hifitime](https://github.com/nyx-space/hifitime) for timing
372-
* [Our GNSS library](https://github.com/rtk-rs/gnss) for basic GNSS definitions
372+
* [Our GNSS library](https://github.com/nav-solutions/gnss) for basic GNSS definitions
373373
* Nalgebra for all calculations

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![doc(
2-
html_logo_url = "https://github.com/rtk-rs/.github/blob/c458a3e2ce136793d281bc2e0f3161e69a663a2e/logos/logo2.jpg"
2+
html_logo_url = "https://github.com/nav-solutions/.github/blob/c458a3e2ce136793d281bc2e0f3161e69a663a2e/logos/logo2.jpg"
33
)]
44
#![doc = include_str!("../README.md")]
55
#![cfg_attr(docsrs, feature(doc_cfg))]

0 commit comments

Comments
 (0)