-
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
feat(behavior_velocity_planner): intersection module considers merge_from_private module's output #5187
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5187 +/- ##
=======================================
Coverage 14.79% 14.80%
=======================================
Files 1648 1648
Lines 113918 113906 -12
Branches 35074 35075 +1
=======================================
Hits 16859 16859
+ Misses 78135 78123 -12
Partials 18924 18924
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
d98dbd2
to
01d9b73
Compare
…from_private module's output Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
01d9b73
to
f728585
Compare
This pull request has been automatically marked as stale because it has not had recent activity. |
Description
By the following PR, the intersection module considers the stop point in the input path for collision checking.
#5156
By moving the merge_from_private before the intersection, the intersection module can consider the merge_from_private's output as well.
Tests performed
psim
Effects on system behavior
Intersection module's collision checking with the result of merge_from_private module.
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.