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

fix(behavior_path_planner): shift pull over path distortion with resampling #1969

Merged

Conversation

kosuke55
Copy link
Contributor

@kosuke55 kosuke55 commented Sep 28, 2022

Description

shift pull over path distorted with resampling of end of behavior_path_planner processing.
This may caused by the path interval difference between straight path and shifted path of shift_pull_over.

  • straight path: not resampled
  • shift_pull_over: resampled

These two paths are combined and resampling it might cause the path distortion
So, in this PR straight path is also resampled.

Related links

Tests performed

psim

  • before

Screenshot from 2022-09-28 10-43-18

turn_signal-2022-09-27_17.51.45.mp4
  • after

Screenshot from 2022-09-28 10-41-48

2022-09-28-11-35-26.mp4

Notes for reviewers

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.

…mpling

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
@codecov
Copy link

codecov bot commented Sep 28, 2022

Codecov Report

Base: 10.28% // Head: 10.27% // Decreases project coverage by -0.00% ⚠️

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1969      +/-   ##
==========================================
- Coverage   10.28%   10.27%   -0.01%     
==========================================
  Files        1158     1158              
  Lines       82150    82160      +10     
  Branches    19120    19128       +8     
==========================================
  Hits         8446     8446              
- Misses      64563    64571       +8     
- Partials     9141     9143       +2     
Flag Coverage Δ *Carryforward flag
differential 1.25% <0.00%> (?)
total 10.26% <0.00%> (ø) Carriedforward from 8e86f0e

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

Impacted Files Coverage Δ
...ner/src/scene_module/pull_over/shift_pull_over.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.

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
kosuke55 and others added 2 commits September 28, 2022 13:13
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Copy link
Contributor

@purewater0901 purewater0901 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kosuke55 kosuke55 merged commit 30e968e into autowarefoundation:main Sep 28, 2022
@kosuke55 kosuke55 deleted the fix/shift_pull_over_distortion branch September 28, 2022 05:41
kminoda pushed a commit to kminoda/autoware.universe that referenced this pull request Sep 29, 2022
…mpling (autowarefoundation#1969)

* fix(behavior_path_planner): shift pull over path distortion with resampling

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

* fix from review

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

* fix typo

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Co-authored-by: Yutaka Shimizu <43805014+purewater0901@users.noreply.github.com>
boyali pushed a commit to boyali/autoware.universe that referenced this pull request Oct 3, 2022
…mpling (autowarefoundation#1969)

* fix(behavior_path_planner): shift pull over path distortion with resampling

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

* fix from review

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

* fix typo

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Co-authored-by: Yutaka Shimizu <43805014+purewater0901@users.noreply.github.com>
boyali pushed a commit to boyali/autoware.universe that referenced this pull request Oct 3, 2022
…mpling (autowarefoundation#1969)

* fix(behavior_path_planner): shift pull over path distortion with resampling

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

* fix from review

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

* fix typo

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Co-authored-by: Yutaka Shimizu <43805014+purewater0901@users.noreply.github.com>
1222-takeshi pushed a commit to tier4/autoware.universe that referenced this pull request Oct 18, 2022
…mpling (autowarefoundation#1969)

* fix(behavior_path_planner): shift pull over path distortion with resampling

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

* fix from review

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

* fix typo

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Co-authored-by: Yutaka Shimizu <43805014+purewater0901@users.noreply.github.com>
1222-takeshi pushed a commit to tier4/autoware.universe that referenced this pull request Oct 18, 2022
…mpling (autowarefoundation#1969)

* fix(behavior_path_planner): shift pull over path distortion with resampling

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

* fix from review

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

* fix typo

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Co-authored-by: Yutaka Shimizu <43805014+purewater0901@users.noreply.github.com>
boyali pushed a commit to boyali/autoware.universe that referenced this pull request Oct 19, 2022
…mpling (autowarefoundation#1969)

* fix(behavior_path_planner): shift pull over path distortion with resampling

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

* fix from review

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

* fix typo

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Co-authored-by: Yutaka Shimizu <43805014+purewater0901@users.noreply.github.com>
kosuke55 added a commit to tier4/autoware.universe that referenced this pull request Oct 27, 2022
…mpling (autowarefoundation#1969)

* fix(behavior_path_planner): shift pull over path distortion with resampling

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

* fix from review

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

* fix typo

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Co-authored-by: Yutaka Shimizu <43805014+purewater0901@users.noreply.github.com>
kosuke55 added a commit to tier4/autoware.universe that referenced this pull request Nov 10, 2022
…mpling (autowarefoundation#1969)

* fix(behavior_path_planner): shift pull over path distortion with resampling

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

* fix from review

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

* fix typo

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Co-authored-by: Yutaka Shimizu <43805014+purewater0901@users.noreply.github.com>
kosuke55 added a commit to tier4/autoware.universe that referenced this pull request Nov 30, 2022
…mpling (autowarefoundation#1969)

* fix(behavior_path_planner): shift pull over path distortion with resampling

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

* fix from review

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

* fix typo

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Co-authored-by: Yutaka Shimizu <43805014+purewater0901@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants