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(start_planner): remove shift pull out enough distance check #4422

Merged
merged 1 commit into from
Jul 30, 2023

Conversation

kosuke55
Copy link
Contributor

@kosuke55 kosuke55 commented Jul 27, 2023

Description

#4418 surfaces potential bugs in loop route path generation.

image

this is because the extended road lanes has previous lanes of current lanes, and the goal and current pose arc corrdinates are caluculated wrongly. This lead to wrong hasEnoughDistance judgement.

In this PR remove the hasEnoghDistance because currently the distance is calculated validly like #4005

Related links

#4418

Tests performed

tier4 internal scenario test 1580/1588

base:
1577/1588(2023/07/30)

psim

image

teir4 internal scenario test

Notes for reviewers

Interface changes

none

Effects on system behavior

none

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.

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
@kosuke55 kosuke55 added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jul 27, 2023
@github-actions github-actions bot added component:planning Route planning, decision-making, and navigation. (auto-assigned) and removed run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) labels Jul 27, 2023
@codecov
Copy link

codecov bot commented Jul 27, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (13b96ad) 14.93% compared to head (94548b3) 14.93%.
Report is 15 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##             main    #4422     +/-   ##
=========================================
  Coverage   14.93%   14.93%             
=========================================
  Files        1515     1515             
  Lines      104545   106518   +1973     
  Branches    31777    33235   +1458     
=========================================
+ Hits        15613    15910    +297     
- Misses      71895    73312   +1417     
- Partials    17037    17296    +259     
Flag Coverage Δ *Carryforward flag
differential 13.33% <ø> (?)
total 14.93% <ø> (+<0.01%) ⬆️ Carriedforward from 13b96ad

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

Files Changed Coverage Δ
...ath_planner/utils/start_planner/shift_pull_out.hpp 0.00% <ø> (ø)
...planner/src/utils/start_planner/shift_pull_out.cpp 2.87% <ø> (+0.15%) ⬆️

... and 19 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@kyoichi-sugahara kyoichi-sugahara left a comment

Choose a reason for hiding this comment

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

LGTM

@kosuke55 kosuke55 merged commit 8a82fa9 into main Jul 30, 2023
@kosuke55 kosuke55 deleted the fix/remove_has_enogh_distance branch July 30, 2023 04:22
kminoda pushed a commit to kminoda/autoware.universe that referenced this pull request Aug 1, 2023
kosuke55 added a commit to tier4/autoware.universe that referenced this pull request Aug 13, 2023
kosuke55 added a commit to tier4/autoware.universe that referenced this pull request Aug 22, 2023
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.

3 participants