-
Notifications
You must be signed in to change notification settings - Fork 691
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(goal_planner): invert lane boundary of neighbor opposite lanelets when generating departure check lane #10207
base: main
Are you sure you want to change the base?
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
18b9a71
to
8b7e9a7
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10207 +/- ##
==========================================
- Coverage 26.24% 26.23% -0.02%
==========================================
Files 1378 1378
Lines 107485 107532 +47
Branches 41443 41445 +2
==========================================
- Hits 28210 28208 -2
- Misses 76453 76502 +49
Partials 2822 2822
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@danielsanchezaran @kosuke55 @kyoichi-sugahara @soblin @satoshi-ota @shmpwk @TomohitoAndo @tkimura4 I’d be grateful if you could review this PR when it’s convenient for you. Thank you in advance! |
8b7e9a7
to
718bf65
Compare
thanks!!! I will check! |
@kosuke55 just a friendly ping on this PR whenever you have a moment. Appreciate your time! |
… when generating departure check lane Signed-off-by: Mert Çolak <[email protected]>
718bf65
to
3a5972b
Compare
Description
When creating departure_check_lane for the search function in goal_searcher. If the inner lane is opposite, it should be inverted before generating the new lane. Otherwise, the generated polygon for departure_check_lane can not be used with "within" function.
Related links
Before PR
Link
After PR
Link
Parent Issue:
How was this PR tested?
PSim
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.