-
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(geography_utils): prefix package and namespace with autoware #7790
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
dcde650
to
24c4368
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7790 +/- ##
==========================================
+ Coverage 23.90% 23.92% +0.01%
==========================================
Files 1380 1387 +7
Lines 101770 101868 +98
Branches 38731 38746 +15
==========================================
+ Hits 24332 24369 +37
- Misses 74992 75004 +12
- Partials 2446 2495 +49
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Thank you very much. I have one question.
According to the documentation, the recommended directory structure is autoware_{name}/include/autoware/{name}
, but in this pull request, it seems to be autoware_geography_utils/include/autoware_geography_utils
. Is this intentional?
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 (default_ad_api package)
@SakodaShintaro thanks for pointing that out, working on it. |
01fa936
to
e403aca
Compare
@mitsudome-r @youtalk could you have a look at this PR when you have a moment? It's been in the queue for over month and a half. Thanks. |
1 similar comment
@mitsudome-r @youtalk could you have a look at this PR when you have a moment? It's been in the queue for over month and a half. Thanks. |
We need approval from @kminoda, @kosuke55 and @takayuki5168 but they might be in summer vacation. |
Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp>
f790bdf
to
b45cae9
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
…autowarefoundation#7790) * refactor(geography_utils): prefix package and namespace with autoware Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp> * move headers to include/autoware/ Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp> --------- Signed-off-by: Esteve Fernandez <esteve.fernandez@tier4.jp> Signed-off-by: xtk8532704 <1041084556@qq.com>
Description
prefix package and namespace with autoware
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.