-
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(probabilistic_occupancy_grid_map)!: fix namespace and directory structure #7872
refactor(probabilistic_occupancy_grid_map)!: fix namespace and directory structure #7872
Conversation
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
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 #7872 +/- ##
==========================================
+ Coverage 28.66% 28.71% +0.04%
==========================================
Files 1588 1602 +14
Lines 116375 116988 +613
Branches 49696 49956 +260
==========================================
+ Hits 33358 33591 +233
- Misses 73925 74275 +350
- Partials 9092 9122 +30
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
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
…ory structure (autowarefoundation#7872) * refactor: update include paths for probabilistic occupancy grid map Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor: update include paths for probabilistic occupancy grid map Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor: update namespace for nodes Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor: update namespace for lib Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor: remove unused dependency Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor: use const pointer for occupancy grid map data Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> --------- Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…ory structure (autowarefoundation#7872) * refactor: update include paths for probabilistic occupancy grid map Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor: update include paths for probabilistic occupancy grid map Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor: update namespace for nodes Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor: update namespace for lib Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor: remove unused dependency Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor: use const pointer for occupancy grid map data Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> --------- Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> Signed-off-by: palas21 <palas21@itu.edu.tr>
…ory structure (#7872) * refactor: update include paths for probabilistic occupancy grid map Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor: update include paths for probabilistic occupancy grid map Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor: update namespace for nodes Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor: update namespace for lib Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor: remove unused dependency Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor: use const pointer for occupancy grid map data Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> --------- Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…ory structure (autowarefoundation#7872) * refactor: update include paths for probabilistic occupancy grid map Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor: update include paths for probabilistic occupancy grid map Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor: update namespace for nodes Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor: update namespace for lib Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor: remove unused dependency Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor: use const pointer for occupancy grid map data Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> --------- 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.
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.