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): cut stop path to goal #9829

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

Conversation

kosuke55
Copy link
Contributor

@kosuke55 kosuke55 commented Jan 6, 2025

Description

cut stop path to goal.
too long path causes unnecessary avoidance.

before

image

after

image

Related links

Parent Issue:

psim

https://evaluation.tier4.jp/evaluation/reports/7fe9cc82-ee72-5547-9595-a59c5ea30310?project_id=prd_jt

  • Link

How was this PR tested?

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Jan 6, 2025
Copy link

github-actions bot commented Jan 6, 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 Jan 6, 2025
Copy link

codecov bot commented Jan 6, 2025

Codecov Report

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

Project coverage is 28.75%. Comparing base (a32cae1) to head (e6b5233).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
...th_goal_planner_module/src/goal_planner_module.cpp 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9829      +/-   ##
==========================================
- Coverage   28.77%   28.75%   -0.02%     
==========================================
  Files        1457     1461       +4     
  Lines      109221   109288      +67     
  Branches    42566    42568       +2     
==========================================
  Hits        31428    31428              
- Misses      74714    74781      +67     
  Partials     3079     3079              
Flag Coverage Δ *Carryforward flag
differential 0.51% <0.00%> (?)
total 28.77% <ø> (+<0.01%) ⬆️ Carriedforward from a32cae1

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

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.

1 participant