-
Notifications
You must be signed in to change notification settings - Fork 668
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): pull over no stopping area #2492
feat(behavior_path_planner): pull over no stopping area #2492
Conversation
d6305a0
to
60ebc60
Compare
Codecov ReportBase: 10.55% // Head: 10.43% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2492 +/- ##
==========================================
- Coverage 10.55% 10.43% -0.12%
==========================================
Files 1268 1268
Lines 87604 88723 +1119
Branches 20931 21674 +743
==========================================
+ Hits 9246 9260 +14
- Misses 68495 69556 +1061
- Partials 9863 9907 +44
*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 at Codecov. |
9361939
to
78633b6
Compare
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
78633b6
to
be269fe
Compare
@rej55 |
planning/behavior_path_planner/src/scene_module/pull_over/goal_searcher.cpp
Outdated
Show resolved
Hide resolved
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
…dation#2492) * feat(behavior_path_planner): pull over no stopping area Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * Update planning/behavior_path_planner/src/scene_module/pull_over/goal_searcher.cpp Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…dation#2492) * feat(behavior_path_planner): pull over no stopping area Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * Update planning/behavior_path_planner/src/scene_module/pull_over/goal_searcher.cpp Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…dation#2492) * feat(behavior_path_planner): pull over no stopping area Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * Update planning/behavior_path_planner/src/scene_module/pull_over/goal_searcher.cpp Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
feat(behavior_path_planner): pull over no stopping area (autowarefoundation#2492) * feat(behavior_path_planner): pull over no stopping area Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * Update planning/behavior_path_planner/src/scene_module/pull_over/goal_searcher.cpp Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…dation#2492) * feat(behavior_path_planner): pull over no stopping area Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * Update planning/behavior_path_planner/src/scene_module/pull_over/goal_searcher.cpp Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Signed-off-by: kminoda <koji.minoda@tier4.jp>
Description
pull_over search goal candidates only in other than
no_stopping_area
.pull_over_no_stopping-2022-12-13_14.35.51.mp4
Related links
Tests performed
psim, real vehicle
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.