HKUST-Aerial-Robotics / open_quadtree_mapping

This is a monocular dense mapping system corresponding to IROS 2018 "Quadtree-accelerated Real-time Monocular Dense Mapping"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Which GPU-based TSDF to use?

stevechan1993 opened this issue · comments

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

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

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?

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.