-
Notifications
You must be signed in to change notification settings - Fork 673
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
fix(autoware_tensorrt_yolox): modify tensorrt_yolox_node name #9156
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: liu cui <[email protected]>
…_transport_decompressor Signed-off-by: liu cui <[email protected]>
3c37dd8
to
57ddd14
Compare
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
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. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…refoundation#9156) Signed-off-by: liu cui <[email protected]>
Description
When use
multiple_yolox.launch.xml
launch manytensorrt_yolox
node, the names of these nodes are same.Solution:
Adding two parameters
yolox_node_name
andimage_transport_decompressor_node_name
for node name inyolox_s_plus_opt.launch.xml
and explicitly assign them inmultiple_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.