Skip to content

Student-Satellite-IITB/RPOD-Software

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPOD-Software

This repository contains the flight software for RPOD module. It is a work in progress!

Instructions

Installation

git clone https://github.com/Student-Satellite-IITB/RPOD-Software.git
cd RPOD-Software

Building the code

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

./rpod_test_pipeline

Check the annotated image in the test directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published