-
Notifications
You must be signed in to change notification settings - Fork 650
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(lane_departure_checker): include neighbor lanelets as optional #2709
feat(lane_departure_checker): include neighbor lanelets as optional #2709
Conversation
0d763a3
to
05d43bb
Compare
Codecov ReportBase: 11.79% // Head: 11.78% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2709 +/- ##
==========================================
- Coverage 11.79% 11.78% -0.02%
==========================================
Files 1322 1322
Lines 92802 92901 +99
Branches 25004 25075 +71
==========================================
+ Hits 10944 10945 +1
- Misses 70384 70483 +99
+ Partials 11474 11473 -1
*This pull request uses carry forward flags. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@brkay54 please create another PR in autoware_launch repo for the changes you made in |
@brkay54 So could you prepare config file in autoware_launch repo? |
Signed-off-by: Berkay Karaman <brkay54@gmail.com>
05d43bb
to
015f4ee
Compare
@kyoichi-sugahara I am appreciated for your review. I created PR for autoware_launch: autowarefoundation/autoware_launch#217 |
@kosuke55 |
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
All shoulder lanes have already been added to the candidate_lanelets, so we may don't need to add them as neighbors:thinking:
We haven't decided yet, but we might do so. |
…utowarefoundation#2709) Signed-off-by: Berkay Karaman <brkay54@gmail.com>
…utowarefoundation#2709) Signed-off-by: Berkay Karaman <brkay54@gmail.com>
Signed-off-by: Berkay Karaman brkay54@gmail.com
Description
In current implementation,
lane_departure_checker
is only checking the vehicle's current lane. However, in some conditions, vehicle can be driven in other lanes. For example, because bus is large vehicle, it can not fit in lanes especially in sharp turns andlane_departure_checker
publishes emergency then make vehicle stop. But, user should define the borders of drivable area forlane_departure_checker
. To do this, I added some options about which lanes should be included to drivable area borders.Related links
Tests performed
Notes for reviewers
cc. @kyoichi-sugahara
It is little urgent change, we need to merge this before BusODD.
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.