Nickhodem

Results 1 comments of Nickhodem

Hi, I think you should remove every NaN points in point cloud, before you sent it to blam. pcl::PointCloud laserCloudIn; pcl::PointCloud::Ptr laserCloudWithoutNaN (new pcl::PointCloud ()); std::vector indices; pcl::removeNaNFromPointCloud(laserCloudIn, *laserCloudWithoutNaN, indices);