-
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(radar_scan_to_pointcloud2, radar_static_pointcloud_filter, radar_threshold_filter)!: add package name prefix of autoware_ #8132
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 #8132 +/- ##
========================================
Coverage 29.14% 29.15%
========================================
Files 1609 1614 +5
Lines 118111 118300 +189
Branches 50839 50903 +64
========================================
+ Hits 34423 34489 +66
- Misses 74441 74615 +174
+ Partials 9247 9196 -51
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…nces Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> fix: rename package folder Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…eferences Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> refactor: update launch file name for autoware_radar_static_pointcloud_filter
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
4ab1e20
to
0d139be
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
…adar_threshold_filter)!: add package name prefix of autoware_ (autowarefoundation#8132) * refactor(radar_scan_to_pointcloud2): rename package and update references Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> fix: rename package folder Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor(radar_static_pointcloud_filter): rename package and update references Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> refactor: update launch file name for autoware_radar_static_pointcloud_filter * refactor(radar_threshold_filter): rename package and update references Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> --------- Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…adar_threshold_filter)!: add package name prefix of autoware_ (autowarefoundation#8132) * refactor(radar_scan_to_pointcloud2): rename package and update references Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> fix: rename package folder Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor(radar_static_pointcloud_filter): rename package and update references Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> refactor: update launch file name for autoware_radar_static_pointcloud_filter * refactor(radar_threshold_filter): rename package and update references Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> --------- Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…adar_threshold_filter)!: add package name prefix of autoware_ (autowarefoundation#8132) * refactor(radar_scan_to_pointcloud2): rename package and update references Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> fix: rename package folder Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor(radar_static_pointcloud_filter): rename package and update references Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> refactor: update launch file name for autoware_radar_static_pointcloud_filter * refactor(radar_threshold_filter): rename package and update references 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
How was this PR tested?
Tested locally launched by its own README guide.
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.