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

feat(autoware_object_merger, autoware_tracking_object_merger): enable anonymized node names to be configurable #9733

Conversation

technolojin
Copy link
Contributor

@technolojin technolojin commented Dec 23, 2024

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.

  • before
$ ros2 node list|grep merger
/perception/object_recognition/detection/clustering/autoware_cluster_merger
/perception/object_recognition/detection/object_association_merger_npc2308003_139851_5409826836788228251
/perception/object_recognition/detection/object_association_merger_npc2308003_139851_8307146749950290157
/perception/object_recognition/tracking/decorative_tracker_merger_npc2308003_139851_4260716009298708380
  • after
$ ros2 node list|grep merger
/perception/object_recognition/detection/clustering/autoware_cluster_merger
/perception/object_recognition/detection/object_association_merger_alpha
/perception/object_recognition/detection/object_association_merger_beta
/perception/object_recognition/tracking/decorative_tracker_merger

Related links

Parent Issue:

  • Link

How was this PR tested?

TIER IV INTERNAL

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

@technolojin technolojin self-assigned this Dec 23, 2024
@github-actions github-actions bot added component:perception Advanced sensor data processing and environment understanding. (auto-assigned) component:launch Launch files, scripts and initialization tools. (auto-assigned) tag:require-cuda-build-and-test labels Dec 23, 2024
Copy link

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@technolojin technolojin added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Dec 23, 2024
Copy link

codecov bot commented Dec 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 29.74%. Comparing base (8949358) to head (047ebb8).
Report is 13 commits behind head on main.

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              
Flag Coverage Δ *Carryforward flag
differential 0.00% <ø> (?)
total 29.74% <ø> (ø) Carriedforward from 8949358

*This pull request uses carry forward flags. Click here to find out more.

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

@technolojin technolojin marked this pull request as ready for review December 24, 2024 00:05
Copy link
Contributor

@YoshiRi YoshiRi left a comment

Choose a reason for hiding this comment

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

LGTM

@technolojin technolojin merged commit f16ff53 into autowarefoundation:main Dec 24, 2024
52 of 53 checks passed
@technolojin technolojin deleted the fix/perc/merger-node-name-configuable branch December 24, 2024 01:10
kminoda pushed a commit to kminoda/autoware.universe that referenced this pull request Dec 25, 2024
… anonymized node names to be configurable (autowarefoundation#9733)

feat: enable anonymized node names to be configurable

Signed-off-by: Taekjin LEE <[email protected]>
kyoichi-sugahara pushed a commit to kyoichi-sugahara/autoware.universe that referenced this pull request Dec 25, 2024
… anonymized node names to be configurable (autowarefoundation#9733)

feat: enable anonymized node names to be configurable

Signed-off-by: Taekjin LEE <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:launch Launch files, scripts and initialization tools. (auto-assigned) component:perception Advanced sensor data processing and environment understanding. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) tag:require-cuda-build-and-test
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants