When running findstems after successfully running getdtmslice with a custom point cloud data set, I got this error:
RANSAC cylinder fits: libc++abi.dylib: terminating with uncaught exception of type pcl::IOException: : [pcl::PCDWriter::writeBinary] Input point cloud has no data!
Before crashing, findstems generate the <filename>.intermediate.slice.clusters.pcd and <filename>.intermediate.slice.clusters.regions.pcd files, and they look fine, it does find the stems but does not generate the corresponding <filename>..cluster.*.pcd files needed for the next step.
When running
findstemsafter successfully runninggetdtmslicewith a custom point cloud data set, I got this error:RANSAC cylinder fits: libc++abi.dylib: terminating with uncaught exception of type pcl::IOException: : [pcl::PCDWriter::writeBinary] Input point cloud has no data!Before crashing,
findstemsgenerate the<filename>.intermediate.slice.clusters.pcdand<filename>.intermediate.slice.clusters.regions.pcdfiles, and they look fine, it does find the stems but does not generate the corresponding<filename>..cluster.*.pcdfiles needed for the next step.