Locations PCLConfig.cmake and pcl-config.cmake files for PCL library

后端 未结 2 1063
我在风中等你
我在风中等你 2021-01-21 01:58

I installed PCL using the following commands.

sudo add-apt-repository ppa:v-launchpad-jochen-sprickerhof-de/pcl
sudo apt-get update
sudo apt-get install libpcl-a         


        
2条回答
  •  感动是毒
    2021-01-21 02:46

    I had the same problem when I followed the steps mentioned on the website http://www.pointclouds.org/downloads/linux.html, for Ubuntu 18.

    You simply need to run sudo apt install libpcl-dev

    as bionic is not mentioned in the distributions (http://ppa.launchpad.net/v-launchpad-jochen-sprickerhof-de/pcl/ubuntu/dists/)

提交回复
热议问题