I noticed that the tools/icp program prints NaN matrices for me on a data set. After some digging, I can see that when built in debug mode, this assert here is triggered:
|
assert (point_representation_->isValid (point) && "Invalid (NaN, Inf) point coordinates given to nearestKSearch!"); |
Is it intended to just continue in release mode? It seems to me this should be a fatal error.