-
Notifications
You must be signed in to change notification settings - Fork 684
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(static_obstacle_avoidance): remove invalid small shift lines #8344
fix(static_obstacle_avoidance): remove invalid small shift lines #8344
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8344 +/- ##
==========================================
- Coverage 29.31% 29.31% -0.01%
==========================================
Files 1609 1610 +1
Lines 119413 119430 +17
Branches 51480 51481 +1
==========================================
+ Hits 35002 35006 +4
- Misses 75111 75125 +14
+ Partials 9300 9299 -1
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
963242f
to
5285330
Compare
…owarefoundation#8344) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…owarefoundation#8344) (#1451) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…owarefoundation#8344) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…nes (autowarefoundation#8344)" This reverts commit 2705a63.
…nes (autowarefoundation#8344)" This reverts commit 2705a63.
…move invalid small shift lines (#8721) * Revert "fix(static_obstacle_avoidance): remove invalid small shift lines (#8344)" This reverts commit 2705a63. * fix(static_obstacle_avoidance): remove invalid small shift lines Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…move invalid small shift lines (autowarefoundation#8721) * Revert "fix(static_obstacle_avoidance): remove invalid small shift lines (autowarefoundation#8344)" This reverts commit 2705a63. * fix(static_obstacle_avoidance): remove invalid small shift lines Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…move invalid small shift lines (autowarefoundation#8721) * Revert "fix(static_obstacle_avoidance): remove invalid small shift lines (autowarefoundation#8344)" This reverts commit 2705a63. * fix(static_obstacle_avoidance): remove invalid small shift lines Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
… time (#1710) * fix(static_obstacle_avoidance): change implementation the logic to remove invalid small shift lines (autowarefoundation#8721) * Revert "fix(static_obstacle_avoidance): remove invalid small shift lines (autowarefoundation#8344)" This reverts commit 2705a63. * fix(static_obstacle_avoidance): remove invalid small shift lines Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(static_obstacle_avoidance): remove redundant calculation (autowarefoundation#8955) remove redundant calculation Signed-off-by: Go Sakayori <go.sakayori@tier4.jp> * refactor(static_obstacle_avoidance): move route handler based calculation outside loop (autowarefoundation#8968) * refactor filterTargetObjects Signed-off-by: Go Sakayori <gsakayori@gmail.com> * Update planning/behavior_path_planner/autoware_behavior_path_static_obstacle_avoidance_module/src/utils.cpp Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com> --------- Signed-off-by: Go Sakayori <gsakayori@gmail.com> Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com> * refactor(static obstacle avoidance): remove redundant calculation (autowarefoundation#9326) * refactor bases on clang tidy Signed-off-by: Go Sakayori <go.sakayori@tier4.jp> * refactor extend backward length Signed-off-by: Go Sakayori <gsakayori@gmail.com> * mover redundant calculation in getRoadShoulderDistance Signed-off-by: Go Sakayori <gsakayori@gmail.com> --------- Signed-off-by: Go Sakayori <go.sakayori@tier4.jp> Signed-off-by: Go Sakayori <gsakayori@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> Signed-off-by: Go Sakayori <go.sakayori@tier4.jp> Signed-off-by: Go Sakayori <gsakayori@gmail.com> Co-authored-by: Go Sakayori <go-sakayori@users.noreply.github.com>
…move invalid small shift lines (autowarefoundation#8721) * Revert "fix(static_obstacle_avoidance): remove invalid small shift lines (autowarefoundation#8344)" This reverts commit 2705a63. * fix(static_obstacle_avoidance): remove invalid small shift lines Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> --------- Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
…move invalid small shift lines (autowarefoundation#8721) (#1775) Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com> fix(static_obstacle_avoidance): remove invalid small shift lines (autowarefoundation#8344)"
Description
Related links
FAILED SCENARIO
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.