-
Notifications
You must be signed in to change notification settings - Fork 691
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(euclidean_cluster): include autoware_universe_utils headers #7908
fix(euclidean_cluster): include autoware_universe_utils headers #7908
Conversation
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 #7908 +/- ##
==========================================
- Coverage 28.44% 28.44% -0.01%
==========================================
Files 1591 1592 +1
Lines 116213 116228 +15
Branches 49613 49616 +3
==========================================
Hits 33059 33059
- Misses 74141 74156 +15
Partials 9013 9013
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…egmentation package Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
f8cd306
to
067449e
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
…warefoundation#7908) fix: include autoware_universe_utils headers instead of compare_map_segmentation package Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> Signed-off-by: palas21 <palas21@itu.edu.tr>
fix: include autoware_universe_utils headers instead of compare_map_segmentation package Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…warefoundation#7908) fix: include autoware_universe_utils headers instead of compare_map_segmentation package Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
Description
StopWatch
andDebugPublisher
of 'autoware_universe_utils' were sourced indirectly via package 'compare_map_segmentation'. This PR fixes it for direct include.Related links
How was this PR tested?
No logic changes. Build test is enough.
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.