-
Notifications
You must be signed in to change notification settings - Fork 58
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_map_loader): port autoware_map_loader from Autoware Universe to Core #326
feat(autoware_map_loader): port autoware_map_loader from Autoware Universe to Core #326
Conversation
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
…G.rst Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
…ation for Core Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
d73e7ee
to
1c34d5e
Compare
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #326 +/- ##
===========================================
- Coverage 78.75% 32.33% -46.42%
===========================================
Files 11 13 +2
Lines 193 402 +209
Branches 73 216 +143
===========================================
- Hits 152 130 -22
- Misses 11 258 +247
+ Partials 30 14 -16
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
I suggested only the cosmetic fixes. So LGTM
Description
This ports the autoware_map_loader package from Autoware Universe with the following fix:
This must be merged with: autowarefoundation/autoware_universe#10356
Related links
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.