-
Notifications
You must be signed in to change notification settings - Fork 51
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(lanelet2_utility): add intersection/turn_direction definition #244
base: main
Are you sure you want to change the base?
feat(lanelet2_utility): add intersection/turn_direction definition #244
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #244 +/- ##
===========================================
- Coverage 78.75% 46.75% -32.00%
===========================================
Files 11 20 +9
Lines 193 586 +393
Branches 73 192 +119
===========================================
+ Hits 152 274 +122
- Misses 11 230 +219
- Partials 30 82 +52
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
45211dc
to
fe364f1
Compare
fe364f1
to
2d2a2c6
Compare
Documentation URL: https://autowarefoundation.github.io/autoware.core/pr-244/ |
8f34f6c
to
6480af7
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
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
6480af7
to
2f54549
Compare
Description
define a common
TurnDirection
to remove duplicates in autoware core/universesee the diff here: https://github.com/tier4/autoware.core/compare/fix/lanelet2_utils/link...tier4:autoware.core:feat/autoware_lanelet2_utility-turn_direction?expand=1
depends
#251
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.