-
Notifications
You must be signed in to change notification settings - Fork 655
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
perf(autoware_universe_utils): introduce managed transform buffer with implicitly defined listener type #9197
base: main
Are you sure you want to change the base?
perf(autoware_universe_utils): introduce managed transform buffer with implicitly defined listener type #9197
Conversation
…h implicitly defined listener type Signed-off-by: amadeuszsz <[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: amadeuszsz <[email protected]>
Signed-off-by: amadeuszsz <[email protected]>
Signed-off-by: amadeuszsz <[email protected]>
Signed-off-by: amadeuszsz <[email protected]>
Signed-off-by: amadeuszsz <[email protected]>
Signed-off-by: amadeuszsz <[email protected]>
Signed-off-by: amadeuszsz <[email protected]>
Signed-off-by: amadeuszsz <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9197 +/- ##
==========================================
+ Coverage 28.92% 28.98% +0.06%
==========================================
Files 1324 1325 +1
Lines 102572 102663 +91
Branches 39795 39853 +58
==========================================
+ Hits 29666 29760 +94
- Misses 69964 70048 +84
+ Partials 2942 2855 -87
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Description
See parent issue.
Related links
Parent Issue:
How was this PR tested?
See parent issue.
Notes for reviewers
None.
Interface changes
has_static_tf_only
parameter is not necessary anymore.getTransform
now has formgetTransform<typename T>
(geometry_msgs::msg::TransformStamped
,tf2::Transform
,Eigen::Matrix4f
).getTransform
returnsstd::optional
.Effects on system behavior
See parent issue.