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

[BUG] Typo or bug in example/teaser_cpp_fpfh/quatro_cpp_fpfh.cc #177

Open
1 of 2 tasks
zzodo opened this issue Dec 4, 2023 · 1 comment
Open
1 of 2 tasks

[BUG] Typo or bug in example/teaser_cpp_fpfh/quatro_cpp_fpfh.cc #177

zzodo opened this issue Dec 4, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@zzodo
Copy link

zzodo commented Dec 4, 2023

Describe the bug
These lines:

params.inlier_selection_mode == teaser::RobustRegistrationSolver::INLIER_SELECTION_MODE::PMC_HEU;

params.inlier_selection_mode == teaser::RobustRegistrationSolver::INLIER_SELECTION_MODE::PMC_EXACT;

the operator == does not seem intended. I think it should be typo from auto-completion.

Can you confirm this?

Have you run the unit tests?

  • Yes
  • No --- then this issue will be closed.

Installed Dependencies
Please report the versions of all dependencies you installed, as well as your OS.

To Reproduce
Please post the exact steps you executed to reproduce the bug.

Additional context
Add any other context about the problem here.

@LimHyungTae
Copy link
Member

My bad, I'll fix it right away!

@jingnanshi jingnanshi added the bug Something isn't working label Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants