-
Notifications
You must be signed in to change notification settings - Fork 684
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_vehicle_info_utils): replace autoware_universe_utils with autoware_utils #10167
feat(autoware_vehicle_info_utils): replace autoware_universe_utils with autoware_utils #10167
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 #10167 +/- ##
==========================================
+ Coverage 26.75% 26.80% +0.05%
==========================================
Files 1402 1403 +1
Lines 108063 108076 +13
Branches 41609 41613 +4
==========================================
+ Hits 28912 28975 +63
+ Misses 76274 76217 -57
- Partials 2877 2884 +7
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Waiting for approval for: https://github.com/tier4/vehicle2infrastructure/pull/123 |
…th autoware_utils Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
…utils Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
e70b3e9
to
e6809b3
Compare
Description
This PR replaces autoware_universe_utils with autoware_utils in autoware_vehicle_info_utils as preparation of porting to Autoware Core.
This also includes the following modification in order to pass the build CI:
Related links
Parent Issue:
** Related PRs **
How was this PR tested?
https://evaluation.ci.tier4.jp/evaluation/reports/e1e201aa-8dbe-53a6-900a-4255276fa924?project_id=prd_jt
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.