Skip to content

Commit

Permalink
flight heritage segment in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed May 22, 2024
1 parent 5cae0f7 commit d73dfcd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
9 changes: 9 additions & 0 deletions satrs-book/src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit d73dfcd

Please sign in to comment.