description now in markdown file as well
This commit is contained in:
parent
6459227294
commit
a88ff24300
10
content/projects/sat-rs/description.md
Normal file
10
content/projects/sat-rs/description.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
|
||||||
|
sat-rs is a framework with the primary goal to provide re-usable
|
||||||
|
components to write on-board software for remote systems like rovers or
|
||||||
|
satelites. 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](/projects/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/).
|
@ -8,24 +8,7 @@ draft = false
|
|||||||
<img src="sat-rs_logo.png" class="img-fluid mx-auto my-3 w-50" />
|
<img src="sat-rs_logo.png" class="img-fluid mx-auto my-3 w-50" />
|
||||||
<div class="d-flex justify-content-center mx-auto w-75">
|
<div class="d-flex justify-content-center mx-auto w-75">
|
||||||
<p class="text-justify">
|
<p class="text-justify">
|
||||||
sat-rs is a framework with the primary goal to provide re-usable
|
<p class="text-justify">{{% content "description.md" %}}</p>
|
||||||
components to write on-board software for remote systems like rovers or
|
|
||||||
satelites. It is specifically written for the special requirements for
|
|
||||||
these systems. A lot of the architecture and general design considerations
|
|
||||||
are based on the
|
|
||||||
<a href="index.html">FSFW</a>
|
|
||||||
C++ framework which has flight heritage through the 2 missions
|
|
||||||
<a
|
|
||||||
href="https://www.irs.uni-stuttgart.de/en/research/satellitetechnology-and-instruments/smallsatelliteprogram/flying-laptop/"
|
|
||||||
target="_blank"
|
|
||||||
>FLP</a
|
|
||||||
>
|
|
||||||
and
|
|
||||||
<a
|
|
||||||
href="https://www.irs.uni-stuttgart.de/en/research/satellitetechnology-and-instruments/smallsatelliteprogram/EIVE/"
|
|
||||||
target="_blank"
|
|
||||||
>EIVE</a
|
|
||||||
>.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user