PCL (point cloud library) 1.7 on Ubuntu 16.04 LTS build error

微笑、不失礼 提交于 2019-12-01 21:24:50

For building pcl from source on 16.04, please follow this tutorial. But there is then no reason to not build PCL 1.8 instead of 1.7.x, as it is downward compatible.

In addition the Jochen Sprieckerhof repository for 1.7.2 is outdated for 1.7.2, as in Ubuntu 16.04 there is a native repository. You can simply do

sudo apt-get update 
sudo apt-get install libpcl-dev

I recommend a clean un- and reinstall in one of the proposed ways.

Tree Lee

Maybe you should download this file PCL-1.8-linux.deb,

And run this code:

sudo dpkg -i PCL-1.8-linux.deb.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!