-
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(behavior_velocity_planner): fix invalid access #3187
fix(behavior_velocity_planner): fix invalid access #3187
Conversation
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
@takayuki5168 Thank you. I guess I mistakenly cherry-picked from my feature branch and made that commit. |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #3187 +/- ##
==========================================
- Coverage 12.27% 12.26% -0.01%
==========================================
Files 1358 1358
Lines 94666 94675 +9
Branches 26858 26865 +7
==========================================
Hits 11616 11616
- Misses 70804 70812 +8
- Partials 12246 12247 +1
*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. |
…n#3187) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
…n#3187) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Signed-off-by: Yusuke Mizoguchi <sky.y.m.318@gmail.com>
…n#3187) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com> Signed-off-by: Yusuke Mizoguchi <sky.y.m.318@gmail.com>
…n#3187) Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Description
Without this PR, the behavior_velocity_planner dies due to invalid access in the intersection 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.