-
Notifications
You must be signed in to change notification settings - Fork 673
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_velocity_planner::intersection): only zero hold velocity #3327
fix(behavior_velocity_planner::intersection): only zero hold velocity #3327
Conversation
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #3327 +/- ##
=======================================
Coverage 12.40% 12.41%
=======================================
Files 1368 1368
Lines 96124 96113 -11
Branches 27697 27690 -7
=======================================
Hits 11928 11928
+ Misses 71528 71517 -11
Partials 12668 12668
*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 in Codecov by Sentry. |
@satoshi-ota Can you review the result ? |
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
…autowarefoundation#3327) only zero hold velocity Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…#3327) only zero hold velocity Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…autowarefoundation#3327) only zero hold velocity Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…autowarefoundation#3327) only zero hold velocity Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Description
In tier4's autoware.universe of version v0.6.0, stop line module did not work well due to the intersection modules' improper point insertion.
See test result
Related links
Internal JIRA link: https://tier4.atlassian.net/browse/RT1-480
Tests performed
Before this PR (left), the point added by the intersection module is copying the lane ids from prior point. After this PR, the lane ids is that of the nearest point.
Before this PR
the vehicle does not completely stop at the stop line.
before_pr-2023-04-10_14.05.23.mp4
After this PR
it completely stops and the stop line does not chatter.
after_pr-2023-04-10_14.02.18.mp4
scenario
No degradation: https://evaluation.tier4.jp/evaluation/reports/6425fbba-c6b7-513b-b1ff-1016fe346ef9?project_id=prd_jt
Notes for reviewers
This issue does not happen on latest universe thanks to the post processing, but this is still potential bug.
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.