-
Notifications
You must be signed in to change notification settings - Fork 709
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_behavior_velocity_planner_common): replace autoware_universe_utils with autoware_utils #10154
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
3ccba1c
to
7a25e5c
Compare
This should be merged after #10167 |
…verse_utils with autoware_utils Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
…h autoware_utils in Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
631f8f2
to
5f398fc
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10154 +/- ##
==========================================
- Coverage 26.79% 26.76% -0.03%
==========================================
Files 1395 1397 +2
Lines 107936 108145 +209
Branches 41545 41568 +23
==========================================
+ Hits 28918 28947 +29
- Misses 76141 76319 +178
- Partials 2877 2879 +2
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Someone modified the files :( @mitsudome-r could you rebase this PR? |
This was included in #10191 so closing the PR. |
Description
This PR replace autoware_universe_utils with autoware_utils in autoware_route_handler as a preparation for porting to Autoware Core.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.