-
Notifications
You must be signed in to change notification settings - Fork 58
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(log-messages): reduce excessive log messages in velodyne decoder #118
Conversation
7e81a83
to
0ee6425
Compare
@xmfcx @mitsudome-r @drwnz @amc-nu : This PR is ready for review |
@ahmeddesokyebrahim |
54a0c18
to
3bccf98
Compare
The main reason behind is that the main target of my task is to work on improving log messages coming from the tutorials with default parameters and the velodyne is the one we have in our default in the rosbag replay simulation tutorial. However, I`ll have a look to the effort needed for other decoders and HW interfaces to improve their logs messages and discuss that with @mitsudome-r and @xmfcx and let you know for sure. |
@amc-nu |
3bccf98
to
1282ea4
Compare
…inal Velodyne implementation Signed-off-by: AhmedEbrahim <[email protected]>
1282ea4
to
21c9e10
Compare
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #118 +/- ##
========================================
+ Coverage 4.81% 9.14% +4.33%
========================================
Files 249 78 -171
Lines 19207 9328 -9879
Branches 1079 1058 -21
========================================
- Hits 924 853 -71
+ Misses 17579 7778 -9801
+ Partials 704 697 -7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
PR Type
Related Links
More details in this autoware issue and this nebula issue.
Description
This PR is one of a group of PRs that aim to fix the Autoware logging system to reduce excessive error and warning logs on Autoware launch only on the Velodyne decoder.
Part of:
Review Procedure
Remarks
Take into consideration relevant PRs.
Pre-Review Checklist for the PR Author
PR Author should check the checkboxes below when creating the PR.
Checklist for the PR Reviewer
Reviewers should check the checkboxes below before approval.
Post-Review Checklist for the PR Author
PR Author should check the checkboxes below before merging.
CI Checks