-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Fix omni directional cylindrical test failing #6403
Fix omni directional cylindrical test failing #6403
Conversation
camera, which are only partially visible are recognized
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should fix clang format errors.
I added a new test which checks for a perpendicular object in the camera frame regarding #6395 . I also did some reformatting regarding clang issues. |
It seems that there are more clang format issues. |
I did another update to the clang formatting. This time it seems all test were running successful. |
Thank you. Is the PR ready for review? (It is still marked as Draft.) |
Yes, I updated it now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That looks great to me.
Thank you.
Description
Fixes a failing test due to #6396
I changed the mIsOmniDirectional variable back to being horizontalFOV > M_PI and instead reprojected all back points to fix the issue from #6395
I additionally added another object to the recognition test which is perpendicular to the sensor plane to ensure that these objects are also correctly recognized.
I want to add another test which checks that the recognized position is correct as this was a problem in #6395
Related Issues
This pull-request addresses issue #6395
Screenshots
Newly added object for test
Fixed detection