Closed DuccioLenkowicz closed 4 years ago
Hi @DuccioLenkowicz Thanks for sharing a new C++ example of Reconstruction system! The code looks great. The only reason I can think is that it does not have explicit loop closure detection steps. For example, in Python example of Reconstruction system it builds submaps (or called fragments) and register them globally to perform loop closure detection.
Here are two suggestion
I'm attempting to do an arm reconstruction using a 360 scan captured from a realsense d435 camera. This is the code i'm using:
Here you see a couple of pictures of the resulting point cloud after voxel downsampling and euclidean clustering.
As you can see the arm surface does not properly close upon itself, like if the camera trajectory is being distorted into a spiral instead of being a circle as it should. Any idea on what maybe the cause of this issue?