allow construction of tf broadcaster from node object (not a pointer)#555
Conversation
Signed-off-by: Alberto Soragna <alberto.soragna@gmail.com>
|
@clalancette @ijnek I ended up taking a different approach to address the problem. |
|
Bizarre, I'm not sure why Windows is experiencing build errors. |
ijnek
left a comment
There was a problem hiding this comment.
LGTM, added tests look good too.
Well, at the very least it does look like there are some standard header includes missing in the |
|
All right, I've merged in the rclcpp PR (thanks @alsora for the review). Let's see if it fixes CI here: |
clalancette
left a comment
There was a problem hiding this comment.
This looks good to me, and has green CI.
I also verified that it fixes the test case that @ijnek had on his branch. So I'm going to go ahead and merge this, thanks for the fix!
|
Thanks @alsora for taking on the work! |
Follow up PR to #552.
Addresses #554