-
Notifications
You must be signed in to change notification settings - Fork 683
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(route_handler): check all co-located lanes for generating path #4013
fix(route_handler): check all co-located lanes for generating path #4013
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #4013 +/- ##
==========================================
- Coverage 14.28% 14.25% -0.04%
==========================================
Files 1575 1575
Lines 108532 109723 +1191
Branches 31418 32302 +884
==========================================
+ Hits 15507 15640 +133
- Misses 76155 77080 +925
- Partials 16870 17003 +133
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
b2b25f3
to
d06925c
Compare
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.
The code looks good and the route planning when ego overlaps multiple lanelets is very good thanks for this PR.
simplescreenrecorder-2023-07-06_16.58.46.mp4
d06925c
to
2d7e347
Compare
Signed-off-by: beyza <bnk@leodrive.ai>
36d61d6
to
9933aa2
Compare
@maxime-clem There were some conflicts this PR. I solved it but I had to add new commits. So can you check and approve again? |
e54f534
to
206e4db
Compare
Signed-off-by: beyza <bnk@leodrive.ai>
ce4bba4
to
076f73f
Compare
@maxime-clem I and @ahmeddesokyebrahim worked together on conflicts. I pushed the last version of this PR. Can you review it again? |
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.
Looks good
@zulfaqar-azmi-t4 @purewater0901 @kosuke55 @rej55 since you are the code owners can you check/review the PR and approve? |
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.
Looks nice, thank you
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!
… path (autowarefoundation#4013)" This reverts commit 98b4f90.
Description
fixes: 3586
Tests performed
current route_handler package
consider co-located lanelet for generating path
Effects on system behavior
Not applicable.
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.