TL;DR: Figuring out how the satellite is oriented, and rotating it in space
https://github.com/stanford-ssi/samwise-adcs-flight
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.