856e7bb
diff -up ./libs/pbmap/src/PlaneInferredInfo.cpp.pcl1.12 ./libs/pbmap/src/PlaneInferredInfo.cpp
856e7bb
--- ./libs/pbmap/src/PlaneInferredInfo.cpp.pcl1.12	2021-09-01 22:26:57.868165353 -0400
856e7bb
+++ ./libs/pbmap/src/PlaneInferredInfo.cpp	2021-09-01 22:27:10.959165464 -0400
856e7bb
@@ -166,7 +166,7 @@ bool PlaneInferredInfo::isSurroundingBac
856e7bb
       outContour[1] = outerPolygon[i-1][1] + int(direction[1] * j);
856e7bb
 //  cout << "outContour " << outContour << endl;
856e7bb
       pcl::PointXYZRGBA &outerPt = frame->points[outContour[0] + outContour[1]*frame->width];
856e7bb
-      if(!pcl_isfinite(outerPt.x))
856e7bb
+      if(!std::isfinite(outerPt.x))
856e7bb
         continue;
856e7bb
 
856e7bb
       // Fill pointCloud corresponding to the outerPolygon