-
Notifications
You must be signed in to change notification settings - Fork 649
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(autoware_point_types): prefix namespace with autoware::point_types #9169
refactor(autoware_point_types): prefix namespace with autoware::point_types #9169
Conversation
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 !
Once the maintainer of autoware_point_types approves, I'll also approve the localization module. |
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!
@knzo25 @YamatoAndo @drwnz thanks for your reviews. @xmfcx @mitsudome-r could you merge this PR? @drwnz is one of the maintainers and he has approved this PR. |
…_types Signed-off-by: Esteve Fernandez <[email protected]>
Signed-off-by: Esteve Fernandez <[email protected]>
ac43f5c
to
3beecf9
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9169 +/- ##
=======================================
Coverage 28.75% 28.76%
=======================================
Files 1314 1316 +2
Lines 101744 101797 +53
Branches 39596 39610 +14
=======================================
+ Hits 29258 29283 +25
- Misses 69675 69703 +28
Partials 2811 2811
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@xmfcx thanks! |
Description
prefix namespace with autoware
Related links
Parent Issue:
autoware.universe/common
packages autoware#5077How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.