Open stevechan1993 opened 5 years ago
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.
I got the full_mesh,and which gpu-based TSDF method can I use to support autonomous flight? Thanks a lot.