TL;DR: Figuring out how the satellite is oriented, and rotating it in space

🛰️ Weekly meetings: 7pm Thursdays in ES3 🛰️

ADCS Flight Software Repo:

https://github.com/stanford-ssi/samwise-adcs-flight

Some Useful (but mathematically complicated) References:

6DOF Sim 🖥️ 🌎

The first main project for ADCS, is developing a robust simulation (name TBD) of our satellite in orbit in order to validate our algorithms, and appropriately size our hardware.

<aside> 💡

Sims github here: https://github.com/stanford-ssi/samwise-adcs-sims

</aside>

It will be implemented in python and will consist of several modules, grouped into a few main categories (see below). Each major bullet point can be implemented largely independently, and they will all be wired together in the final sim.