This repository contains the flight software for ADCS. It is a work in progress!
git clone https://github.com/Student-Satellite-IITB/ADCS-Software.git
cd ADCS-Software
mkdir build
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/linux-toolchain.cmake
make
This creates the executable.
Ensure there is file called simulated-image.png in test/ folder
Now run the executable
./adcs_test