-
Notifications
You must be signed in to change notification settings - Fork 667
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
feat(behavior_velocity_planner): generate stop line if private path conflicts with urban lane #1676
feat(behavior_velocity_planner): generate stop line if private path conflicts with urban lane #1676
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1676 +/- ##
==========================================
- Coverage 10.72% 10.72% -0.01%
==========================================
Files 1105 1105
Lines 78400 78434 +34
Branches 18620 18645 +25
==========================================
Hits 8409 8409
- Misses 61078 61100 +22
- Partials 8913 8925 +12
*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. |
@soblin |
@taikitanaka3 The calculation time of scene module assignment for all path lanelets: The calculation time for conflicting lanelet: It was very lightweight. |
@soblin |
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
Right, I'll append README |
…oal is in private path and the lane is conflicting with urban lane Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
e9c1567
to
e9a8cb9
Compare
Done. Let me merge this PR |
…onflicts with urban lane (tier4#1676) * feat(behavior_velocity_planner): activate merge_from_private if the goal is in private path and the lane is conflicting with urban lane Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…onflicts with urban lane (tier4#1676) * feat(behavior_velocity_planner): activate merge_from_private if the goal is in private path and the lane is conflicting with urban lane Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…onflicts with urban lane (tier4#1676) * feat(behavior_velocity_planner): activate merge_from_private if the goal is in private path and the lane is conflicting with urban lane Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…onflicts with urban lane (autowarefoundation#1676) * feat(behavior_velocity_planner): activate merge_from_private if the goal is in private path and the lane is conflicting with urban lane Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…onflicts with urban lane (tier4#1676) * feat(behavior_velocity_planner): activate merge_from_private if the goal is in private path and the lane is conflicting with urban lane Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…onflicts with urban lane (autowarefoundation#1676) * feat(behavior_velocity_planner): activate merge_from_private if the goal is in private path and the lane is conflicting with urban lane Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…ropping pillars (autowarefoundation#9488) (autowarefoundation#1676) * feat: added a check to notify if we are dropping pillars * chore: updated text * chore: throttled the message --------- Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp> Co-authored-by: Kenzo Lobos Tsunekawa <kenzo.lobos@tier4.jp>
activate merge_from_private if the goal is in private path and the lane is conflicting with urban lane
Signed-off-by: Mamoru Sobue mamoru.sobue@tier4.jp
Description
Previously
merge_from_private
module worked if (1) the lane is intersection lane (2) if the lane is private lane (3) if the next lane on the path is urban lane. This PR relax condition (3) and generate stop line even if the goal is in private path, if the lane conflicts with urban lane.Tests performed
In the left image merge_from_private stop line is not generated, and in the right one it is generated
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.