-
Notifications
You must be signed in to change notification settings - Fork 678
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(autoware_object_merger, autoware_tracking_object_merger): enable anonymized node names to be configurable #9733
Conversation
Signed-off-by: Taekjin LEE <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9733 +/- ##
==========================================
- Coverage 29.74% 29.74% -0.01%
==========================================
Files 1444 1444
Lines 108693 108706 +13
Branches 42665 42668 +3
==========================================
Hits 32336 32336
- Misses 73175 73188 +13
Partials 3182 3182
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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
..._perception_launch/launch/object_recognition/detection/merger/camera_lidar_merger.launch.xml
Show resolved
Hide resolved
… anonymized node names to be configurable (autowarefoundation#9733) feat: enable anonymized node names to be configurable Signed-off-by: Taekjin LEE <[email protected]>
… anonymized node names to be configurable (autowarefoundation#9733) feat: enable anonymized node names to be configurable Signed-off-by: Taekjin LEE <[email protected]>
Description
Since the node names are anonymized, the node name changes on every launch.
The random node name introduce complexity on the node diagnostics.
This PR provides the node name variable
node_name
to be configured externally.If the node name is not set, the name will be anonymized by default.
Related links
Parent Issue:
How was this PR tested?
TIER IV INTERNAL
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.