Compiling PCL 1.7 on Ubuntu 16.04 , errors in CMake generated Makefile

后端 未结 3 879
隐瞒了意图╮
隐瞒了意图╮ 2021-02-04 11:27

I\'m trying to get PCL 1.7 (The point cloud library, not the other pcl) working on Ubuntu 16.04. I eventually hope to use for C++ stuff, but right now I\'m just trying to get th

3条回答
  •  不知归路
    2021-02-04 11:52

    This solved the issue for me:

    sudo apt-get install libproj-dev
    

    Source: https://github.com/PointCloudLibrary/pcl/issues/1828

提交回复
热议问题