-
Notifications
You must be signed in to change notification settings - Fork 682
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
refactor(static_avoidance): modify getAdjacentLane function #7843
refactor(static_avoidance): modify getAdjacentLane function #7843
Conversation
Signed-off-by: Go Sakayori <gsakayori@gmail.com>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
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.
It Looks good to me. Thanks 👍
https://evaluation.tier4.jp/evaluation/reports/2231c1a3-cf06-55fd-b04e-e251873acdc3?project_id=prd_jt
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7843 +/- ##
==========================================
- Coverage 28.68% 28.67% -0.01%
==========================================
Files 1587 1588 +1
Lines 116303 116328 +25
Branches 49656 49663 +7
==========================================
+ Hits 33356 33360 +4
- Misses 73868 73890 +22
+ Partials 9079 9078 -1
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…foundation#7843) add getLeftOppositeLanelers in getAdjacentLane function Signed-off-by: Go Sakayori <gsakayori@gmail.com> Signed-off-by: palas21 <palas21@itu.edu.tr>
…foundation#7843) add getLeftOppositeLanelers in getAdjacentLane function Signed-off-by: Go Sakayori <gsakayori@gmail.com>
add getLeftOppositeLanelers in getAdjacentLane function Signed-off-by: Go Sakayori <gsakayori@gmail.com>
…foundation#7843) add getLeftOppositeLanelers in getAdjacentLane function Signed-off-by: Go Sakayori <gsakayori@gmail.com>
Description
Left opposite lanes were not considered in the getAdjacentLane function. This PR adds the left opposite lanes inside the function.
Related links
None
How was this PR tested?
Internal test
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
Static obstacle avoidance should cover wider scenes.