This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
fix(log-messages): reduce excessive log messages #224
Merged
xmfcx
merged 5 commits into
autowarefoundation:main
from
ahmeddesokyebrahim:autoware/common/5539-fix-log-messages
Feb 12, 2024
Merged
fix(log-messages): reduce excessive log messages #224
xmfcx
merged 5 commits into
autowarefoundation:main
from
ahmeddesokyebrahim:autoware/common/5539-fix-log-messages
Feb 12, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Dec 26, 2023
7 tasks
96b05db
to
845d0a6
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #224 +/- ##
========================================
- Coverage 9.71% 9.66% -0.06%
========================================
Files 40 40
Lines 3097 3115 +18
Branches 1387 1399 +12
========================================
Hits 301 301
- Misses 2376 2394 +18
Partials 420 420
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
845d0a6
to
f7c5d1e
Compare
…olygon: linestring x must have more than different 3 points! (size is 2). Failed to convert to polygon." and "pedestrian marking x failed conversion." Signed-off-by: AhmedEbrahim <[email protected]>
…arking proposal. Signed-off-by: AhmedEbrahim <[email protected]>
f4d9659
to
e9b18cb
Compare
…AllPedestrianMarkings to getAllPedestrianPolygonMarkings and getAllPedestrianLineMarkings Signed-off-by: AhmedEbrahim <[email protected]>
775c6bc
to
3515fb0
Compare
With this PR,
I've checked the codebase and all the usages of To avoid warnings and be able to visualize lines along with polygons too. |
xmfcx
approved these changes
Feb 12, 2024
@kosuke55 If you don't have any concerns, I will merge this along with the other 2 PRs: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR is one of group of PRs that aim to fix Autoware logging system to achieve the goal of reducing excessive error and warning logs on Autoware launch.
Fixes autowarefoundation/autoware.universe#5539
Related links
More details in the issue.
Relevant PRS
Tests performed
Notes for reviewers
Take into consideration relevant PRs.
Interface changes
N.A
Effects on system 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.
After all checkboxes are checked, anyone who has write access can merge the PR.