11GNSS-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
1212The ` GNSS-RTK ` library provides Position Velocity Time (PVT) solution solvers,
1313with 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
3131and 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>,
4141pedestrian 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
235235This library is no longer shipped with examples, for the simple reason that they are complicated to maintain,
236236and 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,
239239and 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
242242Logs
243243====
@@ -318,7 +318,7 @@ Surveying and Apriori Knowledge
318318
319319` GNSS-RTK ` is a complete surveying tool that can operate without apriori knowledge.
320320In 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
323323Signal 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
0 commit comments