continue book
All checks were successful
Rust/sat-rs/pipeline/pr-main This commit looks good

This commit is contained in:
Robin Müller 2023-08-30 17:30:59 +02:00
parent 37261e512c
commit 73a4955fb3
Signed by: muellerr
GPG Key ID: FCE0B2BD2195142F
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# Summary
- [Chapter 1](./chapter_1.md)
- [The sat-rs book](./title-page.md)
- [Introduction](./introduction.md)

View File

@ -0,0 +1,11 @@
# Introduction
This is the repository of the sat-rs framework. Its primary goal is to provide re-usable components
to write on-board software for remote systems like rovers or satellites. It is specifically written
for the special requirements for these systems.
A lot of the architecture and general design considerations are based on the
[FSFW](https://egit.irs.uni-stuttgart.de/fsfw/fsfw) C++ framework which has flight heritage
through the 2 missions [FLP](https://www.irs.uni-stuttgart.de/en/research/satellitetechnology-and-instruments/smallsatelliteprogram/flying-laptop/)
and [EIVE](https://www.irs.uni-stuttgart.de/en/research/satellitetechnology-and-instruments/smallsatelliteprogram/EIVE/).