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

No longer works with open3d 0.9 #1

Open
airfield20 opened this issue Feb 24, 2020 · 3 comments
Open

No longer works with open3d 0.9 #1

airfield20 opened this issue Feb 24, 2020 · 3 comments

Comments

@airfield20
Copy link

airfield20 commented Feb 24, 2020

In 0.9 open3d function calls are grouped into categories.
Simply changing all similar occurrences of open3d.read_point_cloud(...) to open3d.io.read_point_cloud(...) fixed the syntax issue. When running the tests, an empty cloud is being published, so the conversions do not work.

I am using Ubuntu 18 on ROS Melodic with open3d 0.9.

Edit: Relevant Error message:

Traceback (most recent call last):
  File "/home/aaron/bedestrian_ws/src/open3d_ros_pointcloud_conversion/lib_cloud_conversion_between_Open3D_and_ROS.py", line 120, in <module>
    open3d_cloud = open3d.read_point_cloud(filename)
AttributeError: 'module' object has no attribute 'read_point_cloud'
@fwarmuth
Copy link

you can easily port that. But there are still problems regarding colors within point clouds...
maybe i figure it out and do a pullrequest

@airfield20
Copy link
Author

I'm no longer working with open3d

@fwarmuth
Copy link

what library are using now?

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

No branches or pull requests

2 participants