From 73a4955fb38a74c8c1838d1796f01d386be53e3f Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 30 Aug 2023 17:30:59 +0200 Subject: [PATCH] continue book --- satrs-book/src/SUMMARY.md | 4 +++- satrs-book/src/introduction.md | 11 +++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 satrs-book/src/introduction.md diff --git a/satrs-book/src/SUMMARY.md b/satrs-book/src/SUMMARY.md index 7390c82..b082e13 100644 --- a/satrs-book/src/SUMMARY.md +++ b/satrs-book/src/SUMMARY.md @@ -1,3 +1,5 @@ # Summary -- [Chapter 1](./chapter_1.md) +- [The sat-rs book](./title-page.md) +- [Introduction](./introduction.md) + diff --git a/satrs-book/src/introduction.md b/satrs-book/src/introduction.md new file mode 100644 index 0000000..0573ce2 --- /dev/null +++ b/satrs-book/src/introduction.md @@ -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/). +