-
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
feat: range param for hesai #121
Conversation
Signed-off-by: Yukihiro Saito <[email protected]>
feat: add range parameter for hesai
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!
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.
The tests fail because the new parameter is not set, and these default to 0 in the min and max parameters.
Can you please add these two new parameters to the tests?
https://github.com/tier4/nebula/blob/main/nebula_tests/hesai/hesai_ros_decoder_test.cpp#L90
Signed-off-by: Yukihiro Saito <[email protected]>
…to feat/range_param_for_hesai
Signed-off-by: Yukihiro Saito <[email protected]>
@amc-nu It has not passed the test yet. I need help. 🙏 |
Signed-off-by: amc-nu <[email protected]>
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 #121 +/- ##
=========================================
+ Coverage 6.54% 11.54% +4.99%
=========================================
Files 136 60 -76
Lines 10956 5623 -5333
Branches 859 814 -45
=========================================
- Hits 717 649 -68
+ Misses 9663 4410 -5253
+ Partials 576 564 -12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@yukkysaito Fixed in 4a03713 |
PR Type
Related Links
Description
The XT-32 has been tested and confirmed to work on the actual device.
Review Procedure
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