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_common): add safety target object located on shoulder lane #6839

Conversation

kyoichi-sugahara
Copy link
Contributor

@kyoichi-sugahara kyoichi-sugahara commented Apr 17, 2024

Description

Previously, including dynamic objects present in the shoulder lane as part of the safety check led to unnecessary stops when the ego vehicle started moving. However, completely ignoring objects in the shoulder lane can result in potentially dangerous situations.

  • In a recently merged separate PR, changes were made to disable the safety check functionality once the ego vehicle has entered the merging lane to a certain extent, thereby preventing unnecessary stops.
  • This approach prioritizes safety by ensuring that objects in the shoulder lane are still considered during the safety check process.

For the reasons mentioned above, this PR includes changes to incorporate objects present in the shoulder lane as part of the safety check.

Tests performed

with this PR: object on the shoulder lane is checked and start_planner insert the stop line
image

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.

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.

After all checkboxes are checked, anyone who has write access can merge the PR.

Copy link
Contributor

@danielsanchezaran danielsanchezaran left a comment

Choose a reason for hiding this comment

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

LGTM

@danielsanchezaran danielsanchezaran added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Apr 18, 2024
@danielsanchezaran danielsanchezaran merged commit 52c8df5 into autowarefoundation:main Apr 18, 2024
40 of 43 checks passed
@kyoichi-sugahara kyoichi-sugahara deleted the feat/consider_objects_in_shoulder_lane branch April 18, 2024 08:53
danielsanchezaran pushed a commit to tier4/autoware.universe that referenced this pull request Apr 19, 2024
…on shoulder lane (autowarefoundation#6839)

feat(behavior_path_planner_common): add target object located on shoulder lane

Signed-off-by: kyoichi-sugahara <[email protected]>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request Jun 3, 2024
…on shoulder lane (autowarefoundation#6839)

feat(behavior_path_planner_common): add target object located on shoulder lane

Signed-off-by: kyoichi-sugahara <[email protected]>
satoshi-ota pushed a commit to tier4/autoware.universe that referenced this pull request Jun 6, 2024
…on shoulder lane (autowarefoundation#6839)

feat(behavior_path_planner_common): add target object located on shoulder lane

Signed-off-by: kyoichi-sugahara <[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) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants