python-pcl
python-pcl copied to clipboard
error in examples
- PCL Version: 1.8.1 *python 3.6 code:Harriskeypoint3D .py
Exception has occurred: TypeError
Argument 'pc' has incorrect type (expected pcl._pcl.PointCloud, got pcl._pcl.PointCloud_PointXYZI)
File "C:\project\pointcloudlibrary\HarrisKeypoint3D.py", line 57, in main
kpcolor = pcl.pcl_visualization.PointCloudColorHandleringCustom(keypoints, 255, 0, 0)
File "C:\project\pointcloudlibrary\HarrisKeypoint3D.py", line 72, in
did you fixed it?
No I did not fix it
I can fix it!
just convert POINTXYZI(keypoints) to POINTXYZ
I can fix it!
just convert POINTXYZI(keypoints) to POINTXYZ
how to convert?