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): enable lane change to activate turn signal when stopping #3930

Merged
merged 7 commits into from
Jun 13, 2023

Conversation

purewater0901
Copy link
Contributor

@purewater0901 purewater0901 commented Jun 9, 2023

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.

  • 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.

@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Jun 9, 2023
Signed-off-by: yutaka <[email protected]>
Signed-off-by: yutaka <[email protected]>
@codecov
Copy link

codecov bot commented Jun 9, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.11 ⚠️

Comparison is base (e9f2f4f) 14.44% compared to head (0c34bc9) 14.34%.

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     
Flag Coverage Δ *Carryforward flag
differential 13.09% <0.00%> (?)
total 14.44% <ø> (-0.01%) ⬇️ Carriedforward from cc0e977

*This pull request uses carry forward flags. Click here to find out more.

Impacted Files Coverage Δ
...th_planner/scene_module/lane_change/base_class.hpp 9.75% <0.00%> (-0.78%) ⬇️
...ath_planner/scene_module/lane_change/interface.hpp 50.00% <ø> (ø)
...nner/utils/lane_change/lane_change_module_data.hpp 50.00% <ø> (ø)
...or_path_planner/src/behavior_path_planner_node.cpp 18.57% <0.00%> (-0.07%) ⬇️
...planner/src/scene_module/lane_change/interface.cpp 12.79% <0.00%> (-1.77%) ⬇️

... and 10 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

return current_turn_signal_info;
}

const double minimum_lc_turn_signal_length = 10.0;
Copy link
Contributor

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)

Copy link
Contributor Author

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.

Copy link
Contributor Author

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]>
@purewater0901 purewater0901 merged commit d3bb389 into main Jun 13, 2023
@purewater0901 purewater0901 deleted the feat/enable-stop-turn-signal branch June 13, 2023 05:39
1222-takeshi pushed a commit to tier4/autoware.universe that referenced this pull request Jun 20, 2023
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)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants