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(obstacle_avoidance_planner, path_smoother): change logger level of debug print #6298

Conversation

takayuki5168
Copy link
Contributor

@takayuki5168 takayuki5168 commented Feb 4, 2024

Description

Fixes #6205

Changed the logger level of debug print from WARN to DEBUG.

Tests performed

psim

Effects on system behavior

Nothing

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.

…f debug print

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Feb 4, 2024
@takayuki5168 takayuki5168 marked this pull request as ready for review February 4, 2024 08:12
@takayuki5168 takayuki5168 added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Feb 4, 2024
Copy link

codecov bot commented Feb 4, 2024

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (bd4b5ca) 14.36% compared to head (b3ee348) 14.36%.

Files Patch % Lines
...tacle_avoidance_planner/utils/trajectory_utils.hpp 0.00% 2 Missing ⚠️
...r/include/path_smoother/utils/trajectory_utils.hpp 0.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6298   +/-   ##
=======================================
  Coverage   14.36%   14.36%           
=======================================
  Files        1907     1907           
  Lines      130136   130136           
  Branches    37640    37640           
=======================================
  Hits        18697    18697           
  Misses      90430    90430           
  Partials    21009    21009           
Flag Coverage Δ *Carryforward flag
differential 33.24% <0.00%> (?)
total 14.36% <ø> (+<0.01%) ⬆️ Carriedforward from bd4b5ca

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

@takayuki5168 takayuki5168 merged commit 0d10e81 into autowarefoundation:main Feb 5, 2024
31 of 32 checks passed
@takayuki5168 takayuki5168 deleted the fix/change-logger-level-optimization-planner branch February 5, 2024 01:25
anhnv3991 pushed a commit to anhnv3991/autoware.universe that referenced this pull request Feb 13, 2024
…f debug print (autowarefoundation#6298)

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request Jun 3, 2024
…f debug print (autowarefoundation#6298)

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
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.

Error during fixed point calculations in path smoother and obstacle avoidance planner
2 participants