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
{{ message }}
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.
The C++ code in the comments suggest that make_cropbox works for pointcloud_pointXYZI, but its not true. I am getting attribute error. make_cropbox is working only with pcl.PointCloud
When I try to assign the filter output to a pcl pointcloud, python crashes everytime.
cropbox.py has multiple issues:
The C++ code in the comments suggest that make_cropbox works for
pointcloud_pointXYZI,
but its not true. I am getting attribute error.make_cropbox
is working only withpcl.PointCloud
When I try to assign the filter output to a pcl pointcloud, python crashes everytime.
outcloud = clipper.filter() pcl.save(outcloud,"frame.pcd")
The text was updated successfully, but these errors were encountered: