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
Make constructor methods for pub/sub/etc. take rcl_node_t mutex (#290)
The constructors are not public, so we're free to use internal types as arguments.
This signature makes it possible, or at least easier, to write parameter services that are owned by
the node: With this change, the Node does not need to be constructed before the parameter services are constructed,
which would somewhat contradict the node owning these services.
0 commit comments