Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pointcloud.py #987

Merged
merged 1 commit into from May 25, 2019
Merged

Update pointcloud.py #987

merged 1 commit into from May 25, 2019

Conversation

janfelixklein
Copy link
Contributor

@janfelixklein janfelixklein commented May 24, 2019

Hello,
I just started with Open3D and currently doing the basic tutorials and got the following error message when trying out the pointcloud.py one:

Traceback (most recent call last):
File "pointcloud.py", line 38, in <module>
   chair = vol.o3d.geometry.crop_point_cloud(pcd)
AttributeError: 'open3d.open3d.visualization.SelectionPolygonVolume' object has no attribute 'o3d'

Therefore I changed line 38 and it works out fine now


This change is Reviewable

Hello,
I just started with Open3D and currently doing the basic tutorials and got the following error message when trying out the pointcloud.py one:
" File "pointcloud.py", line 38, in <module>
    chair = vol.o3d.geometry.crop_point_cloud(pcd)
AttributeError: 'open3d.open3d.visualization.SelectionPolygonVolume' object has no attribute 'o3d'
"
Therefore I changed line 38 and it works out fine now
Copy link
Contributor

@griegler griegler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the catch. Seems like that this is something that we missed in PR #982

Reviewable status: 0 of 1 files reviewed, all discussions resolved

Copy link
Contributor

@griegler griegler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: 0 of 1 files reviewed, all discussions resolved

@yxlao yxlao merged commit dd1b79a into isl-org:master May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants