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

Artifacts on Reconstruction (KITTI) #373

Open
nachovizzo opened this issue Sep 10, 2021 · 2 comments
Open

Artifacts on Reconstruction (KITTI) #373

nachovizzo opened this issue Sep 10, 2021 · 2 comments

Comments

@nachovizzo
Copy link

I'm running Voxblox as a baseline for some experiments and I found out some artifacts on the reconstruction.

I'm directly using the C++ API. In the past, I did use the ROS wrappers, that apparently get rid of some part of these artifacts:
image

By doing some experiments (decreasing voxel size) I realize that the "hole" that appears in the ground plane looks to be coming from a wrongly aligned point cloud:
image

Do you know what could be the cause? I'm not used to the "minkidir" library, therefore I can't really backtrack bugs there.

Thanks a lot!!!!

@Kin-Zhang
Copy link

the default config in ROS wrap launch, enable_icp=true

and about the align one, I think we must use the minkidir for voxblox which has a totally different inverse log etc, basic operator, compared with Eigen. check here:
https://github.com/ethz-asl/minkindr/blob/master/minkindr/include/kindr/minimal/implementation/rotation-quaternion-inl.h

Leave for afterward experiments.

@nachovizzo
Copy link
Author

@Kin-Zhang Would you like to contribute the fix using minkidir to the pybind repo?

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