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(lane_departure_checker,start_planner): add check for path within lanes for bvspm (autowarefoundation#6366) #1165

Merged

Conversation

danielsanchezaran
Copy link

@danielsanchezaran danielsanchezaran commented Feb 29, 2024

Description

Original PR: autowarefoundation#6366
Related Ticket: https://tier4.atlassian.net/browse/RT1-5194

Tests performed

PSim

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.

… lanes for bvspm (autowarefoundation#6366)

* WIP add new methods for lane departure checker

Signed-off-by: Daniel Sanchez <[email protected]>

* add lanelet polygon check for lane departure

Signed-off-by: Daniel Sanchez <[email protected]>

* use new checkPathWillLeaveLane function

Signed-off-by: Daniel Sanchez <[email protected]>

* working solution, fix union bug

Signed-off-by: Daniel Sanchez <[email protected]>

* Add check fo backwards path

Signed-off-by: Daniel Sanchez <[email protected]>

* delete departure check lanes

Signed-off-by: Daniel Sanchez <[email protected]>

* add lane departure check to geometric pullout

Signed-off-by: Daniel Sanchez <[email protected]>

* merge all union polygon

Signed-off-by: kyoichi-sugahara <[email protected]>

* pre-commit changes

Signed-off-by: Daniel Sanchez <[email protected]>

* move the cheap/fast check first to possibly boost performance

Signed-off-by: Daniel Sanchez <[email protected]>

---------

Signed-off-by: Daniel Sanchez <[email protected]>
Signed-off-by: kyoichi-sugahara <[email protected]>
Co-authored-by: kyoichi-sugahara <[email protected]>
Signed-off-by: Daniel Sanchez <[email protected]>
@shmpwk shmpwk changed the title feat(lane_departure_checker,start_planner): add check for path within… feat(lane_departure_checker,start_planner): add check for path within lanes for bvspm Feb 29, 2024
@shmpwk shmpwk changed the title feat(lane_departure_checker,start_planner): add check for path within lanes for bvspm feat(lane_departure_checker,start_planner): add check for path within lanes for bvspm (autowarefoundation#6366) Feb 29, 2024
@shmpwk shmpwk merged commit 0dbcfd3 into beta/v0.20.1.2 Feb 29, 2024
21 checks passed
@shmpwk shmpwk deleted the hotfix/v0.20.1.2/lane-departure-check-for-bpspm branch February 29, 2024 08:57
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