-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfaq.html
40 lines (35 loc) · 3.05 KB
/
faq.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
layout: image
title: Frequently Asked Questions
---
<h2>The KubOS Operating System</h2>
<strong id="about-kubos">What is KubOS?</strong>
<p>
KubOS is an open-source Linux-based microsatellite operating system designed for use in space. It is designed to help CubeSat missions accelerate their development timeline by providing complete end-to-end platform with many common elements of a mission, such as telemetry, already included.
</p>
<strong id="flight-heritage">Has KubOS been to space?</strong>
<p>
Yes! As of 2018 <a href="https://dallasinnovates.com/denton-based-kubos-corp-launches-software-into-space-for-the-first-time/">KubOS has been sent to space</a>! As far as we can tell, this is also the first publicly-documented use of the <a href="https://www.rust-lang.org/">Rust programming language</a> in aerospace.
</p>
<p>
We are currently working on building a list of known projects that have used KubOS, whether in space or not. If you help contribute to this list or want to find out about missions powered by KubOS before they are published, come chat with us on our <a href="{{site.social.discord}}">discord</a>!
</p>
<h2>The Community</h2>
<strong id="community-name">How did the name "KubOS Preservation Group" come about?</strong>
<p>
The name KubOS Preservation Group is inspired by <a href="https://www.fighttorepair.org/">Repair Preservation Group</a>, a nonprofit organisation that is creating resources and spreading a love for repair by creating community resources and events.
</p>
<strong id="banner-image">What is the story behind the banner image on the homepage?</strong>
<p>
Back in 2017, the then-CEO of KubOS did <a href="https://www.youtube.com/watch?v=sxlu7Ow375E&t=3231s">an interview</a> where he talked about a cubesat <a href="https://eijournal.com/news/industry-insights-trends/spire-plans-constellation-of-private-weather-satellites">that he had been holding and working on</a>. A few months later, a series of pictures of this very cubesat being launched. One of those very <a href="https://images.nasa.gov/details-iss038e003870">NASA pictures</a> is currently being used as the background image for this website.
</p>
<p>
We are hoping to be able to post a full version of this story over on our <a href="/blog">blog</a> in the future.
</p>
<strong id="getting-involved">How can I get involved with the community?</strong>
<p>
The main way to get involved is by <a href="{{site.social.discord}}">joining our discord server</a>. This is the main place where you can chat with other KubOS users and learn more about the community. There are channels to help you get started and learn more about the various projects that people are working on.
</p>
<p>
You can also follow our repositories on <a href="{{site.social.github}}">GitHub</a>. If you would like to contribute, check out the issues that are labelled "good first issue" for a place to get started. Contributions to improve the KubOS documentation are also a great, beginner friendly way to contribute while also learning more about KubOS.
</p>