ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi Simon,

I had the same problem.  removeNaN is not working in PCL. I used alternative method, which is checking for NAN in the point cloud data, and use   extract.setIndices(inliers) to remove them .

a very good explanation is in this link:

https://stackoverflow.com/questions/44921987/removing-points-from-a-pclpointcloudpclpointxyzrgb

Hi Simon,

I had the same problem. removeNaN is not working in PCL. I used alternative method, which is checking for NAN in the point cloud data, and use extract.setIndices(inliers) to remove them .

.

a very good explanation is in this link:

https://stackoverflow.com/questions/44921987/removing-points-from-a-pclpointcloudpclpointxyzrgb https://stackoverflow.com/questions/44921987/removing-points-from-a-pclpointcloudpclpointxyzrgb