Added support for LifecycleNode to TransformBroadcaster and `Stat…#79
Added support for LifecycleNode to TransformBroadcaster and `Stat…#79
LifecycleNode to TransformBroadcaster and `Stat…#79Conversation
…icTransformBroadcaster` Tried to replicate the "latch" behaviour for `/tf_static` in `StaticTransformBroadcaster`
|
A possible solution for #70 |
tfoote
left a comment
There was a problem hiding this comment.
Please separate your pull request into separate logical items for review. The lifecycle support and latching behavior are completely separate issues and would be easier to review separately. Best would be separate pull requests, at minimum they should be two different commits in this PR.
Also please provide more documentation of what you're doing and how. "Tried to replicate the "latch" behaviour for /tf_static in StaticTransformBroadcaster" is pretty vague and offhand. Do you think that this is good enough to merge or is it a prototype that needs iteration? I would also like to see some unit tests that validate the new code paths that are being added so we can make sure that there's not a regression in the future and they actually do what we want it to do.
There's also a lot of unnecessary whitespace changes clutter up the diff. And you appear to have reindented the code. The combination of these makes the diff much harder to review and will break any other outstanding branches or pull requests unnecessarily. To that end please roll those changes back.
|
@Myzhar, it looks like there hasn't been any activity on this PR for a while now. Are you able to iterate based on the provided feedback? |
|
@cottsay I have not too much time now. If there is not anyone that can work on this, I can try, but I cannot guarantee... let me know |
|
Amazing. I can't wait to test the new ROS2 release. |
…icTransformBroadcaster`
Tried to replicate the "latch" behaviour for
/tf_staticinStaticTransformBroadcaster