-
Notifications
You must be signed in to change notification settings - Fork 659
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): don't slow down if avoidance is NOT definitely necessary during unsafe condition #6355
fix(avoidance): don't slow down if avoidance is NOT definitely necessary during unsafe condition #6355
Conversation
…ary during unsafe condition Signed-off-by: satoshi-ota <[email protected]>
a0b620d
to
f3712af
Compare
Signed-off-by: satoshi-ota <[email protected]>
Signed-off-by: satoshi-ota <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for creating this PR so quickly it LGTM
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6355 +/- ##
==========================================
- Coverage 14.78% 14.78% -0.01%
==========================================
Files 1925 1925
Lines 132731 132736 +5
Branches 39521 39529 +8
==========================================
Hits 19625 19625
- Misses 91133 91139 +6
+ Partials 21973 21972 -1
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
…ary during unsafe condition (autowarefoundation#6355) * fix(avoidance): don't slow down if avoidance is NOT definitely necessary during unsafe condition Signed-off-by: satoshi-ota <[email protected]> * fix(avoidance): don't insert stop point when the path is invalid Signed-off-by: satoshi-ota <[email protected]> * refactor(avoidance): update parameter namespace Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]> Signed-off-by: kaigohirao <[email protected]>
…ary during unsafe condition (autowarefoundation#6355) * fix(avoidance): don't slow down if avoidance is NOT definitely necessary during unsafe condition Signed-off-by: satoshi-ota <[email protected]> * fix(avoidance): don't insert stop point when the path is invalid Signed-off-by: satoshi-ota <[email protected]> * refactor(avoidance): update parameter namespace Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
…ary during unsafe condition (autowarefoundation#6355) * fix(avoidance): don't slow down if avoidance is NOT definitely necessary during unsafe condition Signed-off-by: satoshi-ota <[email protected]> * fix(avoidance): don't insert stop point when the path is invalid Signed-off-by: satoshi-ota <[email protected]> * refactor(avoidance): update parameter namespace Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
…ary during unsafe condition (autowarefoundation#6355) * fix(avoidance): don't slow down if avoidance is NOT definitely necessary during unsafe condition Signed-off-by: satoshi-ota <[email protected]> * fix(avoidance): don't insert stop point when the path is invalid Signed-off-by: satoshi-ota <[email protected]> * refactor(avoidance): update parameter namespace Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
…ary during unsafe condition (autowarefoundation#6355) * fix(avoidance): don't slow down if avoidance is NOT definitely necessary during unsafe condition Signed-off-by: satoshi-ota <[email protected]> * fix(avoidance): don't insert stop point when the path is invalid Signed-off-by: satoshi-ota <[email protected]> * refactor(avoidance): update parameter namespace Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
…ary during unsafe condition (autowarefoundation#6355) * fix(avoidance): don't slow down if avoidance is NOT definitely necessary during unsafe condition Signed-off-by: satoshi-ota <[email protected]> * fix(avoidance): don't insert stop point when the path is invalid Signed-off-by: satoshi-ota <[email protected]> * refactor(avoidance): update parameter namespace Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
…ary during unsafe condition (autowarefoundation#6355) * fix(avoidance): don't slow down if avoidance is NOT definitely necessary during unsafe condition Signed-off-by: satoshi-ota <[email protected]> * fix(avoidance): don't insert stop point when the path is invalid Signed-off-by: satoshi-ota <[email protected]> * refactor(avoidance): update parameter namespace Signed-off-by: satoshi-ota <[email protected]> --------- Signed-off-by: satoshi-ota <[email protected]>
Description
Fix bug. The module inserts stop point unexpectedly even when it is not able to generate valid avoidance path.
Failed scenarios: UC-v2-F-15-00103_001_case01_cmn_general
Please approve autowarefoundation/autoware_launch#928 at first.
Tests performed
simplescreenrecorder-2024-03-20_12.32.25.mp4
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.
After all checkboxes are checked, anyone who has write access can merge the PR.