-
Notifications
You must be signed in to change notification settings - Fork 682
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(motion_velocity_planner): remove unnecessary tier4_planning_msgs dependency #9757
feat(motion_velocity_planner): remove unnecessary tier4_planning_msgs dependency #9757
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9757 +/- ##
==========================================
- Coverage 29.67% 29.64% -0.03%
==========================================
Files 1450 1454 +4
Lines 108841 108871 +30
Branches 42743 42694 -49
==========================================
- Hits 32296 32275 -21
+ Misses 73372 73233 -139
- Partials 3173 3363 +190
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
… dependency Signed-off-by: Takayuki Murooka <[email protected]>
Signed-off-by: Takayuki Murooka <[email protected]>
e4783eb
to
c449aa0
Compare
… dependency (autowarefoundation#9757) * feat(motion_velocity_planner): remove unnecessary tier4_planning_msgs dependency Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
… dependency (autowarefoundation#9757) * feat(motion_velocity_planner): remove unnecessary tier4_planning_msgs dependency Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
Description
remove unnecessary tier4_planning_msgs dependency in motion_velocity_planner
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.