-
Notifications
You must be signed in to change notification settings - Fork 672
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(avoidance): don't reset registered shift lines if the base offset is not zero #3971
fix(avoidance): don't reset registered shift lines if the base offset is not zero #3971
Conversation
…an zero Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
716f8dd
to
488720e
Compare
…ft lines Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
488720e
to
1de6825
Compare
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #3971 +/- ##
=======================================
Coverage 14.41% 14.41%
=======================================
Files 1456 1456
Lines 102660 102658 -2
Branches 29728 29731 +3
=======================================
Hits 14795 14795
+ Misses 71705 71703 -2
Partials 16160 16160
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
...avior_path_planner/include/behavior_path_planner/scene_module/avoidance/avoidance_module.hpp
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.
… is not zero (autowarefoundation#3971) * fix(avoidance): break if the shift line start longitudinal is less than zero Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * feat(avoidance): check base offset before resetting of registered shift lines Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
… is not zero (autowarefoundation#3971) (#579) * fix(avoidance): break if the shift line start longitudinal is less than zero * feat(avoidance): check base offset before resetting of registered shift lines --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
… is not zero (autowarefoundation#3971) * fix(avoidance): break if the shift line start longitudinal is less than zero Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * feat(avoidance): check base offset before resetting of registered shift lines Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
… is not zero (autowarefoundation#3971) * fix(avoidance): break if the shift line start longitudinal is less than zero Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * feat(avoidance): check base offset before resetting of registered shift lines Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
Description
Don't reset registered shift linew if the base offset is NOT zero.
Otherwise, the current path will be updated suddenly like this.
Screencast.from.2023.06.13.17.14.43.webm
[TIER IV INTERNAL LINK]
Tests performed
Effects on system behavior
Not applicable.
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.