You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the mapper fails HARD (assertion!) if the point coulds contain any invalid points (e.g. NaN, Inf components).
This can happen f.e. when the point clouds come from ROS or are completely unfiltered/processed.
PCL has a function called pcl::removeNaNFromPointCloud() which could do that.
Having such a handling would greatly improve usability of the point cloud mapper.
The text was updated successfully, but these errors were encountered:
Currently, the mapper fails HARD (assertion!) if the point coulds contain any invalid points (e.g. NaN, Inf components).
This can happen f.e. when the point clouds come from ROS or are completely unfiltered/processed.
PCL has a function called pcl::removeNaNFromPointCloud() which could do that.
Having such a handling would greatly improve usability of the point cloud mapper.
The text was updated successfully, but these errors were encountered: