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_change): enable force execution under unsafe conditions #8131

Merged
merged 2 commits into from
Jul 22, 2024

Conversation

go-sakayori
Copy link
Contributor

@go-sakayori go-sakayori commented Jul 22, 2024

Description

When lane change was force activated by operators under unsafe condition, the lane change path was canceled inside the module. When force activated it should activate the maneuver until it succeeds the lane change regardless to the safe/unsafe judgement inside the module. This PR enables full lane change once the the module is force activated via RTC.

Related links

The force activate judgment is implemented in the RTC interface, in the PR below.
Force static obstacle avoidance: #8094

How was this PR tested?

PSim
Before: It is canceled every time it is force activated
Screencast from 2024年07月22日 18時01分26秒.webm

After: Once activated it finishes the lane change maneuver.
Screencast from 2024年07月22日 18時16分26秒.webm

No degrade in TIER IV internal test

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>
Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Jul 22, 2024
Copy link

Thank you for contributing to the Autoware project!

🚧 If your pull request is in progress, switch it to draft mode.

Please ensure:

Copy link
Contributor

@rej55 rej55 left a comment

Choose a reason for hiding this comment

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

LGTM

@go-sakayori go-sakayori added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jul 22, 2024
Copy link

codecov bot commented Jul 22, 2024

Codecov Report

Attention: Patch coverage is 0% with 10 lines in your changes missing coverage. Please review.

Project coverage is 29.11%. Comparing base (13cf95a) to head (63ca6ad).
Report is 16 commits behind head on main.

Files Patch % Lines
...behavior_path_lane_change_module/src/interface.cpp 0.00% 10 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8131      +/-   ##
==========================================
- Coverage   29.12%   29.11%   -0.01%     
==========================================
  Files        1609     1610       +1     
  Lines      118111   118149      +38     
  Branches    50847    50851       +4     
==========================================
+ Hits        34397    34400       +3     
- Misses      74492    74526      +34     
- Partials     9222     9223       +1     
Flag Coverage Δ *Carryforward flag
differential 10.67% <0.00%> (?)
total 29.12% <ø> (+<0.01%) ⬆️ Carriedforward from 13cf95a

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@go-sakayori go-sakayori merged commit 8b8f180 into autowarefoundation:main Jul 22, 2024
40 of 41 checks passed
@go-sakayori go-sakayori deleted the feat/force_lc_execution branch July 22, 2024 14:00
chihungtzeng pushed a commit to chihungtzeng/autoware.universe that referenced this pull request Jul 23, 2024
…towarefoundation#8131)

add force execution conditions

Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>
kyoichi-sugahara pushed a commit to kyoichi-sugahara/autoware.universe that referenced this pull request Jul 23, 2024
…towarefoundation#8131)

add force execution conditions

Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>
zulfaqar-azmi-t4 pushed a commit to zulfaqar-azmi-t4/autoware.universe that referenced this pull request Jul 23, 2024
…towarefoundation#8131)

add force execution conditions

Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>
go-sakayori added a commit to tier4/autoware.universe that referenced this pull request Jul 31, 2024
…towarefoundation#8131)

add force execution conditions

Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>
go-sakayori added a commit to tier4/autoware.universe that referenced this pull request Aug 13, 2024
…towarefoundation#8131)

add force execution conditions

Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>
esteve pushed a commit to esteve/autoware.universe that referenced this pull request Aug 13, 2024
…towarefoundation#8131)

add force execution conditions

Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>
shmpwk pushed a commit to tier4/autoware.universe that referenced this pull request Aug 20, 2024
…towarefoundation#8131)

add force execution conditions

Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>
shmpwk pushed a commit to tier4/autoware.universe that referenced this pull request Aug 20, 2024
…towarefoundation#8131)

add force execution conditions

Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>
TetsuKawa pushed a commit to tier4/autoware.universe that referenced this pull request Jan 23, 2025
…towarefoundation#8131)

add force execution conditions

Signed-off-by: Go Sakayori <go.sakayori@tier4.jp>
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) run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants