-
Notifications
You must be signed in to change notification settings - Fork 667
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_diagnostics): add package name prefix of autoware_ #8130
refactor(image_diagnostics): add package name prefix of autoware_ #8130
Conversation
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…diagnostics Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8130 +/- ##
==========================================
- Coverage 29.13% 29.09% -0.05%
==========================================
Files 1610 1612 +2
Lines 118117 118280 +163
Branches 50842 50863 +21
==========================================
- Hits 34418 34416 -2
- Misses 74481 74646 +165
Partials 9218 9218
*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.
LGTM
…towarefoundation#8130) * refactor: rename image_diagnostics to autoware_image_diagnostics Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor: rename sensing/image_diagnostics to sensing/autoware_image_diagnostics Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> --------- Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…towarefoundation#8130) * refactor: rename image_diagnostics to autoware_image_diagnostics Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor: rename sensing/image_diagnostics to sensing/autoware_image_diagnostics Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> --------- Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…towarefoundation#8130) * refactor: rename image_diagnostics to autoware_image_diagnostics Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor: rename sensing/image_diagnostics to sensing/autoware_image_diagnostics Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> --------- Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…towarefoundation#8130) * refactor: rename image_diagnostics to autoware_image_diagnostics Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor: rename sensing/image_diagnostics to sensing/autoware_image_diagnostics Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> --------- Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
Description
This PR adds the autoware_ prefix to the package name.
Changes are as following.
CMakeLists.txt
,package.xml
README.md
$(find-pkg-share ...)
.github/CODEOWNERS
This PR do not contains any logic change.
Related links
Part of: autowarefoundation/autoware#4569
How was this PR tested?
Tested on a local environment. Same method as #7915
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.