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_behavior_path_goal_planner_module): remove unused function plot_goal_candidates() #9752

Closed
wants to merge 3 commits into from

Conversation

veqcc
Copy link
Contributor

@veqcc veqcc commented Dec 24, 2024

Description

Fixed cppcheck warning

planning/behavior_path_planner/autoware_behavior_path_goal_planner_module/examples/plot_map_case1.cpp:138:0: style: The function 'plot_goal_candidates' is never used. [unusedFunction]
void plot_goal_candidates(

Related links

Parent Issue:

  • Link

How was this PR tested?

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

@veqcc veqcc self-assigned this Dec 24, 2024
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Dec 24, 2024
@veqcc veqcc added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Dec 24, 2024
Copy link

github-actions bot commented Dec 24, 2024

Thank you for contributing to the Autoware project!

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

Please ensure:

Copy link

codecov bot commented Dec 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 29.78%. Comparing base (f16ff53) to head (8b9084b).
Report is 35 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9752      +/-   ##
==========================================
+ Coverage   29.71%   29.78%   +0.07%     
==========================================
  Files        1448     1449       +1     
  Lines      108886   108604     -282     
  Branches    42746    42636     -110     
==========================================
- Hits        32354    32347       -7     
+ Misses      73349    73074     -275     
  Partials     3183     3183              
Flag Coverage Δ *Carryforward flag
differential 0.51% <ø> (?)
total 29.80% <ø> (+0.08%) ⬆️ Carriedforward from 4045fb3

*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.

@veqcc veqcc marked this pull request as ready for review December 24, 2024 02:50
@veqcc veqcc closed this Dec 26, 2024
@veqcc veqcc deleted the fix/unusedFunction2 branch December 26, 2024 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants