-
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(intersection): continue detection after pass judge #1719
feat(intersection): continue detection after pass judge #1719
Conversation
49bdbe1
to
d8ade61
Compare
Codecov Report
@@ Coverage Diff @@
## main #1719 +/- ##
==========================================
- Coverage 10.28% 10.24% -0.05%
==========================================
Files 1202 1202
Lines 86472 86815 +343
Branches 19909 20187 +278
==========================================
Hits 8894 8894
- Misses 68318 68624 +306
- Partials 9260 9297 +37
*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. |
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
d8ade61
to
188e075
Compare
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
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…dation#1719) Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…dation#1719) Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…dation#1719) Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…dation#1719) Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
(1) keep detection(planning) after pass judge line and before keep_detection_line if low speed (2) minor refactor
Signed-off-by: Mamoru Sobue mamoru.sobue@tier4.jp
Description
I changed the intersection module not to stop planning if the ego is over pass judge line because
Solution:
If ego is within a margin (like 1.0m) from stop line AND velocity is very low (like 3km/h), keep planning.
Related links
Parameter PR: tier4/autoware_launch#456
Tests performed
before this PR: after stopping at merge_from_private stop line it also passed pass judge line of intersection, so detection is disabled.
before-continue-detection-after-pass-judge-2022-08-29_19.29.16.mp4
After this PR: detection is continued.
continue-detection-after-pass-judge-2022-08-29_19.33.49.mp4
Notes for reviewers
The parameters should be determined based on experiment and rideability.
Pre-review checklist for the PR author
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.