1.engine库找不到:engine/core no such file or directory
解决方法:设置软连接后重新编译
sudo ln -s /usr/include/eigen3/Eigen /usr/include/Eigen
sudo ln -s /usr/include/eigen3/unsupported /usr/include/unsupported
2.plus is not a member of pcl::traits
:
解决方法:cmakelist.txt文件中添加设置:set(CMAKE_CXX_STANDARD 14)
3.yaml-cpp/yaml.h: no such file or directory
:
解决方法:安装相关库
sudo apt-get install libyaml-cpp-dev
4.zlog :no such file or directory:
解决方法:安装zlog
PCL升级到1.12.0时遇到的问题
最新推荐文章于 2024-09-06 23:13:11 发布