-
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
refactor(ndt_scan_matcher): isolate align function into ndt_omp #2199
refactor(ndt_scan_matcher): isolate align function into ndt_omp #2199
Conversation
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
This PR will be ready for review after tier4/ndt_omp#16 is merged. (The CI test would not pass until then) |
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.
Thanks for your contribution!
I left some comments. Please check them out.
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Codecov ReportBase: 10.84% // Head: 10.83% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2199 +/- ##
==========================================
- Coverage 10.84% 10.83% -0.02%
==========================================
Files 1178 1178
Lines 84833 84916 +83
Branches 19987 19987
==========================================
Hits 9204 9204
- Misses 65894 65977 +83
Partials 9735 9735
*This pull request uses carry forward flags. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View 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.
Your PR is mostly fine 👍 , but I found one small mistake. Please correct it.
When it is resolved I will approve this PR soon.
Signed-off-by: kminoda <koji.minoda@tier4.jp>
…warefoundation#2199) * first commit Signed-off-by: kminoda <koji.minoda@tier4.jp> * remove align and NdtResults from ndt_scan_matcher Signed-off-by: kminoda <koji.minoda@tier4.jp> * rename variable Signed-off-by: kminoda <koji.minoda@tier4.jp> * ci(pre-commit): autofix * use getResult() function instead of executeScanMatching() Signed-off-by: kminoda <koji.minoda@tier4.jp> * for (auto...) -> for (const auto &...) Signed-off-by: kminoda <koji.minoda@tier4.jp> * removed unnecessary output_cloud declaration Signed-off-by: kminoda <koji.minoda@tier4.jp> Signed-off-by: kminoda <koji.minoda@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
…warefoundation#2199) * first commit Signed-off-by: kminoda <koji.minoda@tier4.jp> * remove align and NdtResults from ndt_scan_matcher Signed-off-by: kminoda <koji.minoda@tier4.jp> * rename variable Signed-off-by: kminoda <koji.minoda@tier4.jp> * ci(pre-commit): autofix * use getResult() function instead of executeScanMatching() Signed-off-by: kminoda <koji.minoda@tier4.jp> * for (auto...) -> for (const auto &...) Signed-off-by: kminoda <koji.minoda@tier4.jp> * removed unnecessary output_cloud declaration Signed-off-by: kminoda <koji.minoda@tier4.jp> Signed-off-by: kminoda <koji.minoda@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: kminoda koji.minoda@tier4.jp
Description
I would like to isolate the align function in the current ndt_scan_matcher (and also the
NdtResult
class) tondt_omp
.This PR should be merged at the same time as tier4/ndt_omp#16.
(side note: This PR may induce a build error due to the version mismatch between autoware.universe and ndt_omp, only when the newer universe used with the older ndt_omp)
Related links
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.