-
Notifications
You must be signed in to change notification settings - Fork 682
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
refactor: image transport decompressor/autoware prefix #8197
refactor: image transport decompressor/autoware prefix #8197
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
…ssor Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp>
…package code Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp>
Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp>
Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp>
Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp>
Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp>
5bf6e7c
to
882c748
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
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
@dan-dnn |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8197 +/- ##
===========================================
+ Coverage 15.09% 29.24% +14.15%
===========================================
Files 1967 1602 -365
Lines 135941 117792 -18149
Branches 42122 50720 +8598
===========================================
+ Hits 20520 34450 +13930
+ Misses 92700 74114 -18586
+ Partials 22721 9228 -13493
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Apologies for the late confirmation.
LGTM.
…ation#8197) * refactor: add `autoware` namespace prefix to image_transport_decompressor Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp> * refactor(image_transport_decompressor): add `autoware` prefix to the package code Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp> * refactor: update package name in CODEOWNER Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp> * fix: merge main into the branch Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp> * refactor: update packages which depend on image_transport_decompressor Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp> * refactor(image_transport_decompressor): update README Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Manato HIRABAYASHI <manato.hirabayashi@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Taekjin LEE <taekjin.lee@tier4.jp>
Description
This PR introduces
autoware
namespace into theimage_transport_decompressor
packageRelated links
Parent Issue:
How was this PR tested?
I tested this PR as follows:
ros2 launch autoware_image_transport_decompressor image_transport_decompressor.launch.xml
ros2 launch autoware_tensorrt_yolox yolox.launch.xml
Notes for reviewers
This PR affects the following repository:
Interface changes
None.
Effects on system behavior
None.