-
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(probabilistic_occupancy_grid_map, occupancy_grid_map_outlier_filter): add autoware_ prefix to package name #8183
refactor(probabilistic_occupancy_grid_map, occupancy_grid_map_outlier_filter): add autoware_ prefix to package name #8183
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: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
2f7a2d8
to
ae19d16
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
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
…d_map on a test Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8183 +/- ##
==========================================
+ Coverage 29.25% 29.33% +0.08%
==========================================
Files 1600 1628 +28
Lines 117736 119161 +1425
Branches 50717 51268 +551
==========================================
+ Hits 34441 34958 +517
- Misses 74082 74895 +813
- Partials 9213 9308 +95
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…_filter): add autoware_ prefix to package name (autowarefoundation#8183) * chore: fix package name probabilistic occupancy grid map Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * fix: solve launch error Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * chore: update occupancy_grid_map_outlier_filter Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * style(pre-commit): autofix * refactor: update package name to autoware_probabilistic_occupancy_grid_map on a test Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor: rename folder of occupancy_grid_map_outlier_filter Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> --------- Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> 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> Co-authored-by: Taekjin LEE <taekjin.lee@tier4.jp>
…_filter): add autoware_ prefix to package name (autowarefoundation#8183) * chore: fix package name probabilistic occupancy grid map Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * fix: solve launch error Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * chore: update occupancy_grid_map_outlier_filter Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * style(pre-commit): autofix * refactor: update package name to autoware_probabilistic_occupancy_grid_map on a test Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor: rename folder of occupancy_grid_map_outlier_filter Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> --------- Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> 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> Co-authored-by: Taekjin LEE <taekjin.lee@tier4.jp>
…_filter): add autoware_ prefix to package name (autowarefoundation#8183) * chore: fix package name probabilistic occupancy grid map Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * fix: solve launch error Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * chore: update occupancy_grid_map_outlier_filter Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> * style(pre-commit): autofix * refactor: update package name to autoware_probabilistic_occupancy_grid_map on a test Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor: rename folder of occupancy_grid_map_outlier_filter Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> --------- Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com> 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> Co-authored-by: Taekjin LEE <taekjin.lee@tier4.jp>
Description
Update package name of following packages
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.