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

fix(autoware_motion_utils): fix unusedFunction #8733

Conversation

kobayu858
Copy link
Contributor

@kobayu858 kobayu858 commented Sep 3, 2024

Description

Since findFirstNearestSegmentIndex was deleted in #8732 , it became necessary to make it consistent.

Therefore, the section for calculating the length of the path/trajectory between specified points was deleted.

The findFirstNearestSegmentIndex is not used in the actual code.

Related links

Parent Issue:

How was this PR tested?

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

… points

Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:common Common packages from the autoware-common repository. (auto-assigned) labels Sep 3, 2024
Copy link

github-actions bot commented Sep 3, 2024

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@kobayu858 kobayu858 requested a review from veqcc September 3, 2024 06:44
@kobayu858 kobayu858 added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Sep 3, 2024
Copy link

codecov bot commented Sep 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 25.04%. Comparing base (602e3d0) to head (16ed820).
Report is 27 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8733   +/-   ##
=======================================
  Coverage   25.04%   25.04%           
=======================================
  Files        1318     1318           
  Lines       97951    97961   +10     
  Branches    37813    37813           
=======================================
+ Hits        24531    24539    +8     
- Misses      70917    70921    +4     
+ Partials     2503     2501    -2     
Flag Coverage Δ *Carryforward flag
differential 26.12% <ø> (?)
total 25.04% <ø> (ø) Carriedforward from 602e3d0

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

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

@tkimura4 tkimura4 merged commit 98e2a71 into autowarefoundation:main Sep 5, 2024
43 checks passed
emuemuJP pushed a commit to arayabrain/autoware.universe.origin that referenced this pull request Sep 10, 2024
refactor:remove Path/Trajectory length calculation between designated points

Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
Signed-off-by: emuemuJP <k.matsumoto.0807@gmail.com>
@kobayu858 kobayu858 deleted the fix/cppcheck_unusedFunction_pla-a1r branch October 1, 2024 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:common Common packages from the autoware-common repository. (auto-assigned) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants