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

Which GPU-based TSDF to use? #27

Open
stevechan1993 opened this issue Oct 15, 2019 · 3 comments
Open

Which GPU-based TSDF to use? #27

stevechan1993 opened this issue Oct 15, 2019 · 3 comments

Comments

@stevechan1993
Copy link

I got the full_mesh,and which gpu-based TSDF method can I use to support autonomous flight? Thanks a lot.

@WANG-KX
Copy link
Member

WANG-KX commented Oct 15, 2019

Sorry, I don't get your question. The map depends on your planning method. Also, why TSDF map sine you already get the meshes?

@stevechan1993
Copy link
Author

Maybe I missunderstand this sentence "We use a modified open chisel for 3D reconstruction and use a GPU-based TSDF to support autonomous flight". I want to control an A3 flight controller drone to autonomous flight, which planning method should I use, can I use full mesh directly?

@WANG-KX
Copy link
Member

WANG-KX commented Oct 16, 2019

In our applications (e.g., UAV autonomous flight), we use a gpu-TSDF to fuse depth maps and extract occupied grids (grids with zero tsdf values).

Meshes are only for visualization that is not extracted during the flight. If we want to reconstrcuct the scene in meshes, we use OpenChisel for fusion and mesh extraction.

Later, we developed SurfelFusion which can fuse depth maps and extract (disconnected) meshes in the same time.

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