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 access empty path in pull out module (#2805) #270

Merged
merged 1 commit into from
Feb 3, 2023

Conversation

tkimura4
Copy link
Collaborator

@tkimura4 tkimura4 commented Feb 3, 2023

Description

Hotfix to beta/v0.7.0
autowarefoundation#2805

In pull out module ,sometimes route_handler.getCenterLinePath(road_lanes, s_start, s_end, true); returns empty path and then a invalid access occurs. I fixed it.

Related links

autowarefoundation#2805

Tests performed

autowarefoundation#2805

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.

…le (autowarefoundation#2805)

fix: do not access empty path in pull out module

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
@tkimura4 tkimura4 merged commit dce7977 into beta/v0.7.0 Feb 3, 2023
@tkimura4 tkimura4 deleted the fix/pull_out_get_shift_end_pose branch February 3, 2023 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants