TEASER-plusplus icon indicating copy to clipboard operation
TEASER-plusplus copied to clipboard

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

Open dch4o opened this issue 1 year ago • 1 comments

Describe the bug These lines: https://github.com/MIT-SPARK/TEASER-plusplus/blob/baf69d948d77e8fe496a82e2fa3b1f41a9b1156f/examples/teaser_cpp_fpfh/quatro_cpp_fpfh.cc#L35 https://github.com/MIT-SPARK/TEASER-plusplus/blob/baf69d948d77e8fe496a82e2fa3b1f41a9b1156f/examples/teaser_cpp_fpfh/quatro_cpp_fpfh.cc#L39

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?

  • [x] 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.

dch4o avatar Dec 04 '23 11:12 dch4o

My bad, I'll fix it right away!

LimHyungTae avatar Apr 03 '24 17:04 LimHyungTae