feat(hesai_hw_interface): use dependency-injected logger, get rid of RCLCPP dependency#232
Merged
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. |
5 tasks
…remove rclcpp dependency 🎉 Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>
3c08c51 to
d366989
Compare
knzo25
reviewed
Nov 26, 2024
nebula_hw_interfaces/src/nebula_hesai_hw_interfaces/hesai_hw_interface.cpp
Outdated
Show resolved
Hide resolved
knzo25
reviewed
Nov 26, 2024
drwnz
reviewed
Nov 26, 2024
Collaborator
drwnz
left a comment
There was a problem hiding this comment.
LGTM, apart from the header Kenzo found!
Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>
Signed-off-by: Max SCHMELLER <max.schmeller@tier4.jp>
This was referenced Apr 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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