satrs-book init #64

Merged
muellerr merged 19 commits from satrs-book-init into main 2023-09-15 20:20:40 +02:00
2 changed files with 14 additions and 1 deletions
Showing only changes of commit 73a4955fb3 - Show all commits

View File

@ -1,3 +1,5 @@
# Summary # 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/).