Kucukcollu / pcl_tutorials

Hands on applications with PCL (Docker available)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PCL Tutorials

PCL(Point CLoud Library) is a library which widely used in Robotics and so on. For detailed information yoou can search the official repo and website. The main reason of this repo is that learning Point Cloud via hands on implementation with PCL library.

Important Note

The project has Dockerfile which is inspired from Daniel Lopez Madrid and it is possible to reach related repo by link.

Docker

To run, test and development the codes on the Docker:

# clone the repo
$ cd ~/
$ git clone https://github.com/Kucukcollu/pcl_tutorials.git

# change directory
$ cd ~/pcl_tutorials/docker

# build Docker image
$ ./build.sh

# run Docker container
$ ./run.sh

And build the repo in docker

$ cd ~/pcl_tutorials
$ mkdir build
$ cd build
$ cmake ..
$ make $(nproc)

About

Hands on applications with PCL (Docker available)


Languages

Language:C++ 78.4%Language:Dockerfile 11.3%Language:Shell 6.1%Language:CMake 4.2%