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

fix(behavior_velocity_planner): continue collision checking after pass judge #2859

Merged
merged 2 commits into from
Feb 13, 2023

Conversation

soblin
Copy link
Contributor

@soblin soblin commented Feb 10, 2023

Description

This PR reverts part of #2719 to continue collision checking after pass judge line.

  • In case ego speed is slower than expected due to the later deceleration/control
  • In small intersection lane

Related links

parameter PR(awf): autowarefoundation/autoware_launch#203
parameter PR(tier4): https://github.com/tier4/autoware_launch/pull/769

Tests performed

CI result is OK
https://evaluation.tier4.jp/evaluation/reports/f76d27e4-ef8a-5036-ae27-0b2574cbb0d1?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.

…ollision checking

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Feb 10, 2023
@codecov
Copy link

codecov bot commented Feb 10, 2023

Codecov Report

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

Coverage data is based on head (f1f2252) compared to base (14979d0).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2859      +/-   ##
==========================================
- Coverage   11.62%   11.62%   -0.01%     
==========================================
  Files        1321     1321              
  Lines       92140    92144       +4     
  Branches    24443    24446       +3     
==========================================
  Hits        10714    10714              
- Misses      70244    70248       +4     
  Partials    11182    11182              
Flag Coverage Δ *Carryforward flag
differential 4.02% <0.00%> (?)
total 11.62% <ø> (+<0.01%) ⬆️ Carriedforward from a63fd48

*This pull request uses carry forward flags. Click here to find out more.

Impacted Files Coverage Δ
..._planner/src/scene_module/intersection/manager.cpp 0.00% <0.00%> (ø)
...c/scene_module/intersection/scene_intersection.cpp 0.00% <0.00%> (ø)

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.

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
@soblin soblin merged commit b0b0b7a into autowarefoundation:main Feb 13, 2023
@soblin soblin deleted the fix/pr2700 branch February 13, 2023 05:57
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>
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