Skip to content
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

Merged
merged 2 commits into from
Jul 27, 2023

Conversation

kminoda
Copy link
Contributor

@kminoda kminoda commented Jul 25, 2023

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.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

kminoda added 2 commits July 25, 2023 18:24
Signed-off-by: kminoda <koji.minoda@tier4.jp>
@github-actions github-actions bot added component:localization Vehicle's position determination in its environment. (auto-assigned) component:launch Launch files, scripts and initialization tools. (auto-assigned) labels Jul 25, 2023
@kminoda kminoda added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jul 25, 2023
@codecov
Copy link

codecov bot commented Jul 25, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (68a702c) 15.01% compared to head (537d4d3) 15.01%.

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           
Flag Coverage Δ *Carryforward flag
differential 6.14% <ø> (?)
total 15.01% <ø> (ø) Carriedforward from 68a702c

*This pull request uses carry forward flags. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@KYabuuchi KYabuuchi left a 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. 👌

@kminoda kminoda enabled auto-merge (squash) July 27, 2023 10:59
@kminoda
Copy link
Contributor Author

kminoda commented Jul 27, 2023

@YamatoAndo @isamu-takagi Could you review this PR? 🙏

Copy link
Contributor

@isamu-takagi isamu-takagi left a 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.

@kminoda kminoda merged commit 8125416 into autowarefoundation:main Jul 27, 2023
@kminoda kminoda deleted the fix/yabloc/namespace branch August 10, 2023 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:launch Launch files, scripts and initialization tools. (auto-assigned) component:localization Vehicle's position determination in its environment. (auto-assigned) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants