-
Notifications
You must be signed in to change notification settings - Fork 680
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): enable lane change to activate turn signal when stopping #3930
Conversation
…al when stopping Signed-off-by: yutaka <[email protected]>
Signed-off-by: yutaka <[email protected]>
Signed-off-by: yutaka <[email protected]>
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #3930 +/- ##
==========================================
- Coverage 14.44% 14.34% -0.11%
==========================================
Files 1456 1456
Lines 102548 103558 +1010
Branches 29731 30470 +739
==========================================
+ Hits 14815 14855 +40
- Misses 71574 72477 +903
- Partials 16159 16226 +67
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Signed-off-by: yutaka <[email protected]>
Signed-off-by: yutaka <[email protected]>
return current_turn_signal_info; | ||
} | ||
|
||
const double minimum_lc_turn_signal_length = 10.0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you parametrize this value?
(It's okay to change in other PR)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rej55
autowarefoundation/autoware_launch#397
I created a new PR at the Autoware launch repository to add the parameter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For autoware.universe 0c34bc9
Signed-off-by: yutaka <[email protected]>
Description
Currently, the lane change module cannot activate turn signal when the ego vehicle approaches at the end of current path. In this PR, it can fire the signal even when the approved lane change path is not available.
launch: autowarefoundation/autoware_launch#397
Tests performed
Screencast.from.2023.06.11.01.34.35.webm
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.
After all checkboxes are checked, anyone who has write access can merge the PR.