-
Notifications
You must be signed in to change notification settings - Fork 34
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_path_planner): generate pull over path candidates in advance #228
Conversation
0cbbf90
to
861539e
Compare
need separateObjectsByLanelets which is modified in |
…vance (autowarefoundation#2578) * feat(behavior_path_planner): generate pull over path candidates in advance Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * add update Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * Update planning/behavior_path_planner/src/scene_module/pull_over/goal_searcher.cpp Co-authored-by: Fumiya Watanabe <rej55.g@gmail.com> * Update planning/behavior_path_planner/src/scene_module/pull_over/pull_over_module.cpp Co-authored-by: Fumiya Watanabe <rej55.g@gmail.com> * copy for multithread Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Co-authored-by: Fumiya Watanabe <rej55.g@gmail.com>
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
861539e
to
4d5722d
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## beta/v0.7.0 #228 +/- ##
=============================================
Coverage ? 3.09%
=============================================
Files ? 68
Lines ? 7973
Branches ? 3818
=============================================
Hits ? 247
Misses ? 7514
Partials ? 212
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 at Codecov. |
Description
autowarefoundation#2578
Related links
Tests performed
Notes for reviewers
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.