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

refactor(ndt_scan_matcher): modularize pose initialization #2254

Conversation

kminoda
Copy link
Contributor

@kminoda kminoda commented Nov 9, 2022

Description

Aiming at integrating dynamic map loading feature in ndt_scan_matcher smoothly, I would like to modularize ndt_scan_matcher into the following modules:

  • module that load pointcloud map (map_module) (Done)
  • module that execute the pose initialization (initial_pose_module) (This PR)

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.

  • There are no open discussions or they are tracked via tickets.

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

kminoda and others added 16 commits November 8, 2022 12:43
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
…ithub.com:kminoda/autoware.universe into refactor/ndt_scan_matcher/modularize_map_callback
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
@kminoda kminoda added the component:localization Vehicle's position determination in its environment. (auto-assigned) label Nov 9, 2022
@kminoda kminoda self-assigned this Nov 9, 2022
pre-commit-ci bot and others added 7 commits November 9, 2022 08:21
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
… github.com:kminoda/autoware.universe into refactor/ndt_scan_matcher/modularize_initialization
Signed-off-by: kminoda <koji.minoda@tier4.jp>
… github.com:kminoda/autoware.universe into refactor/ndt_scan_matcher/modularize_initialization
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.

LGTM

@codecov
Copy link

codecov bot commented Nov 10, 2022

Codecov Report

Base: 11.14% // Head: 11.11% // Decreases project coverage by -0.02% ⚠️

Coverage data is based on head (bd737ad) compared to base (8f8ec9d).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2254      +/-   ##
==========================================
- Coverage   11.14%   11.11%   -0.03%     
==========================================
  Files        1203     1204       +1     
  Lines       86268    86480     +212     
  Branches    20829    20829              
==========================================
  Hits         9615     9615              
- Misses      66490    66702     +212     
  Partials    10163    10163              
Flag Coverage Δ *Carryforward flag
differential 0.00% <0.00%> (?)
total 11.12% <0.00%> (ø) Carriedforward from 8f8ec9d

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

Impacted Files Coverage Δ
...ion/ndt_scan_matcher/src/ndt_scan_matcher_core.cpp 0.00% <0.00%> (ø)
...dt_scan_matcher/src/pose_initialization_module.cpp 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@kminoda kminoda merged commit a113489 into autowarefoundation:main Nov 10, 2022
@kminoda kminoda deleted the refactor/ndt_scan_matcher/modularize_initialization branch November 21, 2022 04:37
HansRobo pushed a commit to HansRobo/autoware.universe that referenced this pull request Dec 16, 2022
…oundation#2254)

* still work in progress

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* ci(pre-commit): autofix

* ptr_ptr yameru

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* remove unnecessary newline

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* revert launch setting

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* ci(pre-commit): autofix

* reverted debugging line

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* pre-commit

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* remove format inclusion

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* first commit on pose initialization module

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* use shared_ptr for test

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* now works fine

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* ci(pre-commit): autofix

* No StdMap

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* ci(pre-commit): autofix

* added include

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* ci(pre-commit): autofix

* reflected review

Signed-off-by: kminoda <koji.minoda@tier4.jp>

Signed-off-by: kminoda <koji.minoda@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
YoshiRi pushed a commit to YoshiRi/autoware.universe that referenced this pull request Jan 11, 2023
…oundation#2254)

* still work in progress

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* ci(pre-commit): autofix

* ptr_ptr yameru

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* remove unnecessary newline

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* revert launch setting

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* ci(pre-commit): autofix

* reverted debugging line

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* pre-commit

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* remove format inclusion

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* first commit on pose initialization module

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* use shared_ptr for test

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* now works fine

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* ci(pre-commit): autofix

* No StdMap

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* ci(pre-commit): autofix

* added include

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* ci(pre-commit): autofix

* reflected review

Signed-off-by: kminoda <koji.minoda@tier4.jp>

Signed-off-by: kminoda <koji.minoda@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:localization Vehicle's position determination in its environment. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants