-
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
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 30.08% 30.13% +0.04%
==========================================
Files 1450 1451 +1
Lines 108852 108791 -61
Branches 42743 42696 -47
==========================================
+ Hits 32752 32780 +28
+ Misses 72898 72762 -136
- Partials 3202 3249 +47
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…ure to external repository Signed-off-by: Amadeusz Szymko <[email protected]>
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.