-
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
refactor(start_planner): visualize drivable lanes for shift path and pull_out_lanes for collision detection #6110
Conversation
97ed099
to
9140499
Compare
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #6110 +/- ##
==========================================
- Coverage 14.93% 14.37% -0.57%
==========================================
Files 1816 1906 +90
Lines 125113 130021 +4908
Branches 37615 37416 -199
==========================================
+ Hits 18691 18694 +3
- Misses 85410 90383 +4973
+ Partials 21012 20944 -68
*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.
thanks!
…shift_path Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
0762741
to
c0c3809
Compare
cc266ea
into
autowarefoundation:main
…pull_out_lanes for collision detection (autowarefoundation#6110) visualize drivable lanes for shift path and pull_out_lanes for collision detection Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
…pull_out_lanes for collision detection (autowarefoundation#6110) visualize drivable lanes for shift path and pull_out_lanes for collision detection Signed-off-by: kyoichi-sugahara <kyoichi.sugahara@tier4.jp>
Description
visualize drivable lanes which is used for lane departure check with for shift pull out path with cyan color
visualize pull_out_lanes which is used for extracting static objects collision detection with pink color
Tests performed
test with psim
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.