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(goal_planner): use departure_check_lane for path #9423

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

kosuke55
Copy link
Contributor

@kosuke55 kosuke55 commented Nov 21, 2024

Description

use departure_check_lane ( introduced in #8716 ) for shift/geoetric planner too.
currently pull over path with large vehicle is sometimes judged as invalid with lanedeparture check.

lane departure_check_lane is as follow.


yellow lanes are for lane departure check

  • before: pull over lane and current lane

image

image

  • after: pull over lane and the same segment

image

image

Related links

How was this PR tested?

2024/11/21 https://evaluation.tier4.jp/evaluation/reports/03a71a48-7d44-536e-8020-34c7e9ed2dbf/?project_id=prd_jt

2024/11/21 https://evaluation.tier4.jp/evaluation/reports/2619a5e5-c10d-554e-9aed-3b8cb1536fb8/?project_id=prd_jt

2024/11/21 https://evaluation.tier4.jp/evaluation/reports/52631ab7-e143-5606-9c28-04f30c07d14a/?project_id=prd_jt

scenario sim

webauto ci scenario run --project-id x2_dev --scenario-id 4c1f3c3a-62f3-402d-8eb0-8dfb15a3cab4 --scenario-version-id 2 --scenario-parameters '__tier4_modifier_ego_speed=2.7778,__tier4_modifier_goalposition=0.5,__tier4_modifier_npc_speed=5.5556' --simulation-name planning_sim_v2
  • before

path without departure is not found and ego vehicle is stuck

lc_goal_planner-2024-11-21_17.54.26.mp4

image

  • after
lc_goal_planner-2024-11-21_18.12.28.mp4

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

@kosuke55 kosuke55 marked this pull request as ready for review November 21, 2024 09:50
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Nov 21, 2024
Copy link

github-actions bot commented Nov 21, 2024

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

@kosuke55 kosuke55 added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Nov 21, 2024
@kosuke55 kosuke55 changed the title fix(goal_planner): departure_check_lane fix(goal_planner): use departure_check_lane for path Nov 21, 2024
@kosuke55 kosuke55 force-pushed the fix/departure_check_lane branch from 943fa4b to 3fa0451 Compare November 21, 2024 10:50
@kosuke55 kosuke55 force-pushed the fix/departure_check_lane branch from 3fa0451 to e250800 Compare November 21, 2024 10:53
Copy link

codecov bot commented Nov 21, 2024

Codecov Report

Attention: Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.

Project coverage is 28.94%. Comparing base (74ca3ab) to head (e250800).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
...r_module/src/pull_over_planner/shift_pull_over.cpp 0.00% 3 Missing ⚠️
...dule/src/pull_over_planner/geometric_pull_over.cpp 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9423      +/-   ##
==========================================
- Coverage   28.95%   28.94%   -0.02%     
==========================================
  Files        1426     1431       +5     
  Lines      108251   108309      +58     
  Branches    41399    41397       -2     
==========================================
  Hits        31349    31349              
- Misses      73868    73926      +58     
  Partials     3034     3034              
Flag Coverage Δ *Carryforward flag
differential 0.52% <0.00%> (?)
total 28.96% <ø> (+<0.01%) ⬆️ Carriedforward from 74ca3ab

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

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


🚨 Try these New Features:

@kosuke55 kosuke55 merged commit 328afb4 into autowarefoundation:main Nov 22, 2024
39 of 40 checks passed
@kosuke55 kosuke55 deleted the fix/departure_check_lane branch November 22, 2024 07:05
kosuke55 added a commit to tier4/autoware.universe that referenced this pull request Nov 22, 2024
TetsuKawa pushed a commit to tier4/autoware.universe that referenced this pull request Dec 1, 2024
TetsuKawa pushed a commit to tier4/autoware.universe that referenced this pull request Jan 15, 2025
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) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants