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(avoidance): fix bug in minimum overhang distance calculation #6372

Merged

Conversation

satoshi-ota
Copy link
Contributor

@satoshi-ota satoshi-ota commented Feb 9, 2024

Description

The avoidance module judged wrong avoidable judge because it used unexpected overhang point to calculate road shoulder distance.

image

Tests performed

image

Effects on system behavior

Nothing.

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.

Sorry, something went wrong.

@github-actions github-actions bot added the component:planning Route planning, decision-making, and navigation. (auto-assigned) label Feb 9, 2024
@satoshi-ota satoshi-ota force-pushed the fix/invalid-overhang-distance branch from 640a9c6 to 4e07804 Compare February 10, 2024 08:00
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
@satoshi-ota satoshi-ota marked this pull request as ready for review February 13, 2024 00:10
@satoshi-ota satoshi-ota force-pushed the fix/invalid-overhang-distance branch from 4e07804 to 56281d8 Compare February 13, 2024 00:11
Copy link
Contributor

@shmpwk shmpwk left a comment

Choose a reason for hiding this comment

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

LGTM

@satoshi-ota satoshi-ota added the run:build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Feb 13, 2024
Copy link

codecov bot commented Feb 13, 2024

Codecov Report

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

Comparison is base (99c8b32) 14.88% compared to head (56281d8) 14.88%.

Files Patch % Lines
...nning/behavior_path_avoidance_module/src/utils.cpp 0.00% 15 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6372      +/-   ##
==========================================
- Coverage   14.88%   14.88%   -0.01%     
==========================================
  Files        1838     1838              
  Lines      126709   126717       +8     
  Branches    38044    38049       +5     
==========================================
  Hits        18863    18863              
- Misses      86546    86554       +8     
  Partials    21300    21300              
Flag Coverage Δ *Carryforward flag
differential 12.95% <0.00%> (?)
total 14.88% <ø> (+<0.01%) ⬆️ Carriedforward from 99c8b32

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

@shmpwk shmpwk merged commit d381585 into autowarefoundation:main Feb 13, 2024
30 of 34 checks passed
@satoshi-ota satoshi-ota deleted the fix/invalid-overhang-distance branch February 13, 2024 00:54
shmpwk pushed a commit to tier4/autoware_universe that referenced this pull request Feb 13, 2024
…owarefoundation#6372)

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
satoshi-ota added a commit to tier4/autoware_universe that referenced this pull request Feb 23, 2024
StepTurtle pushed a commit to StepTurtle/autoware.universe that referenced this pull request Feb 28, 2024
satoshi-ota added a commit to tier4/autoware_universe that referenced this pull request Mar 8, 2024
TomohitoAndo pushed a commit to tier4/autoware_universe that referenced this pull request Apr 1, 2024
satoshi-ota added a commit to tier4/autoware_universe that referenced this pull request Apr 8, 2024
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.

None yet

2 participants