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): do not execute goal_planner when the fixed goal is not in current lanes #3796

Merged
merged 1 commit into from
May 23, 2023

Conversation

kosuke55
Copy link
Contributor

@kosuke55 kosuke55 commented May 23, 2023

Description

when setting left_side_parking_ and the fixed goal is put in the right lane of the current lanes, goal_planner is executed. This blocks other modules to run in the old behavior_path_planner architecture.

e.g.) right LC can not be executed when putting the fixed goal right of current lanes, and the goal is close to the ego-vehicle.

cap-.2023-05-23-16-32-20.mp4

and this PR also fix the problem lane change can not be done when approved at the path terminal.
tier4 internal ticket

Related links

tier4 internal ticket

Tests performed

psim

image

Notes for reviewers

Interface changes

not applicable

Effects on system behavior

not applicable

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.

…d goal is not in current lanes

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 May 23, 2023
Copy link
Contributor

@purewater0901 purewater0901 left a comment

Choose a reason for hiding this comment

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

LGTM

@kosuke55 kosuke55 merged commit ff7f782 into main May 23, 2023
@kosuke55 kosuke55 deleted the fix/fixed_goal_planner_execution branch May 23, 2023 09:00
kosuke55 added a commit to tier4/autoware.universe that referenced this pull request May 23, 2023
…d goal is not in current lanes (autowarefoundation#3796)

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
tkimura4 pushed a commit to tier4/autoware.universe that referenced this pull request May 23, 2023
…d goal is not in current lanes (autowarefoundation#3796) (#511)

Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
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.

3 participants