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
tf_remap does not latch the messages it publishes. In my eyes, for regular (dynamic) tfs this behavior makes sense, but for static tfs enabling latching would be desirable.
I think adding a latch parameter to the node would make sense (default should be false). In case you agree I am happy to open a PR.
The text was updated successfully, but these errors were encountered:
tf_remap does not latch the messages it publishes. In my eyes, for regular (dynamic) tfs this behavior makes sense, but for static tfs enabling latching would be desirable.
I think adding a
latch
parameter to the node would make sense (default should befalse
). In case you agree I am happy to open a PR.The text was updated successfully, but these errors were encountered: