complete the sat-rs site
This commit is contained in:
parent
ba5988d608
commit
d437b5af0a
@ -1,10 +1,31 @@
|
||||
+++
|
||||
title = 'FSFW'
|
||||
title = 'sat-rs'
|
||||
date = 2023-01-01T08:00:00-07:00
|
||||
draft = false
|
||||
+++
|
||||
|
||||
<div class="container text-center">
|
||||
<h1>sat-rs</h1>
|
||||
<p>Hello!</p>
|
||||
<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">
|
||||
<p class="text-justify">
|
||||
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
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
BIN
content/projects/sat-rs/sat-rs_logo.png
Normal file
BIN
content/projects/sat-rs/sat-rs_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 62 KiB |
Loading…
Reference in New Issue
Block a user