I use a PointCloudFilter where I try to find the lowest parts in a PointCloud.
In this way I get two long straight stretches of PointCloud remainders, which are clearly seperate and quite far from each other (i.e. >10 times the distance of points in the Pointcloud).
My problem now is how to split up those different parts/groups of the same PointCloud so I can use each remainder independently ?
PointCloudCoercer -> "Single Multipoint" + HullReplacer doesn't give me different parts.
I could not find other ways to tile/split PointClouds in the way I need.
Any ideas ?


