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 general method for calculating turn signal for bpp modules v0.19.1 #1313

Merged
merged 9 commits into from
Jun 4, 2024

Conversation

saka1-s
Copy link

@saka1-s saka1-s commented May 30, 2024

Description

cherry-pick several PRs to improve the timing of turn signal.
Launcher PR: https://github.com/tier4/autoware_launch.x2/pull/662

feat(behavior_path_planner_common): add general method for calculating turn signal for bpp modules by danielsanchezaran · Pull Request #6625 · autowarefoundation/autoware.universe

feat(behavior_path_avoidance_module): use the general calc turn signal method by danielsanchezaran · Pull Request #6626 · autowarefoundation/autoware.universe

feat(lane_change_module): add general method to get turn signal for LC module by danielsanchezaran · Pull Request #6627 · autowarefoundation/autoware.universe

feat(start_planner): add general turn signal method to start planner by danielsanchezaran · Pull Request #6628 · autowarefoundation/autoware.universe

feat(goal_planner): add general turnsignalinfo method for goal planner by danielsanchezaran · Pull Request #6629 · autowarefoundation/autoware.universe

feat(behavior_path_planner_common,turn_signal_decider): add turn_signal_remaining_shift_length_threshold #7160

Tests performed

Tested on Psim.
Without PR

BeforePR.mp4

With PR

AfterPR.mp4

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.

danielsanchezaran and others added 7 commits May 24, 2024 19:21
…g turn signal for bpp modules (autowarefoundation#6625)

add general method for calculating turn signal for bpp modules

Signed-off-by: Daniel Sanchez <[email protected]>
…l method (autowarefoundation#6626)

use the general calc turn signal method

Signed-off-by: Daniel Sanchez <[email protected]>
…C module (autowarefoundation#6627)

add general method to get turn signal for LC module

Signed-off-by: Daniel Sanchez <[email protected]>
…utowarefoundation#6628)

* Add general turnSignal method to start planner

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

* add description to ignore signal

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

---------

Signed-off-by: Daniel Sanchez <[email protected]>
autowarefoundation#6629)

add general turnsignalinfo method for goal planner

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

@mkuri mkuri left a comment

Choose a reason for hiding this comment

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

LGTM

@saka1-s saka1-s merged commit 6f956eb into tier4:beta/v0.19.1 Jun 4, 2024
9 of 12 checks passed
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.

3 participants