-
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
fix(behavior_path_planner): shift pull over path distortion with resampling #1969
fix(behavior_path_planner): shift pull over path distortion with resampling #1969
Conversation
…mpling Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Codecov ReportBase: 10.28% // Head: 10.27% // Decreases project coverage by
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
*This pull request uses carry forward flags. Click here to find out more.
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. |
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
planning/behavior_path_planner/src/scene_module/pull_over/shift_pull_over.cpp
Outdated
Show resolved
Hide resolved
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
…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>
…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>
…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>
…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>
…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>
…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>
…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>
…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>
…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>
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.
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
turn_signal-2022-09-27_17.51.45.mp4
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.
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.