From d73dfcdd6796d5e9ea0429a78278f00d0890b127 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 22 May 2024 19:05:05 +0200 Subject: [PATCH 1/3] flight heritage segment in docs --- README.md | 11 ++++++++++- satrs-book/src/introduction.md | 9 +++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 350c2c3..75dd05f 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,15 @@ Each project has its own `CHANGELOG.md`. [`satrs`](https://egit.irs.uni-stuttgart.de/rust/satrs/src/branch/main/satrs) crate. +# Flight Heritage + +There is an active and continuous effort to get early flight heritage for the sat-rs library. +Currently this library has the following flight heritage: + +- Submission as an [OPS-SAT experiment](https://blogs.esa.int/rocketscience/2024/05/21/ops-sat-reentry-tomorrow-final-experiments-continue/) + which has also flown on the satellite. The application is strongly based on the sat-rs example + application. You can find the repository [here](https://egit.irs.uni-stuttgart.de/rust/ops-sat-rs). + # Coverage Coverage was generated using [`grcov`](https://github.com/mozilla/grcov). If you have not done so @@ -64,5 +73,5 @@ rustup component add llvm-tools-preview cargo install grcov --locked ``` -After that, you can simply run `coverage.py` to test the `satrs-core` crate with coverage. You can +After that, you can simply run `coverage.py` to test the `satrs` crate with coverage. You can optionally supply the `--open` flag to open the coverage report in your webbrowser. diff --git a/satrs-book/src/introduction.md b/satrs-book/src/introduction.md index babd8ca..c067489 100644 --- a/satrs-book/src/introduction.md +++ b/satrs-book/src/introduction.md @@ -32,3 +32,12 @@ The [`satrs-example`](https://egit.irs.uni-stuttgart.de/rust/sat-rs/src/branch/m provides various practical usage examples of the `sat-rs` framework. If you are more interested in the practical application of `sat-rs` inside an application, it is recommended to have a look at the example application. + +# Flight Heritage + +There is an active and continuous effort to get early flight heritage for the sat-rs library. +Currently this library has the following flight heritage: + +- Submission as an [OPS-SAT experiment](https://blogs.esa.int/rocketscience/2024/05/21/ops-sat-reentry-tomorrow-final-experiments-continue/) + which has also flown on the satellite. The application is strongly based on the sat-rs example + application. You can find the repository [here](https://egit.irs.uni-stuttgart.de/rust/ops-sat-rs). From 3f78c200ad3e63e7edf6581d48fd2198d561e531 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 22 May 2024 19:09:43 +0200 Subject: [PATCH 2/3] improve phrasing --- README.md | 3 ++- satrs-book/src/introduction.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75dd05f..5d1b3c6 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,8 @@ Currently this library has the following flight heritage: - Submission as an [OPS-SAT experiment](https://blogs.esa.int/rocketscience/2024/05/21/ops-sat-reentry-tomorrow-final-experiments-continue/) which has also flown on the satellite. The application is strongly based on the sat-rs example - application. You can find the repository [here](https://egit.irs.uni-stuttgart.de/rust/ops-sat-rs). + application. You can find the repository of the experiment + [here](https://egit.irs.uni-stuttgart.de/rust/ops-sat-rs). # Coverage diff --git a/satrs-book/src/introduction.md b/satrs-book/src/introduction.md index c067489..578a31b 100644 --- a/satrs-book/src/introduction.md +++ b/satrs-book/src/introduction.md @@ -40,4 +40,5 @@ Currently this library has the following flight heritage: - Submission as an [OPS-SAT experiment](https://blogs.esa.int/rocketscience/2024/05/21/ops-sat-reentry-tomorrow-final-experiments-continue/) which has also flown on the satellite. The application is strongly based on the sat-rs example - application. You can find the repository [here](https://egit.irs.uni-stuttgart.de/rust/ops-sat-rs). + application. You can find the repository of the experiment + [here](https://egit.irs.uni-stuttgart.de/rust/ops-sat-rs). From 1f192af2624ee7fc653aaf866bf36f86ca0ce6a9 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 22 May 2024 19:11:43 +0200 Subject: [PATCH 3/3] improve phrasing and links again --- README.md | 9 +++++---- satrs-book/src/introduction.md | 9 +++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5d1b3c6..d8b7a85 100644 --- a/README.md +++ b/README.md @@ -59,10 +59,11 @@ Each project has its own `CHANGELOG.md`. There is an active and continuous effort to get early flight heritage for the sat-rs library. Currently this library has the following flight heritage: -- Submission as an [OPS-SAT experiment](https://blogs.esa.int/rocketscience/2024/05/21/ops-sat-reentry-tomorrow-final-experiments-continue/) - which has also flown on the satellite. The application is strongly based on the sat-rs example - application. You can find the repository of the experiment - [here](https://egit.irs.uni-stuttgart.de/rust/ops-sat-rs). +- Submission as an [OPS-SAT experiment](https://www.esa.int/Enabling_Support/Operations/OPS-SAT) + which has also + [flown on the satellite](https://blogs.esa.int/rocketscience/2024/05/21/ops-sat-reentry-tomorrow-final-experiments-continue/). + The application is strongly based on the sat-rs example application. You can find the repository + of the experiment [here](https://egit.irs.uni-stuttgart.de/rust/ops-sat-rs). # Coverage diff --git a/satrs-book/src/introduction.md b/satrs-book/src/introduction.md index 578a31b..1105000 100644 --- a/satrs-book/src/introduction.md +++ b/satrs-book/src/introduction.md @@ -38,7 +38,8 @@ the example application. There is an active and continuous effort to get early flight heritage for the sat-rs library. Currently this library has the following flight heritage: -- Submission as an [OPS-SAT experiment](https://blogs.esa.int/rocketscience/2024/05/21/ops-sat-reentry-tomorrow-final-experiments-continue/) - which has also flown on the satellite. The application is strongly based on the sat-rs example - application. You can find the repository of the experiment - [here](https://egit.irs.uni-stuttgart.de/rust/ops-sat-rs). +- Submission as an [OPS-SAT experiment](https://www.esa.int/Enabling_Support/Operations/OPS-SAT) + which has also + [flown on the satellite](https://blogs.esa.int/rocketscience/2024/05/21/ops-sat-reentry-tomorrow-final-experiments-continue/). + The application is strongly based on the sat-rs example application. You can find the repository + of the experiment [here](https://egit.irs.uni-stuttgart.de/rust/ops-sat-rs).