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(behavior_path_planner): fix distance from original goal of goal search #3270

Merged
merged 1 commit into from
Apr 5, 2023

Conversation

kosuke55
Copy link
Contributor

@kosuke55 kosuke55 commented Apr 4, 2023

Description

Considering the curved lane, the pose moved laterally should have the same longitudinal distance as the original pose.

Related links

Tests performed

psim

Notes for reviewers

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.

…earch

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 Apr 4, 2023
@codecov
Copy link

codecov bot commented Apr 4, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.02 ⚠️

Comparison is base (50916f9) 12.41% compared to head (80478ff) 12.39%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3270      +/-   ##
==========================================
- Coverage   12.41%   12.39%   -0.02%     
==========================================
  Files        1364     1364              
  Lines       95157    95723     +566     
  Branches    27076    27497     +421     
==========================================
+ Hits        11810    11869      +59     
- Misses      70922    71367     +445     
- Partials    12425    12487      +62     
Flag Coverage Δ *Carryforward flag
differential 5.58% <0.00%> (?)
total 12.41% <ø> (+<0.01%) ⬆️ Carriedforward from 50916f9

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

Impacted Files Coverage Δ
..._path_planner/src/util/pull_over/goal_searcher.cpp 0.00% <0.00%> (ø)

... and 2 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@kosuke55 kosuke55 merged commit 0c4562b into main Apr 5, 2023
@kosuke55 kosuke55 deleted the fix/goal_search_distance branch April 5, 2023 02:20
ktro2828 pushed a commit to ktro2828/autoware.universe that referenced this pull request Apr 7, 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.

2 participants