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(goal_planner): expand outer collision check margin #10294

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

Conversation

kosuke55
Copy link
Contributor

@kosuke55 kosuke55 commented Mar 18, 2025

Description

add factor to extend the collision check margin from the inside margin to the outside in the curved path.
outer side is determined by sign of curvature k

before

image

after

image

blue footrpint polygon is collision check margin. at least we can keep this margin for final selected path.

image

Related links

teir4 internal ticket: https://tier4.atlassian.net/browse/RT1-8880

Parent Issue:

  • Link

How was this PR tested?

psim + reproducer

RT1-8880-2025-03-18_14.31.47.mp4

evaluator with #10296 (wip
2025/03/18 https://evaluation.tier4.jp/evaluation/reports/1b19167d-1f34-5b84-99cb-d44585c4fd24/?project_id=prd_jt

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:planning Route planning, decision-making, and navigation. (auto-assigned) labels Mar 18, 2025
Copy link

github-actions bot commented Mar 18, 2025

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 Mar 18, 2025
Copy link
Contributor

@shmpwk shmpwk left a comment

Choose a reason for hiding this comment

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

LGTM

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

margin comment

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>

update svg

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Copy link

codecov bot commented Mar 18, 2025

Codecov Report

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

Project coverage is 26.01%. Comparing base (da5850e) to head (4987e45).
Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
...are_behavior_path_goal_planner_module/src/util.cpp 0.00% 6 Missing ⚠️
...th_goal_planner_module/src/goal_planner_module.cpp 0.00% 3 Missing ⚠️
..._behavior_path_goal_planner_module/src/manager.cpp 0.00% 2 Missing ⚠️
...or_path_goal_planner_module/src/decision_state.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10294      +/-   ##
==========================================
- Coverage   26.04%   26.01%   -0.03%     
==========================================
  Files        1375     1375              
  Lines      106439   106561     +122     
  Branches    40902    40951      +49     
==========================================
  Hits        27723    27723              
- Misses      76011    76132     +121     
- Partials     2705     2706       +1     
Flag Coverage Δ *Carryforward flag
differential 0.19% <0.00%> (?)
total 26.04% <ø> (+<0.01%) ⬆️ Carriedforward from da5850e

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

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) type:documentation Creating or refining documentation. (auto-assigned)
Projects
Status: To Triage
Development

Successfully merging this pull request may close these issues.

3 participants