cpu_tsdf icon indicating copy to clipboard operation
cpu_tsdf copied to clipboard

complied error with pcl1.10

Open Junkai-Liu opened this issue 5 years ago • 0 comments

When I make the project with pcl 1.10, the build error as follows:

/usr/local/include/pcl-1.10/pcl/common/io.h:65:77: required from here /usr/include/c++/7/bits/predefined_ops.h:283:11: error: no match for call to ‘(pcl::getFieldIndex(const pcl::PCLPointCloud2&, const string&)::<lambda(int)>) (const pcl::PCLPointField&)’ { return bool(_M_pred(*__it)); } ^~~~~~~~~~~~~~~~~~~~ Compiled environment: ubuntu18.04 pcl1.10

Junkai-Liu avatar Jul 03 '20 02:07 Junkai-Liu