Install PCL 1.13.0 in Ubuntu 20.04
For systems for which we do not offer precompiled binaries, you need to compile Point Cloud Library (PCL) from source. Here are the steps that you need to take: Go to Github and download the version number of your choice. Uncompress the tar-bzip archive, e.g. (replace 1.13.0 with the correct version number):
Change the directory to the pcl-pcl-1.13.0 (replace 1.13. with the correct version number) directory, and create a build directory in there:
Please note that cmake might default to a debug build. If you want to compile a release build of PCL with enhanced compiler optimizations, you can change the build target to “Release” with “-DCMAKE_BUILD_TYPE=Release”:
Finally, compile everything
And install the result:
Source: pcl