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(behavior_path_planner): ignore pull over goal near lane start #2667

Merged

Conversation

kosuke55
Copy link
Contributor

@kosuke55 kosuke55 commented Jan 17, 2023

Signed-off-by: kosuke55 [email protected]

Description

When the goal is set near lane start, the path is generated close to the drivable area edge. This causes distortion by obstacle_avoidacne_planner.

_014._.20kmph-2023-01-16_14.20.26.mp4

In this PR, ignore the goal candidates near the start of pull over target lanes to fix that.

Related links

launcher

tier iv internal link

Tests performed

psim

ignore_distance_from_lane_start: 10.0

pull_over_ignore_goal_near_lane_start-2023-01-17_14.48.07.mp4

ignore_distance_from_lane_start: 15.0

image

ignore_distance_from_lane_start: 20.0

image

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.

@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 Jan 17, 2023
@codecov
Copy link

codecov bot commented Jan 17, 2023

Codecov Report

Base: 11.38% // Head: 11.36% // Decreases project coverage by -0.02% ⚠️

Coverage data is based on head (0a3586d) compared to base (2eafda6).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2667      +/-   ##
==========================================
- Coverage   11.38%   11.36%   -0.03%     
==========================================
  Files        1277     1277              
  Lines       89230    89427     +197     
  Branches    23619    23746     +127     
==========================================
+ Hits        10160    10161       +1     
- Misses      68297    68474     +177     
- Partials    10773    10792      +19     
Flag Coverage Δ *Carryforward flag
differential 4.95% <0.00%> (?)
total 11.38% <0.00%> (ø) Carriedforward from 2eafda6

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

Impacted Files Coverage Δ
...or_path_planner/src/behavior_path_planner_node.cpp 0.26% <0.00%> (+0.10%) ⬆️
...anner/src/scene_module/pull_over/goal_searcher.cpp 0.00% <0.00%> (ø)

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 at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@tkimura4
Copy link
Contributor

tkimura4 commented Jan 17, 2023

Test Results
image
image

Copy link
Contributor

@tkimura4 tkimura4 left a comment

Choose a reason for hiding this comment

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

LGTM

@tkimura4 tkimura4 changed the title feat(behavior_path_planner) ignore pull over goal near lane start feat(behavior_path_planner): ignore pull over goal near lane start Jan 17, 2023
@kosuke55 kosuke55 merged commit 11c0c8d into autowarefoundation:main Jan 17, 2023
@kosuke55 kosuke55 deleted the feat/filter_lane_start_pull_over_goal branch January 17, 2023 09:38
tkimura4 pushed a commit to tier4/autoware.universe that referenced this pull request Jan 17, 2023
…utowarefoundation#2667)

feat(behavior_path_planner) ignore pull over goal near lane start

Signed-off-by: kosuke55 <[email protected]>

Signed-off-by: kosuke55 <[email protected]>
tkimura4 added a commit to tier4/autoware.universe that referenced this pull request Jan 17, 2023
* feat(behavior_path_planner): ignore pull over goal near lane start (autowarefoundation#2667)

feat(behavior_path_planner) ignore pull over goal near lane start

Signed-off-by: kosuke55 <[email protected]>

Signed-off-by: kosuke55 <[email protected]>

* feat(behavior_path_planner): add option for combining arc pull out paths (autowarefoundation#2669)

* feat(behavior_path_planner): add option for combining arc pull out paths

Signed-off-by: kosuke55 <[email protected]>

* divide_pull_out_path

Signed-off-by: kosuke55 <[email protected]>

Signed-off-by: kosuke55 <[email protected]>

Signed-off-by: kosuke55 <[email protected]>
Co-authored-by: Kosuke Takeuchi <[email protected]>
maxime-clem pushed a commit to maxime-clem/autoware.universe that referenced this pull request Jan 30, 2023
…utowarefoundation#2667)

feat(behavior_path_planner) ignore pull over goal near lane start

Signed-off-by: kosuke55 <[email protected]>

Signed-off-by: kosuke55 <[email protected]>
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) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants