-
Notifications
You must be signed in to change notification settings - Fork 682
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(crop_box_filter): crop_box_filter_without_pcl #951
fix(crop_box_filter): crop_box_filter_without_pcl #951
Conversation
be0cf02
to
6d271f6
Compare
Signed-off-by: plane.li <plane.li@autocore.ai>
6d271f6
to
0ea87d9
Compare
Codecov Report
@@ Coverage Diff @@
## main #951 +/- ##
=====================================
Coverage 9.90% 9.90%
=====================================
Files 879 879
Lines 56251 56251
Branches 10638 10638
=====================================
Hits 5570 5570
Misses 45962 45962
Partials 4719 4719
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report at Codecov.
|
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.
It works fine even when input->height doesn't equal to 1.
@plane-li Thank you for your contribution. |
…#951) Signed-off-by: plane.li <plane.li@autocore.ai> Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
Signed-off-by: plane.li <plane.li@autocore.ai>
Signed-off-by: plane.li <plane.li@autocore.ai>
Signed-off-by: plane.li <plane.li@autocore.ai>
Signed-off-by: plane.li <plane.li@autocore.ai>
…ion#4673) (autowarefoundation#951) * fix(mpc): use optimization result when polish failed * fix arg --------- Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
…ation#951) * refactor(avoidance): update yaml Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * refactor(AbLC): update yaml Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Signed-off-by: plane.li plane.li@autocore.ai
Description
The pr is to fix the "crop_box_filter node "which can cause error in the subsequent module.
related issue: #705
It is an other pr to solve the problem without using pcl.
Related links
#705
Tests performed
Notes for reviewers
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.