-
Notifications
You must be signed in to change notification settings - Fork 676
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
Conversation
…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]>
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.
@isouf
Thank you for your suggestion!
Could you fix multiple_yolox.launch.xml
instead of changing those 2 files?
@miursh thank you for your feedback. I changed |
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]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
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
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* 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]>
…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]>
…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]>
Description
The input and output argument names of
yolox.launch.xml
do not match the input and output arguments names ofmultiple_yolox.launch.xml
.Tests performed
Tested mainly using AWSIM. I uncommented the
multiple_yolox.launch.xml
launch file from thecamera_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 theyolox
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.
After all checkboxes are checked, anyone who has write access can merge the PR.