-
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(detected_object_feature_remover)!: fix namespace and directory structure #7739
refactor(detected_object_feature_remover)!: fix namespace and directory structure #7739
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> refactor: update PLUGIN namespace in CMakeLists.txt Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
a29a144
to
3244557
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7739 +/- ##
==========================================
- Coverage 15.09% 0.00% -15.10%
==========================================
Files 1967 32 -1935
Lines 135941 1753 -134188
Branches 42122 67 -42055
==========================================
- Hits 20520 0 -20520
+ Misses 92700 1753 -90947
+ Partials 22721 0 -22721
☔ 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
…ry structure (autowarefoundation#7739) refactor: namespace fix, rename file names, move header to src refactor: update PLUGIN namespace in CMakeLists.txt Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> Signed-off-by: palas21 <palas21@itu.edu.tr>
…ry structure (autowarefoundation#7739) refactor: namespace fix, rename file names, move header to src refactor: update PLUGIN namespace in CMakeLists.txt Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…ry structure (#7739) refactor: namespace fix, rename file names, move header to src refactor: update PLUGIN namespace in CMakeLists.txt Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…ry structure (autowarefoundation#7739) refactor: namespace fix, rename file names, move header to src refactor: update PLUGIN namespace in CMakeLists.txt Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
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.
TIER IV INTERNAL
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.