赞
踩
使用pcl库(1.12)时报错:
/usr/include/pcl-1.12/pcl/filters/convolution_3d.h:160:16: error: 'optional' in namespace 'boost' does not name a template type; did you mean 'conditional'?
原因是convolution_3d.h文件中没有引用boost/optional.hpp
在convolution_3d.h中加入
#include <boost/optional.hpp>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。