-
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
refactor(euclidean_cluster)!: fix namespace and directory structure #7887
refactor(euclidean_cluster)!: fix namespace and directory structure #7887
Conversation
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> refactor: fix namespace Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> chore: update include paths for euclidean_cluster code 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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7887 +/- ##
==========================================
- Coverage 28.43% 28.42% -0.01%
==========================================
Files 1589 1591 +2
Lines 116187 116215 +28
Branches 49548 49552 +4
==========================================
Hits 33034 33034
- Misses 74159 74187 +28
Partials 8994 8994
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@badai-nguyen @YoshiRi |
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
…utowarefoundation#7887) * refactor: update include paths for euclidean_cluster code Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> refactor: fix namespace Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> chore: update include paths for euclidean_cluster code Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…utowarefoundation#7887) * refactor: update include paths for euclidean_cluster code Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> refactor: fix namespace Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> chore: update include paths for euclidean_cluster code Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: palas21 <palas21@itu.edu.tr>
…7887) * refactor: update include paths for euclidean_cluster code Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> refactor: fix namespace Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> chore: update include paths for euclidean_cluster code Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…utowarefoundation#7887) * refactor: update include paths for euclidean_cluster code Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> refactor: fix namespace Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> chore: update include paths for euclidean_cluster code Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
This PR puts headers in the
autoware
namespace.Additional works
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.