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

后端 未结 2 1141
醉梦人生
醉梦人生 2021-01-20 22:52

I updated Ubuntu version from 14.04 lts to 16.04 lts and got problems when building projects that utilizes point cloud library. (It used to work well on Ubuntu 14.04 and I

相关标签:
2条回答
  • 2021-01-20 23:07

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

    And run this code:

    sudo dpkg -i PCL-1.8-linux.deb.
    
    0 讨论(0)
  • 2021-01-20 23:20

    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.

    0 讨论(0)
提交回复
热议问题