-
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(lane_change): separate backward buffer for blocking object #5434
fix(lane_change): separate backward buffer for blocking object #5434
Conversation
Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
const auto stopping_distance_for_obj = | ||
distance_to_ego_lane_obj - lane_change_buffer_for_blocking_object - stop_point_buffer - | ||
rss_dist - getCommonParam().base_link2front; |
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.
const double stop_point_buffer = getCommonParam().backward_length_buffer_for_end_of_lane;
is as intended?
planning/behavior_path_planner/src/scene_module/lane_change/normal.cpp
Outdated
Show resolved
Hide resolved
…rmal.cpp Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5434 +/- ##
==========================================
- Coverage 15.07% 15.06% -0.01%
==========================================
Files 1662 1662
Lines 115724 115737 +13
Branches 35753 35761 +8
==========================================
Hits 17441 17441
- Misses 78749 78760 +11
- Partials 19534 19536 +2
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
…arefoundation#5434) * fix(lane_change): separate backward buffer for blocking object Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> * Update planning/behavior_path_planner/src/scene_module/lane_change/normal.cpp Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> * style(pre-commit): autofix --------- Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com> Co-authored-by: Kosuke Takeuchi <kosuke.tnp@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
Separate backward buffer parameter for blocking object
Merge this PR first autowarefoundation/autoware_launch#661
Related links
Tests performed
TIER IV INTERNAL TEST
Notes for reviewers
Interface changes
backward_length_buffer_for_blocking_object
is added.Effects on system behavior
Able to change backward length buffer for blocking object.
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.