-
Notifications
You must be signed in to change notification settings - Fork 683
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(traffic_light_*)!: add package name prefix of autoware_ #8159
refactor(traffic_light_*)!: add package name prefix of autoware_ #8159
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
1337b87
to
cf29d92
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8159 +/- ##
==========================================
- Coverage 29.22% 28.88% -0.35%
==========================================
Files 1596 1615 +19
Lines 117690 119087 +1397
Branches 50706 50924 +218
==========================================
Hits 34400 34400
- Misses 74075 75472 +1397
Partials 9215 9215
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
2f2e32f
to
71d5365
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.
Thanks! Could you fix conflict?
@technolojin |
webauto-ci https://github.com/tier4/pilot-auto/pull/868 jetson_launcher (TIER IV INTERNAL) - in a branch autoware_launcher, aip_laucher... : no changes (abstracted in tier4_perception_launch) |
…ine_detector Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…ight_multi_camera_fusion Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…ight_occlusion_predictor Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…sifier Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…ght_map_based_detector Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
71d5365
to
6cd04b4
Compare
…isualization Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
6cd04b4
to
d2bee81
Compare
…owarefoundation#8159) * chore: rename traffic_light_fine_detector to autoware_traffic_light_fine_detector Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * chore: rename traffic_light_multi_camera_fusion to autoware_traffic_light_multi_camera_fusion Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * chore: rename traffic_light_occlusion_predictor to autoware_traffic_light_occlusion_predictor Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * chore: rename traffic_light_classifier to autoware_traffic_light_classifier Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * chore: rename traffic_light_map_based_detector to autoware_traffic_light_map_based_detector Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * chore: rename traffic_light_visualization to autoware_traffic_light_visualization Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> --------- Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…owarefoundation#8159) * chore: rename traffic_light_fine_detector to autoware_traffic_light_fine_detector Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * chore: rename traffic_light_multi_camera_fusion to autoware_traffic_light_multi_camera_fusion Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * chore: rename traffic_light_occlusion_predictor to autoware_traffic_light_occlusion_predictor Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * chore: rename traffic_light_classifier to autoware_traffic_light_classifier Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * chore: rename traffic_light_map_based_detector to autoware_traffic_light_map_based_detector Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * chore: rename traffic_light_visualization to autoware_traffic_light_visualization 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
Related PRs
https://github.com/tier4/jetson_launcher/tree/refactor/autoware-prefix
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.