This repository contains the flight software for RPOD module. It is a work in progress!
git clone https://github.com/Student-Satellite-IITB/RPOD-Software.git
cd RPOD-Softwaremkdir build
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/linux-toolchain.cmake
cmake --build . --target <MyExecutable>This creates the executable.
Ensure there is file called simulated-image.png in test/ folder
Now run the executable
./<MyExecutable>Check the annotated image in the test directory.