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

open3d #8

Open
kinggreat24 opened this issue Mar 6, 2022 · 3 comments
Open

open3d #8

kinggreat24 opened this issue Mar 6, 2022 · 3 comments

Comments

@kinggreat24
Copy link

Hi, thanks for sharing your work! I have installed the open3d success. But, when I compile the code, I encounter the following problem. Can you give me some advices, thank you!

error: ‘open3d::geometry::OrientedBoundingBox open3d::geometry::PointCloud2::GetOrientedBoundingBox() const’ marked ‘override’, but does not override
64 | OrientedBoundingBox GetOrientedBoundingBox() const override;
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ~/tloam_ws/src/tloam/include/tloam/subscriber/cloud_subscriber.hpp:21,
from ~/tloam_ws/src/tloam/src/subscriber/cloud_subscriber.cpp:10:
~/tloam_ws/src/tloam/include/tloam/models/utils/sensor_data.hpp: In member function ‘void tloam::CloudData::reset()’:
~/tloam_ws/src/tloam/include/tloam/models/utils/sensor_data.hpp:24:43: error: invalid new-expression of abstract class type ‘open3d::geometry::PointCloud2’
24 | cloud_ptr.reset(new open3d::geometry::PointCloud2);

@gzyabc
Copy link

gzyabc commented Nov 22, 2023

Hello, I have the same problem. Have you solved it?

@boyang9602
Copy link

Hi I made a fix for the compatibility with open3d v0.15 https://github.com/boyang9602/tloam/tree/o3dv0.15

@zhoupengwei
Copy link
Owner

@kinggreat24 These problems have been solved, see main branch.

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

4 participants