You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #70, #94, and #95, the Buffer class needs support for lifecycle nodes.
When working with lifecycle nodes, the missing support causes logs from the Buffer to be unavailable on /rosout. Also, the service "tf2_frames" is not available.
Implementation considerations
The Buffer constructor could take a templated node reference, similar to StaticTransformBroadcaster.
I could write up a PR, if such a solution could be accepted?
The text was updated successfully, but these errors were encountered:
Feature request
Feature description
Similar to #70, #94, and #95, the Buffer class needs support for lifecycle nodes.
When working with lifecycle nodes, the missing support causes logs from the Buffer to be unavailable on /rosout. Also, the service "tf2_frames" is not available.
Implementation considerations
The Buffer constructor could take a templated node reference, similar to StaticTransformBroadcaster.
I could write up a PR, if such a solution could be accepted?
The text was updated successfully, but these errors were encountered: