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
Hi,I'm using the 0.11.0 version of pclpy for this tutorial, because the visualization module was removed from version 0.12.0 . And in version 0.11.0, pcl.common.isFinite works fine. i just tried version 0.12.0 and pcl.common.isFinite seems to have been removed. But it's not a problem,I recommend that you use Numpy to check whether the point cloud is finite. That's all.Thank you for your questions and welcome discussion.
First of all, thanks so much for sharing these tutorial code/snippets. It is for sure, a great contribution for PCL beginners.
I am having an issue in the following line:
pclpy_tutorial/tutorial/09_Features/07_VFH_descriptors.py
Line 36 in 9ce54d1
My pclpy version is 0.12.0 (updated at current time)
From pclpy repo release notes I can't find that isFinite attribute was somehow removed or moved to another module.
Once again, thanks.
The text was updated successfully, but these errors were encountered: