Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 286 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 286 Bytes

Starter Project

This is a starter project for: - PCL + OpenCV project using CMake - Python app with requirements.txt

PCL build

mkdir build
cd build
cmake ..
make

Python build

pip install -r requirements.txt
./main.py

Credit: https://github.com/ardiya