-
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_velocity_smoother): porting from universe to core #10184
feat(autoware_velocity_smoother): porting from universe to core #10184
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
6af889f
to
516db61
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10184 +/- ##
=======================================
Coverage 26.83% 26.84%
=======================================
Files 1398 1400 +2
Lines 108028 108049 +21
Branches 41614 41612 -2
=======================================
+ Hits 28993 29007 +14
- Misses 76150 76154 +4
- Partials 2885 2888 +3
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…ware_velocity_smoother, update readme, replace dependency from autoware_universe_utils to autoware_utils.local test passed: v0.0 Signed-off-by: liuXinGangChina <[email protected]>
…ware_velocity_smoother, partially replace tier4 message dependency with autoware_internal message.local test passed: v0.0 Signed-off-by: liuXinGangChina <[email protected]>
…are_velocity_smoother, solve dependency conflict which use tier4 planning velocity limit msg: v0.2 Signed-off-by: liuXinGangChina <[email protected]>
4282bdc
to
f06dbae
Compare
close this pr, and split it into two prs due to autowarefoundation/autoware.core#192 (comment) |
Description
We are porting autoware_velocity_smoother to autoware.core, this PR:
Related links
Parent Issue: -- autowarefoundation/autoware.core#192
How was this PR tested?
check box selected means passed
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.