forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(ndt_scan_matcher): isolate align function into ndt_omp (auto…
…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>
- Loading branch information
Showing
2 changed files
with
25 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters