-
Notifications
You must be signed in to change notification settings - Fork 664
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(velocity_smoother): use autoware internal Stamped messages #9749
feat(velocity_smoother): use autoware internal Stamped messages #9749
Conversation
Signed-off-by: Takayuki Murooka <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Signed-off-by: Takayuki Murooka <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9749 +/- ##
==========================================
- Coverage 29.73% 29.71% -0.02%
==========================================
Files 1446 1451 +5
Lines 108797 108848 +51
Branches 42713 42715 +2
==========================================
Hits 32348 32348
- Misses 73267 73318 +51
Partials 3182 3182
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…warefoundation#9749) * feat(velocity_smoother): use autoware internal Stamped messages Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
…warefoundation#9749) * feat(velocity_smoother): use autoware internal Stamped messages Signed-off-by: Takayuki Murooka <[email protected]> * fix Signed-off-by: Takayuki Murooka <[email protected]> --------- Signed-off-by: Takayuki Murooka <[email protected]>
Description
Use autoware internal stamped messages in velocity smoother
Related links
autowarefoundation/autoware#5580
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.