-
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): fixed as pointed out by clang-tidy #4286
refactor(ndt_scan_matcher): fixed as pointed out by clang-tidy #4286
Conversation
Signed-off-by: Shintaro SAKODA <shintaro.sakoda@tier4.jp>
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #4286 +/- ##
=======================================
Coverage 14.93% 14.93%
=======================================
Files 1515 1515
Lines 104546 104544 -2
Branches 31779 31779
=======================================
Hits 15615 15615
+ Misses 71895 71893 -2
Partials 17036 17036
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
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.
LGTM
Confirmed that the PR works with the sample map & rosbag (both original and split version map)
Thank you for your review. |
…arefoundation#4286) Fixed as pointed out by clang-tidy Signed-off-by: Shintaro SAKODA <shintaro.sakoda@tier4.jp>
…arefoundation#4286) Fixed as pointed out by clang-tidy Signed-off-by: Shintaro SAKODA <shintaro.sakoda@tier4.jp>
…arefoundation#4286) Fixed as pointed out by clang-tidy Signed-off-by: Shintaro SAKODA <shintaro.sakoda@tier4.jp>
Description
All .hpp and .cpp files under the
ndt_scan_matcher
package have been modified as pointed out by clang-tidy.The confirmed commands is:
Tests performed
I have checked the operation of the following three
I have tried both true and false flags for
use_dynamic_map_loading
.Effects on system behavior
There are no changes about behavior.
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.