-
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(out_of_lane): use bigger stop lines to cut predicted paths #6630
fix(out_of_lane): use bigger stop lines to cut predicted paths #6630
Conversation
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
planning/behavior_velocity_out_of_lane_module/src/filter_predicted_objects.cpp
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6630 +/- ##
==========================================
- Coverage 14.78% 14.78% -0.01%
==========================================
Files 1923 1923
Lines 132468 132471 +3
Branches 39363 39367 +4
==========================================
Hits 19586 19586
- Misses 91032 91033 +1
- Partials 21850 21852 +2
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
…arefoundation#6630) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp> Signed-off-by: kaigohirao <kaigo.hirao@proxima-ai-tech.com>
…arefoundation#6630) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
…arefoundation#6630) Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
Description
Fixes an edge case with the feature to cut predicted paths at red traffic lights.
In some case the predicted path goes slightly around the stop line and it is not correctly cut.
With this PR, the stop line is made longer to avoid this edge case.
Tests performed
Psim
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.