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

fix(start_planner): expand lane departure check for shift path #6055

Conversation

kyoichi-sugahara
Copy link
Contributor

Description

In the lane departure check feature in start planner, checked section is shortened from shift end point with param of collision_check_distance_from_end.
But lane departure check should be applied for whole shifting section.

Tests performed

test with 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.

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Jan 11, 2024
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Copy link
Contributor

@kosuke55 kosuke55 left a comment

Choose a reason for hiding this comment

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

LGTM

@kyoichi-sugahara kyoichi-sugahara added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jan 18, 2024
Copy link

codecov bot commented Jan 18, 2024

Codecov Report

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

Comparison is base (dc3349b) 14.63% compared to head (6299a00) 14.63%.
Report is 17 commits behind head on main.

Files Patch % Lines
...r_path_start_planner_module/src/shift_pull_out.cpp 0.00% 3 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6055   +/-   ##
=======================================
  Coverage   14.63%   14.63%           
=======================================
  Files        1858     1858           
  Lines      127063   127057    -6     
  Branches    37225    37225           
=======================================
  Hits        18590    18590           
+ Misses      87577    87571    -6     
  Partials    20896    20896           
Flag Coverage Δ *Carryforward flag
differential 0.00% <0.00%> (?)
total 14.63% <ø> (+<0.01%) ⬆️ Carriedforward from dc3349b

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

@kyoichi-sugahara kyoichi-sugahara merged commit 5d98bad into autowarefoundation:main Jan 18, 2024
30 of 33 checks passed
@kyoichi-sugahara kyoichi-sugahara deleted the fix/lane_departure_check_section branch January 18, 2024 14:25
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request May 26, 2024
…arefoundation#6055)

Refactor lane departure check in ShiftPullOut::plan()

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request May 28, 2024
…arefoundation#6055)

Refactor lane departure check in ShiftPullOut::plan()

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Signed-off-by: karishma <karishma@interpl.ai>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request May 28, 2024
…arefoundation#6055)

Refactor lane departure check in ShiftPullOut::plan()

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
karishma1911 pushed a commit to Interplai/autoware.universe that referenced this pull request Jun 3, 2024
…arefoundation#6055)

Refactor lane departure check in ShiftPullOut::plan()

Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@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