-
Notifications
You must be signed in to change notification settings - Fork 669
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): consider state transit margin time in collision detection #2719
feat(intersection): consider state transit margin time in collision detection #2719
Conversation
fa6138d
to
342bff9
Compare
Codecov ReportBase: 11.54% // Head: 11.54% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2719 +/- ##
==========================================
- Coverage 11.54% 11.54% -0.01%
==========================================
Files 1309 1309
Lines 91282 91287 +5
Branches 24198 24200 +2
==========================================
Hits 10541 10541
- Misses 69706 69709 +3
- Partials 11035 11037 +2
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. |
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
342bff9
to
ed27a84
Compare
@tkimura4 @kyoichi-sugahara Can you review this PR ? |
ed27a84
to
edf1b91
Compare
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>
…checking Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
… prediction 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>
edf1b91
to
5230666
Compare
…etection (autowarefoundation#2719) Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…etection (autowarefoundation#2719) Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…etection (autowarefoundation#2719) Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…etection (autowarefoundation#2719) Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…etection (autowarefoundation#2719) Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
…etection (autowarefoundation#2719) Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…s judge (#2859) * fix(behavior_velocity_planner): check if over pass judge line after collision checking Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * fix(behavior_velocity_planner): revert part of #2719 Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> --------- Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…etection (autowarefoundation#2719) Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…s judge (autowarefoundation#2859) * fix(behavior_velocity_planner): check if over pass judge line after collision checking Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> * fix(behavior_velocity_planner): revert part of autowarefoundation#2719 Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp> --------- Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
…s judge (autowarefoundation#203) fix(behavior_velocity_planner): revert part of autowarefoundation#2719 Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Description
I fixed the collision detection algorithm to consider the ego vehicle's time delay in making the decision to go out when collision detection judgement turned safe.
Related links
https://tier4.atlassian.net/browse/T4PB-24144
parameter PR to awf: autowarefoundation/autoware_launch#181
parameter PR to tier4: tier4/autoware_launch#728
Tests performed
All scenarios passed without any retrial.
https://evaluation.tier4.jp/evaluation/reports/20c3d884-d33d-5361-a88a-953038dd13dc?project_id=prd_jt
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.