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): wait approval with abort state #6234

Merged
merged 1 commit into from
Jan 31, 2024

Conversation

rej55
Copy link
Contributor

@rej55 rej55 commented Jan 30, 2024

Description

Before this change, lane change module does not generate lane change path during abort state.
In this change, it will generate lane change path and wait approval during abort state.

Related links

Tests performed

TIER IV INTERNAL LINK

Screencast.from.2024.01.30.17.24.05.webm

Notes for reviewers

Interface changes

Not applicable.

Effects on system behavior

Lane change module outputs lane change candidate during abort state.

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.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

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.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Jan 30, 2024
@rej55 rej55 added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jan 30, 2024
Copy link

codecov bot commented Jan 30, 2024

Codecov Report

Attention: 32 lines in your changes are missing coverage. Please review.

Comparison is base (47f265d) 14.40% compared to head (efaa06c) 14.39%.
Report is 6 commits behind head on main.

Files Patch % Lines
...ing/behavior_path_lane_change_module/src/scene.cpp 0.00% 26 Missing ⚠️
...behavior_path_lane_change_module/src/interface.cpp 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6234      +/-   ##
==========================================
- Coverage   14.40%   14.39%   -0.01%     
==========================================
  Files        1906     1906              
  Lines      129839   129849      +10     
  Branches    37571    37582      +11     
==========================================
  Hits        18697    18697              
- Misses      90147    90157      +10     
  Partials    20995    20995              
Flag Coverage Δ *Carryforward flag
differential 8.72% <0.00%> (?)
total 14.40% <ø> (+<0.01%) ⬆️ Carriedforward from 47f265d

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

Copy link
Contributor

@zulfaqar-azmi-t4 zulfaqar-azmi-t4 left a comment

Choose a reason for hiding this comment

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

LGTM

@rej55 rej55 merged commit 132d7d8 into autowarefoundation:main Jan 31, 2024
30 of 33 checks passed
@rej55 rej55 deleted the feat/wait_approval_at_abort branch February 9, 2024 08:26
rej55 added a commit to tier4/autoware.universe that referenced this pull request Feb 9, 2024
…#6234)

Signed-off-by: Fumiya Watanabe <rej55.g@gmail.com>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request Jun 3, 2024
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