Skip to content

Instantly share code, notes, and snippets.

@digvijayky
Last active June 23, 2017 17:04
Show Gist options
  • Save digvijayky/149bcffd1c1eedeb793b70deae77cd82 to your computer and use it in GitHub Desktop.
Save digvijayky/149bcffd1c1eedeb793b70deae77cd82 to your computer and use it in GitHub Desktop.
installPointCloudLibrary
# Download and install PCL
tar xvfj pcl-pcl-1.8.0.tar.gz
cd pcl-pcl-1.8.0 && mkdir build && cd build
cmake ..
make -j2
sudo make -j2 install
# Install PCL dependencies
sudo apt-get install libeigen3-dev
sudo apt-get install libflann-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment