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

generate_mesh service slow? #54

Open
martinakos opened this issue Feb 15, 2022 · 0 comments
Open

generate_mesh service slow? #54

martinakos opened this issue Feb 15, 2022 · 0 comments

Comments

@martinakos
Copy link

martinakos commented Feb 15, 2022

I came across this package after having played a bit with Open3D TSDFs. It's nice it has a ros package as for Open3D I have to make my own ROS wrapper.

I can launch the bunny demo and get a mesh out of it and visualize it in rviz. But one thing that surprises me is that the generate_mesh service takes about 20s to finish and publish the reconstructed pointcloud. Is this the expected speed?
Equivalent size TSDF in Open3D takes just a couple of second to extract a mesh or pointcloud with the CPU interface and with the CUDA interface VoxelBlockGrid is almost instantaneous. So I'm surprised it takes so long in yak. Maybe I setup something incorrectly?

I'm running this demo in ubuntu 20.04/ROS Noetic and cuda is 11.6. I have also installed libomp-dev to parallelise the marching cubes algorithm.

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

1 participant