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

fix(autoware_tensorrt_yolox): modify tensorrt_yolox_node name #9156

Merged

Conversation

cyn-liu
Copy link
Contributor

@cyn-liu cyn-liu commented Oct 25, 2024

Description

When use multiple_yolox.launch.xml launch many tensorrt_yolox node, the names of these nodes are same.

Solution:
Adding two parameters yolox_node_name and image_transport_decompressor_node_name for node name in yolox_s_plus_opt.launch.xml and explicitly assign them in multiple_yolox.launch.xml.

Related links

9146

How was this PR tested?

Run the following command for testing:
ros2 launch autoware_tensorrt_yolox multiple_yolox.launch.xml
ros2 node list

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

@github-actions github-actions bot added component:perception Advanced sensor data processing and environment understanding. (auto-assigned) tag:require-cuda-build-and-test labels Oct 25, 2024
Copy link

github-actions bot commented Oct 25, 2024

Thank you for contributing to the Autoware project!

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

Please ensure:

@cyn-liu cyn-liu marked this pull request as draft October 25, 2024 06:49
@cyn-liu cyn-liu mentioned this pull request Oct 25, 2024
3 tasks
@cyn-liu cyn-liu marked this pull request as ready for review November 22, 2024 07:44
@cyn-liu cyn-liu requested a review from badai-nguyen November 22, 2024 07:57
@cyn-liu cyn-liu added run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) and removed tag:require-cuda-build-and-test labels Dec 5, 2024
@cyn-liu cyn-liu linked an issue Dec 5, 2024 that may be closed by this pull request
3 tasks
@xmfcx xmfcx force-pushed the fix/issue9146-tensorrt_yolox_node branch from 3c37dd8 to 57ddd14 Compare January 14, 2025 08:20
Copy link
Member

@mitsudome-r mitsudome-r left a comment

Choose a reason for hiding this comment

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

LGTM

@mitsudome-r
Copy link
Member

mitsudome-r commented Jan 14, 2025

Since the reviewers are not making reviews for over a week, I have reviewed it as an Autoware maintainer. The modification shouldn't have effects on autoware_launch, and it also adds the original node name as the default name.

I will merge it once the CIs pass.

Copy link

codecov bot commented Jan 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 29.47%. Comparing base (0715615) to head (57ddd14).
Report is 7 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9156      +/-   ##
==========================================
+ Coverage   29.44%   29.47%   +0.02%     
==========================================
  Files        1444     1444              
  Lines      108617   108242     -375     
  Branches    42425    42172     -253     
==========================================
- Hits        31983    31904      -79     
+ Misses      73547    73259     -288     
+ Partials     3087     3079       -8     
Flag Coverage Δ *Carryforward flag
differential-cuda 0.00% <ø> (?)
total 29.47% <ø> (+0.03%) ⬆️ Carriedforward from 4b11912

*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.

@mitsudome-r mitsudome-r enabled auto-merge (squash) January 14, 2025 16:22
@mitsudome-r mitsudome-r disabled auto-merge January 14, 2025 16:22
@mitsudome-r mitsudome-r merged commit 951b1df into autowarefoundation:main Jan 14, 2025
34 checks passed
esteve pushed a commit to esteve/autoware.universe that referenced this pull request Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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)
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Too many nodes with same name
2 participants