Hi,
Is the radius search implemented in the KdTreeFLANN class yet? I am
getting an error when I attempt to use it. The same code running with
KdTreeANN workds fine. I am running revision 34641
This is the code:
boost::shared_ptr<pcl::KdTreeFLANN<PointT> > kd_tree =
boost::make_shared<pcl::KdTreeFLANN<PointT> > ();
pcl::NormalEstimation<PointT, PointTNormal> norm_est;
norm_est.setSearchMethod(kd_tree);
norm_est.setRadiusSearch(kd_n_);
norm_est.setInputCloud (boost::make_shared<const PointCloudT> (input));
norm_est.compute (output);
This is the error from "norm_est.compute":
terminate called after throwing an instance of 'std::length_error'
what(): vector::_M_fill_insert
Ivan
_______________________________________________
[hidden email] /
http://pointclouds.orghttps://code.ros.org/mailman/listinfo/pcl-users