Skip to content
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

Conversation

soblin
Copy link
Contributor

@soblin soblin commented Jan 23, 2023

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.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Jan 23, 2023
@soblin soblin force-pushed the feat/intersection-improve-ego-vel-prediction branch from fa6138d to 342bff9 Compare January 23, 2023 09:32
@soblin soblin marked this pull request as ready for review January 23, 2023 09:34
@codecov
Copy link

codecov bot commented Jan 23, 2023

Codecov Report

Base: 11.54% // Head: 11.54% // Decreases project coverage by -0.01% ⚠️

Coverage data is based on head (5088e8e) compared to base (43a80d5).
Patch has no changes to coverable lines.

❗ Current head 5088e8e differs from pull request most recent head 5230666. Consider uploading reports for the commit 5230666 to get more accurate results

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     
Flag Coverage Δ
total 11.54% <0.00%> (-0.01%) ⬇️
Impacted Files Coverage Δ
...vehicle_model/sim_model_ideal_steer_acc_geared.cpp 80.95% <0.00%> (-4.77%) ⬇️
planning/behavior_path_planner/src/utilities.cpp 7.65% <0.00%> (-0.07%) ⬇️
...erception/traffic_light_classifier/src/nodelet.cpp 0.00% <0.00%> (ø)
...or_path_planner/src/behavior_path_planner_node.cpp 0.16% <0.00%> (ø)
...planning_evaluator/src/planning_evaluator_node.cpp 36.45% <0.00%> (+2.08%) ⬆️
...lanner/include/behavior_path_planner/utilities.hpp 29.41% <0.00%> (+5.60%) ⬆️

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@takayuki5168 takayuki5168 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@soblin
Copy link
Contributor Author

soblin commented Jan 24, 2023

@tkimura4 @kyoichi-sugahara Can you review this PR ?

@soblin soblin force-pushed the feat/intersection-improve-ego-vel-prediction branch from ed27a84 to edf1b91 Compare January 24, 2023 11:07
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>
@soblin soblin force-pushed the feat/intersection-improve-ego-vel-prediction branch from edf1b91 to 5230666 Compare January 24, 2023 12:44
@soblin soblin merged commit 66f8342 into autowarefoundation:main Jan 24, 2023
@soblin soblin deleted the feat/intersection-improve-ego-vel-prediction branch January 24, 2023 14:23
soblin added a commit to soblin/autoware.universe that referenced this pull request Jan 24, 2023
…etection (autowarefoundation#2719)

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
soblin added a commit to soblin/autoware.universe that referenced this pull request Jan 26, 2023
…etection (autowarefoundation#2719)

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
soblin added a commit to soblin/autoware.universe that referenced this pull request Jan 27, 2023
…etection (autowarefoundation#2719)


Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
maxime-clem pushed a commit to maxime-clem/autoware.universe that referenced this pull request Jan 30, 2023
…etection (autowarefoundation#2719)


Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
lexavtanke pushed a commit to lexavtanke/autoware.universe that referenced this pull request Jan 31, 2023
…etection (autowarefoundation#2719)

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Signed-off-by: Alexey Panferov <lexavtanke@gmail.com>
asana17 pushed a commit to asana17/autoware.universe that referenced this pull request Feb 8, 2023
…etection (autowarefoundation#2719)


Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
soblin added a commit to soblin/autoware.universe that referenced this pull request Feb 10, 2023
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
soblin added a commit that referenced this pull request Feb 13, 2023
…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>
soblin added a commit to soblin/autoware.universe that referenced this pull request May 7, 2023
…etection (autowarefoundation#2719)

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
soblin added a commit to soblin/autoware.universe that referenced this pull request May 7, 2023
…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>
keiota pushed a commit to keiota/autoware.universe that referenced this pull request Aug 17, 2023
…s judge (autowarefoundation#203)

fix(behavior_velocity_planner): revert part of autowarefoundation#2719

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:planning Route planning, decision-making, and navigation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants