-
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: move autoware_map_projection_loader package from Autoware Universe #125
base: main
Are you sure you want to change the base?
feat: move autoware_map_projection_loader package from Autoware Universe #125
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
b50f6ad
to
e98fe95
Compare
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
…ce_specs Signed-off-by: Ryohsuke Mitsudome <[email protected]>
e98fe95
to
ae54a9f
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #125 +/- ##
==========================================
- Coverage 78.75% 69.69% -9.06%
==========================================
Files 11 3 -8
Lines 193 66 -127
Branches 73 43 -30
==========================================
- Hits 152 46 -106
- Misses 11 15 +4
+ Partials 30 5 -25
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
This ports autoware_map_projection_loader package from Autoware Universe to Core.
There are some additional modifications added in the package to remove dependency to Universe:
autoware::core_component_interface_specs::map::MapProjectorInfo
instead ofautoware::component_interface_specs::map::MapProjectorInfo
This must be merged after #124.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.