-
Notifications
You must be signed in to change notification settings - Fork 683
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): run avoidance and pull out simultaneously #3481
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #3481 +/- ##
=======================================
Coverage 14.05% 14.05%
=======================================
Files 1397 1397
Lines 98031 98038 +7
Branches 29105 29113 +8
=======================================
+ Hits 13776 13784 +8
+ Misses 69590 69588 -2
- Partials 14665 14666 +1
*This pull request uses carry forward flags. Click here to find out more.
... and 10 files with indirect coverage changes 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. |
@kosuke55 I think we should check the pull out + avoidance maneuver with RTC MANUAL (NOT AUTO) mode, too. Could you do that? |
merge #3491 first |
@satoshi-ota -> hmm, the video is missing. |
will run evaluator |
bd2c864
to
e8ea2f6
Compare
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
e8ea2f6
to
375bb91
Compare
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
df86783
to
c49d0d2
Compare
autowarefoundation#3481) * feat(behavior_path_planner): run avoidance and pull out simultaneously Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> * add ifdef for dirvable lanes Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> --------- Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> Signed-off-by: Mingyu Li <mingyu.li@tier4.jp>
Description
run pull_out and avoidance simultaneously.
back -> shift pull out + avoidance
pull_out_avoidance-2023-04-20_20.48.19.mp4
pull_out_avoidance-2023-04-20_20.49.23.mp4
back -> geometric pull out + avoidance
pull_out_avoidance-2023-04-20_20.52.44.mp4
Related links
#3223
merge after #3480
autowarefoundation/autoware_launch#321
Tests performed
psim
tier4 internal scenario test 1323/1330
Notes for reviewers
Interface changes
no
Effects on system behavior
can run avoidance and pull out simultaneously
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.