-
Notifications
You must be signed in to change notification settings - Fork 668
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): support path_with_lane_id #1279
feat(lane_departure_checker): support path_with_lane_id #1279
Conversation
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Codecov Report
@@ Coverage Diff @@
## main #1279 +/- ##
========================================
- Coverage 9.72% 9.71% -0.01%
========================================
Files 1073 1073
Lines 73996 74034 +38
Branches 16304 16304
========================================
Hits 7195 7195
- Misses 60214 60252 +38
Partials 6587 6587
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report at Codecov.
|
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
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
…dation#1279) Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
Description
make lane_departure_checker to support path_with_lane_id.
This enables behavior_path_planner modules to check lane departure.
Related links
This is the part of #873
Tests performed
check path does not deviate from the lane with psim and real vehicle.
Notes for reviewers
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.