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): invert lane boundary of neighbor opposite lanelets when generating departure check lane #10207

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MertClk
Copy link
Contributor

@MertClk MertClk commented Mar 1, 2025

Description

When creating departure_check_lane for the search function in goal_searcher. If the inner lane is opposite, it should be inverted before generating the new lane. Otherwise, the generated polygon for departure_check_lane can not be used with "within" function.

Related links

Before PR

Link

After PR

Link

Parent Issue:

How was this PR tested?

PSim

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

@MertClk MertClk requested a review from mehmetdogru March 1, 2025 11:20
@MertClk MertClk self-assigned this Mar 1, 2025
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Mar 1, 2025
Copy link

github-actions bot commented Mar 1, 2025

Thank you for contributing to the Autoware project!

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

Please ensure:

@MertClk MertClk added run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) and removed component:planning Route planning, decision-making, and navigation. (auto-assigned) labels Mar 1, 2025
@MertClk MertClk force-pushed the fix/goal-planner-fix-no-goal-candidate-oppotisite-lanes branch from 18b9a71 to 8b7e9a7 Compare March 1, 2025 11:26
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Mar 1, 2025
Copy link

codecov bot commented Mar 1, 2025

Codecov Report

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

Project coverage is 26.23%. Comparing base (97c1195) to head (3a5972b).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...are_behavior_path_goal_planner_module/src/util.cpp 0.00% 10 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10207      +/-   ##
==========================================
- Coverage   26.24%   26.23%   -0.02%     
==========================================
  Files        1378     1378              
  Lines      107485   107532      +47     
  Branches    41443    41445       +2     
==========================================
- Hits        28210    28208       -2     
- Misses      76453    76502      +49     
  Partials     2822     2822              
Flag Coverage Δ *Carryforward flag
differential 0.31% <0.00%> (?)
total 26.24% <ø> (+<0.01%) ⬆️ Carriedforward from 97c1195

*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.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@MertClk
Copy link
Contributor Author

MertClk commented Mar 3, 2025

@danielsanchezaran @kosuke55 @kyoichi-sugahara @soblin @satoshi-ota @shmpwk @TomohitoAndo @tkimura4

I’d be grateful if you could review this PR when it’s convenient for you. Thank you in advance!

@MertClk MertClk force-pushed the fix/goal-planner-fix-no-goal-candidate-oppotisite-lanes branch from 8b7e9a7 to 718bf65 Compare March 3, 2025 07:12
@kosuke55
Copy link
Contributor

kosuke55 commented Mar 5, 2025

thanks!!! I will check!

@kosuke55 kosuke55 self-assigned this Mar 5, 2025
@MertClk
Copy link
Contributor Author

MertClk commented Mar 11, 2025

@kosuke55 just a friendly ping on this PR whenever you have a moment. Appreciate your time!

… when generating departure check lane

Signed-off-by: Mert Çolak <[email protected]>
@MertClk MertClk force-pushed the fix/goal-planner-fix-no-goal-candidate-oppotisite-lanes branch from 718bf65 to 3a5972b Compare March 12, 2025 07:21
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
Status: To Triage
Development

Successfully merging this pull request may close these issues.

2 participants