-
Notifications
You must be signed in to change notification settings - Fork 682
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
feat(yabloc): change namespace #4389
feat(yabloc): change namespace #4389
Conversation
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #4389 +/- ##
=======================================
Coverage 15.01% 15.01%
=======================================
Files 1508 1508
Lines 103991 103991
Branches 31764 31764
=======================================
Hits 15615 15615
Misses 71341 71341
Partials 17035 17035
*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.
I have confirmed that YabLoc works properly. 👌
@YamatoAndo @isamu-takagi Could you review this PR? 🙏 |
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 for pose_initializer package.
Description
Update yabloc namespace
Before:
/localization/pose_estimator/...
After:
/localization/pose_estimator/yabloc/...
This is a step towards a unified namespace representation of localization methods in Autoware.
Related links
N/A
Tests performed
I used sample YabLoc data and tested it in logging simulator, confirmed that the localization works including the pose initialization.
Notes for reviewers
N/A
Interface changes
Yes.
As noted above, this PR adds
yabloc
namespace in all the interface related to YabLoc.We argue that this influence is limited since YabLoc has just recently been merged.
Effects on system behavior
N/A
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.