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

RGBD Odometry fixes #248

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Woohyun-Kang
Copy link

@Woohyun-Kang Woohyun-Kang commented Nov 24, 2024

I spotted and fixed some minor bugs in RGBD odometry implementation.

  • Code for computing photometric error RMS is missing a parenthesis
  • initICP from depth map is missing copy to vmaps_tmp, used by initRGB to populate the depth map. Result is nextDepth containing the same depth map as lastDepth
  • Weight for summing ICP and RGBD linear system is squared for A. I adjusted covariance threshold values too

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

Successfully merging this pull request may close these issues.

1 participant