This repository contains code and resources for testing the Attitude Determination and Control System (ADCS) algorithms for the Argus CubeSat mission.
Installing the simulation: NOTE : The simulation only supports Ubuntu systems with a version >= 22.04
python3 -m venv .venv --system-site-packages
source .venv/bin/activate
git submodule init
git submodule update
sh install.sh