/usr/include/pcl-1.10/pcl/point_types.h:550:1: error: ‘plus’ is not a member of ‘pcl::traits’

关于PCL包的一个奇怪的错误


使用pcl功能包时,会出现以下的奇怪错误:
/usr/include/pcl-1.10/pcl/point_types.h:550:1: error: ‘plus’ is not a member of ‘pcl::traits’_第1张图片
/usr/include/pcl-1.10/pcl/point_types.h:550:1: error: ‘plus’ is not a member of ‘pcl::traits’_第2张图片
这时,需要找到报错对应功能包,在功能包的cmakelist.txt文档里加入下面语句就可以了:

set(CMAKE_CXX_STANDARD 14)

如图:
/usr/include/pcl-1.10/pcl/point_types.h:550:1: error: ‘plus’ is not a member of ‘pcl::traits’_第3张图片

你可能感兴趣的:(ros开发疑难杂症,自动驾驶,人工智能,机器学习)