https://adamshan.blog.csdn.net/article/details/82901295跑点云地面分割的代码ROS功能包编译不通过,请问什么问题?
/home/vickytwan/pcd_ws/src/pcl_test/src/pcl_test_core.cpp: In member function ‘void PclTestCore::clip_above(double, pcl::PointCloud<pcl::PointXYZI>::Ptr, pcl::PointCloud<pcl::PointXYZI>::Ptr)’:
/home/vickytwan/pcd_ws/src/pcl_test/src/pcl_test_core.cpp:34:69: error: no matching function for call to ‘pcl::ExtractIndices<pcl::PointXYZI>::setIndices(boost::detail::sp_if_not_array<pcl::PointIndices>::type)’
34 | cliper.setIndices(boost::make_shared<pcl::PointIndices>(indices));
|