-
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(autoware_test_utils): add visualization and yaml dumper for PathWithLaneId #9784
feat(autoware_test_utils): add visualization and yaml dumper for PathWithLaneId #9784
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
930e46f
to
c7bb551
Compare
…WithLaneId Signed-off-by: Mamoru Sobue <[email protected]>
c7bb551
to
9f3e7a0
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9784 +/- ##
==========================================
+ Coverage 29.68% 30.10% +0.41%
==========================================
Files 1450 1454 +4
Lines 108833 108876 +43
Branches 42740 42753 +13
==========================================
+ Hits 32305 32775 +470
+ Misses 73357 72901 -456
- Partials 3171 3200 +29
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Signed-off-by: Mamoru Sobue <[email protected]>
Description
Support
PathWithLaneId
data type for saving topic snapshot as yaml fileupdate intersection map
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.