Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

Multiple issues with cropbox #225

Open
kavnat opened this issue Aug 10, 2018 · 1 comment
Open

Multiple issues with cropbox #225

kavnat opened this issue Aug 10, 2018 · 1 comment

Comments

@kavnat
Copy link

kavnat commented Aug 10, 2018

cropbox.py has multiple issues:

  1. 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

  2. When I try to assign the filter output to a pcl pointcloud, python crashes everytime.

outcloud = clipper.filter() pcl.save(outcloud,"frame.pcd")

@Miriup
Copy link

Miriup commented Jan 5, 2019

Issue 1 duplicates #123.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants