-
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
feat(routing-no-drivable-lanes): proposing solution for routing no_drivable_lane #3954
feat(routing-no-drivable-lanes): proposing solution for routing no_drivable_lane #3954
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #3954 +/- ##
==========================================
- Coverage 15.23% 14.29% -0.95%
==========================================
Files 1469 1575 +106
Lines 101781 108520 +6739
Branches 31396 31409 +13
==========================================
+ Hits 15505 15509 +4
- Misses 69414 76144 +6730
- Partials 16862 16867 +5
*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.
@ahmeddesokyebrahim It looks good. Please check my comments.
8793dd7
to
d88259b
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.
LGTM. Thank you!
Thanks @TakaHoribe san for your review. Can anyone from code owners have look and give a feedback to go forward ? |
…ivable lanes using getRouteVia method Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com>
…ents to added functions / proper naming Signed-off-by: AhmedEbrahim <ahmed.a.d.ebrahim@gmail.com>
d4efcb2
to
452178d
Compare
* Revert "feat(routing-no-drivable-lanes): proposing solution for routing no_drivable_lane (#3954)" This reverts commit b5de8a3. * Revert "Revert "feat(routing-no-drivable-lanes): proposing solution for routing no_drivable_lane (#3954)"" This reverts commit 88b52d0. * feat(lane_change): update lane change safety check type Signed-off-by: yutaka <purewater0901@gmail.com> * update Signed-off-by: yutaka <purewater0901@gmail.com> * update Signed-off-by: yutaka <purewater0901@gmail.com> * update Signed-off-by: yutaka <purewater0901@gmail.com> * update Signed-off-by: yutaka <purewater0901@gmail.com> * update Signed-off-by: yutaka <purewater0901@gmail.com> * update Signed-off-by: yutaka <purewater0901@gmail.com> --------- Signed-off-by: yutaka <purewater0901@gmail.com>
…the safety check module (#4231) * Revert "feat(routing-no-drivable-lanes): proposing solution for routing no_drivable_lane (#3954)" This reverts commit b5de8a3. * Revert "Revert "feat(routing-no-drivable-lanes): proposing solution for routing no_drivable_lane (#3954)"" This reverts commit 88b52d0. * feat(lane_change): update lane change safety check type Signed-off-by: yutaka <purewater0901@gmail.com> * update Signed-off-by: yutaka <purewater0901@gmail.com> * update Signed-off-by: yutaka <purewater0901@gmail.com> * update Signed-off-by: yutaka <purewater0901@gmail.com> * update Signed-off-by: yutaka <purewater0901@gmail.com> * feat(lane_change): simplify safety check functions Signed-off-by: yutaka <purewater0901@gmail.com> * update Signed-off-by: yutaka <purewater0901@gmail.com> * update Signed-off-by: yutaka <purewater0901@gmail.com> * update Signed-off-by: yutaka <purewater0901@gmail.com> --------- Signed-off-by: yutaka <purewater0901@gmail.com>
* Revert "feat(routing-no-drivable-lanes): proposing solution for routing no_drivable_lane (#3954)" This reverts commit b5de8a3. * Revert "Revert "feat(routing-no-drivable-lanes): proposing solution for routing no_drivable_lane (#3954)"" This reverts commit 88b52d0. * feat(lane_change): update lane change safety check type Signed-off-by: yutaka <purewater0901@gmail.com> * update Signed-off-by: yutaka <purewater0901@gmail.com> * update Signed-off-by: yutaka <purewater0901@gmail.com> * update Signed-off-by: yutaka <purewater0901@gmail.com> * update Signed-off-by: yutaka <purewater0901@gmail.com> * feat(lane_change): simplify safety check functions Signed-off-by: yutaka <purewater0901@gmail.com> * update Signed-off-by: yutaka <purewater0901@gmail.com> * update Signed-off-by: yutaka <purewater0901@gmail.com> * update Signed-off-by: yutaka <purewater0901@gmail.com> * fix(lane_change): fix lane chagne safety check velocity Signed-off-by: yutaka <purewater0901@gmail.com> * update Signed-off-by: yutaka <purewater0901@gmail.com> * update Signed-off-by: yutaka <purewater0901@gmail.com> --------- Signed-off-by: yutaka <purewater0901@gmail.com>
Description
This PR is to provide a solution for routing
no_drivable_lane
.Related links
closes #3952
Tests performed
Before PR (with
NoDrivableLaneModulePlugin
activated) :https://www.youtube.com/watch?v=PJz1sg411Jk
After PR (with
NoDrivableLaneModulePlugin
activated) :https://www.youtube.com/watch?v=XDnnpYz0rZY
Notes for reviewers
To properly test this PR, please activate
no_drivable_lane
module by activating theNoDrivableLaneModulePlugin
module in this file.
Interface changes
N.A.
Effects on system behavior
The
default_planner
androute_handler
will take longer path than shortest path to avoid stopping at ano_drivable_lane
.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.