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(tensorrt_yolox): renamed input output topic names #6472

Merged
merged 7 commits into from
Mar 1, 2024

Conversation

isouf
Copy link
Contributor

@isouf isouf commented Feb 21, 2024

Description

The input and output argument names of yolox.launch.xml do not match the input and output arguments names of multiple_yolox.launch.xml.

Tests performed

Tested mainly using AWSIM. I uncommented the multiple_yolox.launch.xml launch file from the camera_lidar_detector.launch.xml and noticed that the functionality was not working as expected. After renaming the input (input/image -> input_topic) output (output/objects -> output_topic) topics I was able to see the yolox detections.

Effects on system behavior

tensorrt_yolox functionality is now working.

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

isouf added 3 commits January 15, 2024 12:04
…o ego

Add the arc length from the ego to the obstacle stop point to the stop_reasons topic.

Signed-off-by: Ioannis Souflas <[email protected]>
@github-actions github-actions bot added the component:perception Advanced sensor data processing and environment understanding. (auto-assigned) label Feb 21, 2024
Copy link
Contributor

@miursh miursh left a comment

Choose a reason for hiding this comment

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

@isouf
Thank you for your suggestion!
Could you fix multiple_yolox.launch.xml instead of changing those 2 files?

@isouf
Copy link
Contributor Author

isouf commented Feb 25, 2024

@miursh thank you for your feedback. I changed multiple_yolox.launch.xml instead, as recommended.

The input and output argument names of yolox.launch.xml do not match the input and output arguments names of multiple_yolox.launch.xml.

Signed-off-by: Ioannis Souflas <[email protected]>
@miursh miursh added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Feb 26, 2024
Copy link

codecov bot commented Feb 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 15.08%. Comparing base (56ad4b4) to head (0b32b8c).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6472      +/-   ##
==========================================
- Coverage   15.20%   15.08%   -0.12%     
==========================================
  Files        1851     1857       +6     
  Lines      128434   129436    +1002     
  Branches    39228    39228              
==========================================
  Hits        19522    19522              
- Misses      87122    88124    +1002     
  Partials    21790    21790              
Flag Coverage Δ *Carryforward flag
differential 0.00% <ø> (?)
total 15.20% <ø> (ø) Carriedforward from 56ad4b4

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

@miursh miursh added run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) and removed run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) labels Mar 1, 2024
@miursh miursh merged commit 6669fe6 into autowarefoundation:main Mar 1, 2024
21 of 22 checks passed
HansRobo pushed a commit that referenced this pull request Mar 12, 2024
* feat(obstacle_cruise_planner): add calculation of obstacle distance to ego

Add the arc length from the ego to the obstacle stop point to the stop_reasons topic.

Signed-off-by: Ioannis Souflas <[email protected]>

* fix(tensorrt_yolox): renamed input output topic names

The input and output argument names of yolox.launch.xml do not match the input and output arguments names of multiple_yolox.launch.xml.

Signed-off-by: Ioannis Souflas <[email protected]>

---------

Signed-off-by: Ioannis Souflas <[email protected]>
Co-authored-by: Shunsuke Miura <[email protected]>
Signed-off-by: Kotaro Yoshimoto <[email protected]>
kaigohirao pushed a commit to kaigohirao/autoware.universe that referenced this pull request Mar 22, 2024
…tion#6472)

* feat(obstacle_cruise_planner): add calculation of obstacle distance to ego

Add the arc length from the ego to the obstacle stop point to the stop_reasons topic.

Signed-off-by: Ioannis Souflas <[email protected]>

* fix(tensorrt_yolox): renamed input output topic names

The input and output argument names of yolox.launch.xml do not match the input and output arguments names of multiple_yolox.launch.xml.

Signed-off-by: Ioannis Souflas <[email protected]>

---------

Signed-off-by: Ioannis Souflas <[email protected]>
Co-authored-by: Shunsuke Miura <[email protected]>
Signed-off-by: kaigohirao <[email protected]>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request Jun 3, 2024
…tion#6472)

* feat(obstacle_cruise_planner): add calculation of obstacle distance to ego

Add the arc length from the ego to the obstacle stop point to the stop_reasons topic.

Signed-off-by: Ioannis Souflas <[email protected]>

* fix(tensorrt_yolox): renamed input output topic names

The input and output argument names of yolox.launch.xml do not match the input and output arguments names of multiple_yolox.launch.xml.

Signed-off-by: Ioannis Souflas <[email protected]>

---------

Signed-off-by: Ioannis Souflas <[email protected]>
Co-authored-by: Shunsuke Miura <[email protected]>
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
None yet
Development

Successfully merging this pull request may close these issues.

2 participants