-
Notifications
You must be signed in to change notification settings - Fork 662
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(radar_object_tracker)!: fix namespace and directory structure #7658
refactor(radar_object_tracker)!: fix namespace and directory structure #7658
Conversation
Signed-off-by: Taekjin LEE <[email protected]>
Signed-off-by: Taekjin LEE <[email protected]>
Signed-off-by: Taekjin LEE <[email protected]>
Signed-off-by: Taekjin LEE <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7658 +/- ##
==========================================
- Coverage 14.84% 1.22% -13.63%
==========================================
Files 1999 77 -1922
Lines 139163 4405 -134758
Branches 43716 407 -43309
==========================================
- Hits 20661 54 -20607
+ Misses 95731 4330 -91401
+ Partials 22771 21 -22750
☔ View full report in Codecov by Sentry. |
Signed-off-by: Taekjin LEE <[email protected]>
Signed-off-by: Taekjin LEE <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
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
autowarefoundation#7658) * chore: refactor radar_object_tracker_node.cpp and related files Signed-off-by: Taekjin LEE <[email protected]> * refactor: update include paths for radar_object_tracker files Signed-off-by: Taekjin LEE <[email protected]> * refactor: update include paths for radar_object_tracker files Signed-off-by: Taekjin LEE <[email protected]> * refactor: remove MSG_COV_IDX enum in utils.hpp Signed-off-by: Taekjin LEE <[email protected]> * refactor: fix the node name Signed-off-by: Taekjin LEE <[email protected]> * refactor: update include paths for radar_object_tracker files Signed-off-by: Taekjin LEE <[email protected]> --------- Signed-off-by: Taekjin LEE <[email protected]>
autowarefoundation#7658) * chore: refactor radar_object_tracker_node.cpp and related files Signed-off-by: Taekjin LEE <[email protected]> * refactor: update include paths for radar_object_tracker files Signed-off-by: Taekjin LEE <[email protected]> * refactor: update include paths for radar_object_tracker files Signed-off-by: Taekjin LEE <[email protected]> * refactor: remove MSG_COV_IDX enum in utils.hpp Signed-off-by: Taekjin LEE <[email protected]> * refactor: fix the node name Signed-off-by: Taekjin LEE <[email protected]> * refactor: update include paths for radar_object_tracker files Signed-off-by: Taekjin LEE <[email protected]> --------- Signed-off-by: Taekjin LEE <[email protected]> Signed-off-by: palas21 <[email protected]>
autowarefoundation#7658) * chore: refactor radar_object_tracker_node.cpp and related files Signed-off-by: Taekjin LEE <[email protected]> * refactor: update include paths for radar_object_tracker files Signed-off-by: Taekjin LEE <[email protected]> * refactor: update include paths for radar_object_tracker files Signed-off-by: Taekjin LEE <[email protected]> * refactor: remove MSG_COV_IDX enum in utils.hpp Signed-off-by: Taekjin LEE <[email protected]> * refactor: fix the node name Signed-off-by: Taekjin LEE <[email protected]> * refactor: update include paths for radar_object_tracker files Signed-off-by: Taekjin LEE <[email protected]> --------- Signed-off-by: Taekjin LEE <[email protected]>
#7658) * chore: refactor radar_object_tracker_node.cpp and related files Signed-off-by: Taekjin LEE <[email protected]> * refactor: update include paths for radar_object_tracker files Signed-off-by: Taekjin LEE <[email protected]> * refactor: update include paths for radar_object_tracker files Signed-off-by: Taekjin LEE <[email protected]> * refactor: remove MSG_COV_IDX enum in utils.hpp Signed-off-by: Taekjin LEE <[email protected]> * refactor: fix the node name Signed-off-by: Taekjin LEE <[email protected]> * refactor: update include paths for radar_object_tracker files Signed-off-by: Taekjin LEE <[email protected]> --------- Signed-off-by: Taekjin LEE <[email protected]>
Description
This PR puts headers in the
autoware
namespace.Part of: autowarefoundation/autoware#4569
Additional works
Tests performed
Not applicable.
Effects on system behavior
Not applicable.
Interface changes
Not applicable.
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.