I am trying to find a straight forward way to install C++ PCL v1.8 on Ubuntu 16.04.2 [LTS]
UPDATE —–
After working through the various issues individually:
This is a hybridisation of various methods to install the Point Cloud Library v1.8
Tested on a clean instance of Ubuntu Server 16.04.2 [LTS]
Aims to be an easy installation method so only includes mandatory packages and pre-requisites
—– —– —– —– —–
Also added installation of PCL 1.8.1 on Ubuntu 17.10
Best Answer
INSTALLATION
Install oracle-java8-jdk:
Install universal pre-requisites:
For PCL v1.8, Ubuntu 16.04.2 input the following:
For PCL v1.8.1, Ubuntu 17.10 input the following:
VALIDATION
Create a CMakeLists.txt file:
Create a main.cpp file:
Compile:
Test:
Output ->
hello, world!
This method of installation aims to be as compatible as possible and make for an easy means of getting up and running with the Point Cloud Library. This method does not include Kinect configuration which requires the prior installation of further packages before pcl can be set up.