Skip to content
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

Conversation

SakodaShintaro
Copy link
Contributor

@SakodaShintaro SakodaShintaro commented Jul 14, 2023

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:

fdfind -e cpp -e hpp --full-path "./src/universe/autoware.universe/localization/ndt_scan_matcher/" | xargs -P $(nproc) -I{} clang-tidy -p build/ {}

Tests performed

I have checked the operation of the following three

  • logging_simulator
  • driving_log_replayer
  • awsim

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.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

Signed-off-by: Shintaro SAKODA <shintaro.sakoda@tier4.jp>
@github-actions github-actions bot added the component:localization Vehicle's position determination in its environment. (auto-assigned) label Jul 14, 2023
@SakodaShintaro SakodaShintaro self-assigned this Jul 14, 2023
@SakodaShintaro SakodaShintaro removed the component:localization Vehicle's position determination in its environment. (auto-assigned) label Jul 14, 2023
@codecov
Copy link

codecov bot commented Jul 14, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (f72b71b) 14.93% compared to head (ea1637c) 14.93%.
Report is 6 commits behind head on main.

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           
Flag Coverage Δ *Carryforward flag
differential 0.00% <0.00%> (?)
total 14.93% <ø> (+<0.01%) ⬆️ Carriedforward from f72b71b

*This pull request uses carry forward flags. Click here to find out more.

Files Changed Coverage Δ
localization/ndt_scan_matcher/src/debug.cpp 0.00% <0.00%> (ø)
localization/ndt_scan_matcher/src/map_module.cpp 0.00% <0.00%> (ø)
...ization/ndt_scan_matcher/src/map_update_module.cpp 0.00% <0.00%> (ø)
...n/ndt_scan_matcher/src/pose_array_interpolator.cpp 0.00% <0.00%> (ø)
localization/ndt_scan_matcher/src/util_func.cpp 0.00% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@SakodaShintaro SakodaShintaro added the component:localization Vehicle's position determination in its environment. (auto-assigned) label Jul 14, 2023
Copy link
Contributor

@kminoda kminoda left a 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)

@SakodaShintaro
Copy link
Contributor Author

Thank you for your review.
I confirmed both original and split version map.

@SakodaShintaro SakodaShintaro enabled auto-merge (squash) July 27, 2023 05:35
@SakodaShintaro SakodaShintaro added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jul 27, 2023
@SakodaShintaro SakodaShintaro merged commit 44415bc into autowarefoundation:main Jul 27, 2023
@SakodaShintaro SakodaShintaro deleted the refactor/lint_ndt_scan_matcher_pkg branch July 27, 2023 12:24
shmpwk pushed a commit to tier4/autoware.universe that referenced this pull request Nov 16, 2023
…arefoundation#4286)

Fixed as pointed out by clang-tidy

Signed-off-by: Shintaro SAKODA <shintaro.sakoda@tier4.jp>
shmpwk pushed a commit to tier4/autoware.universe that referenced this pull request Nov 16, 2023
…arefoundation#4286)

Fixed as pointed out by clang-tidy

Signed-off-by: Shintaro SAKODA <shintaro.sakoda@tier4.jp>
shmpwk pushed a commit to tier4/autoware.universe that referenced this pull request Nov 16, 2023
…arefoundation#4286)

Fixed as pointed out by clang-tidy

Signed-off-by: Shintaro SAKODA <shintaro.sakoda@tier4.jp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:localization Vehicle's position determination in its environment. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants