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(goal_planner): improve log message and change level #9562

Merged
merged 2 commits into from
Dec 5, 2024

Conversation

kosuke55
Copy link
Contributor

@kosuke55 kosuke55 commented Dec 4, 2024

Description

improve log message and change log level.

  • use throttle 5000ms to prevent too many same messages
  • use info if it is not so serious or affect acutual vehicle behavior

Related links

Parent Issue:

  • Link

How was this PR tested?

build

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Dec 4, 2024
Copy link

github-actions bot commented Dec 4, 2024

Thank you for contributing to the Autoware project!

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

Please ensure:

@kosuke55 kosuke55 marked this pull request as ready for review December 4, 2024 08:30
@kosuke55 kosuke55 added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Dec 4, 2024
Copy link

codecov bot commented Dec 4, 2024

Codecov Report

Attention: Patch coverage is 0% with 9 lines in your changes missing coverage. Please review.

Project coverage is 29.50%. Comparing base (de90e59) to head (2a1b28f).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
...th_goal_planner_module/src/goal_planner_module.cpp 0.00% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9562      +/-   ##
==========================================
- Coverage   29.51%   29.50%   -0.02%     
==========================================
  Files        1445     1450       +5     
  Lines      108532   108596      +64     
  Branches    41382    41379       -3     
==========================================
  Hits        32036    32036              
- Misses      73287    73350      +63     
- Partials     3209     3210       +1     
Flag Coverage Δ *Carryforward flag
differential 0.52% <0.00%> (?)
total 29.52% <ø> (+<0.01%) ⬆️ Carriedforward from de90e59

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

@kosuke55 kosuke55 merged commit 1aba360 into autowarefoundation:main Dec 5, 2024
27 checks passed
@kosuke55 kosuke55 deleted the refactor/goal_planner_log branch December 5, 2024 10:01
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
None yet
Development

Successfully merging this pull request may close these issues.

3 participants