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(static_obstacle_avoidance): cherry pick PRs to fix some issues #1401

Merged
merged 3 commits into from
Jul 9, 2024

Conversation

satoshi-ota
Copy link

@satoshi-ota satoshi-ota commented Jul 9, 2024

Description

See original PRs:

Tests performed

Not applicable.

Effects on system behavior

Not applicable.

Interface changes

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.

satoshi-ota and others added 3 commits July 9, 2024 10:25
…n between pose and lane (autowarefoundation#7828)

* fix(safety_check): filter by yaw deviation to check object belongs to lane

Signed-off-by: satoshi-ota <[email protected]>

* fix(static_obstacle_avoidance): check yaw only when the object is moving

Signed-off-by: satoshi-ota <[email protected]>

---------

Signed-off-by: satoshi-ota <[email protected]>
… logic (autowarefoundation#7830)

* fix(static_obstacle_avoidance): check if object is inside/outside by its position point instead of its polygon

Signed-off-by: satoshi-ota <[email protected]>

* refactor(static_obstacle_avoidance): add getter functions

Signed-off-by: satoshi-ota <[email protected]>

* fix(static_obstacle_avoidance): check next lane without route if the current lane is not preferred

Signed-off-by: satoshi-ota <[email protected]>

* fix(static_obstacle_avoidance): fix parked vehicle check

Signed-off-by: satoshi-ota <[email protected]>

---------

Signed-off-by: satoshi-ota <[email protected]>
…on road edge (autowarefoundation#7850)

* fix(static_obstacle_avoidance): ignore pedestrian/cyclist who is not on road edge

Signed-off-by: satoshi-ota <[email protected]>

* docs(static_obstacle_avoidance): update flowchart

Signed-off-by: satoshi-ota <[email protected]>

* Update planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module/README.md

Co-authored-by: Go Sakayori <[email protected]>

---------

Signed-off-by: satoshi-ota <[email protected]>
Co-authored-by: Go Sakayori <[email protected]>
@shmpwk shmpwk merged commit b3b52ca into beta/v0.26.1 Jul 9, 2024
21 of 24 checks passed
@shmpwk shmpwk deleted the hotfix/v0.26.1/static-obstacle-avoidance branch July 9, 2024 02:24
Copy link

sonarqubecloud bot commented Jul 9, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants