Last active
June 23, 2017 17:04
-
-
Save digvijayky/149bcffd1c1eedeb793b70deae77cd82 to your computer and use it in GitHub Desktop.
installPointCloudLibrary
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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