-
Notifications
You must be signed in to change notification settings - Fork 429
Use NodeInterfaces for TransformBroadcaster construction #1981
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1981 +/- ##
=======================================
Coverage 85.32% 85.32%
=======================================
Files 143 143
Lines 13934 13936 +2
Branches 1201 1201
=======================================
+ Hits 11889 11891 +2
Misses 1638 1638
Partials 407 407
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
saikishor
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, but is this only in the tests?
this is the only occurrence of tf2_ros::TransformBroadcaster |
(cherry picked from commit 869c495)
Fixes
from ros2/geometry2#714