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(velodyne_decoder): vlp16 and vlp32 overflow handling #113

Merged
merged 8 commits into from
Jan 11, 2024

Conversation

bgilby59
Copy link
Contributor

@bgilby59 bgilby59 commented Jan 9, 2024

PR Type

  • Bug Fix

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.

  • Assign PR to reviewer

Checklist for the PR Reviewer

Reviewers should check the checkboxes below before approval.

  • Commits are properly organized and messages are according to the guideline
  • (Optional) Unit tests have been written for new behavior
  • PR title describes the changes

Post-Review Checklist for the PR Author

PR Author should check the checkboxes below before merging.

  • All open points are addressed and tracked via issues or tickets

CI Checks

  • Build and test for PR: Required to pass before the merge.

@bgilby59 bgilby59 requested a review from knzo25 January 9, 2024 09:27
@bgilby59 bgilby59 force-pushed the fix/vlp16_vlp32_overflow_handling branch from 4631d13 to abc4d39 Compare January 10, 2024 06:38
@codecov-commenter
Copy link

codecov-commenter commented Jan 10, 2024

Codecov Report

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

Comparison is base (04d8d38) 6.47% compared to head (12077a8) 11.48%.

Files Patch % Lines
...ebula_decoders_velodyne/decoders/vlp32_decoder.cpp 0.00% 21 Missing ⚠️
...ebula_decoders_velodyne/decoders/vlp16_decoder.cpp 71.42% 4 Missing and 2 partials ⚠️
...bula_decoders_velodyne/decoders/vls128_decoder.cpp 0.00% 3 Missing ⚠️

❗ 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     
Flag Coverage Δ
differential 11.48% <33.33%> (?)
total ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@knzo25 knzo25 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left some comments 🙏

@knzo25
Copy link
Collaborator

knzo25 commented Jan 11, 2024

@bgilby59
Please remember to "resolve" the review comments and ask for a review again when you finish

@bgilby59
Copy link
Contributor Author

@knzo25 Thank you for your review. I have addressed your comments. Please review the changes I made when you have time.

@bgilby59 bgilby59 requested a review from knzo25 January 11, 2024 03:02
Copy link
Collaborator

@knzo25 knzo25 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM !

@bgilby59 bgilby59 merged commit 965b4d5 into tier4:main Jan 11, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants