-
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_projection_based_fusion)!: add package name prefix of autoware_ #8162
refactor(image_projection_based_fusion)!: add package name prefix of autoware_ #8162
Conversation
…ection_based_fusion 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 #8162 +/- ##
==========================================
- Coverage 29.12% 29.02% -0.11%
==========================================
Files 1609 1630 +21
Lines 118136 119514 +1378
Branches 50850 51451 +601
==========================================
+ Hits 34406 34687 +281
- Misses 74553 75588 +1035
- Partials 9177 9239 +62
*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.
Note: make sure that the update of related repos like this is also neccessary.
…autoware_ (autowarefoundation#8162) refactor: rename image_projection_based_fusion to autoware_image_projection_based_fusion Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…autoware_ (autowarefoundation#8162) refactor: rename image_projection_based_fusion to autoware_image_projection_based_fusion Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…autoware_ (autowarefoundation#8162) refactor: rename image_projection_based_fusion to autoware_image_projection_based_fusion 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 in a local recompute environment and the TIER IV Cloud environment.
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.