Skip to content

eeymg2/EEEE3001Slave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meniscus Distortion Correction Project

This GitHub repository stores files for the Slave only, relating to the Meniscus Distortion project. This project is designed to work on the Raspbian operating system.

To clone into this repository, write the git clone https://github.com/MrChickenNuggetBM/EEEE3001Slave.git command into the terminal.

To ensure the shared submodule is included, write the git update submodule --init --recursive command into the terminal.

Move into the Shared directory and create a build directory and move into it:

cd Shared
mkdir build
cd build

Then, to build the project and run it:

cmake ..
make
sudo bin/MeniscusDistortion

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published