-
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(velodyne_decoder): vlp16 and vlp32 overflow handling #113
fix(velodyne_decoder): vlp16 and vlp32 overflow handling #113
Conversation
4631d13
to
abc4d39
Compare
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #113 +/- ##
=========================================
+ Coverage 6.47% 11.48% +5.00%
=========================================
Files 136 60 -76
Lines 10927 5592 -5335
Branches 857 804 -53
=========================================
- Hits 708 642 -66
+ Misses 9643 4396 -5247
+ Partials 576 554 -22
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
nebula_decoders/src/nebula_decoders_velodyne/decoders/vlp16_decoder.cpp
Outdated
Show resolved
Hide resolved
nebula_decoders/src/nebula_decoders_velodyne/decoders/vlp32_decoder.cpp
Outdated
Show resolved
Hide resolved
nebula_decoders/src/nebula_decoders_velodyne/decoders/vlp32_decoder.cpp
Outdated
Show resolved
Hide resolved
nebula_decoders/src/nebula_decoders_velodyne/decoders/vlp16_decoder.cpp
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments 🙏
…coder.cpp Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]>
…coder.cpp Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]>
…coder.cpp Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]>
@bgilby59 |
@knzo25 Thank you for your review. I have addressed your comments. Please review the changes I made when you have time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM !
PR Type
Related Links
#111
Description
This PR extends the changes in #111. See Nebula-only problem in that PR description for a detailed overview of the problem.
Review Procedure
Code review (currently do not have rosbags that can reproduce this issue).
Remarks
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