-
Notifications
You must be signed in to change notification settings - Fork 53
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(hesai_hw_interface): use dependency-injected logger, get rid of RCLCPP dependency #232
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #232 +/- ##
==========================================
- Coverage 26.11% 0.00% -26.12%
==========================================
Files 100 88 -12
Lines 9214 7941 -1273
Branches 2214 938 -1276
==========================================
- Hits 2406 0 -2406
- Misses 6419 7941 +1522
+ Partials 389 0 -389
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…remove rclcpp dependency 🎉 Signed-off-by: Max SCHMELLER <[email protected]>
3c08c51
to
d366989
Compare
nebula_hw_interfaces/src/nebula_hesai_hw_interfaces/hesai_hw_interface.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.
LGTM, apart from the header Kenzo found!
Signed-off-by: Max SCHMELLER <[email protected]>
Signed-off-by: Max SCHMELLER <[email protected]>
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
Description
✔️ #233 has been merged, this PR is ready for merging ✔️
Use the new Nebula logger interface and pass in a concrete logger on instantiation. Output with the RCLCPP logger is identical, except for the tag having gotten longer. This can be changed if desired.
The direct RCLCPP dependency of the HW interface is thus removed 🎉
Before:
After:
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