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
Nodes are creating with a name as well as a namespace. The function rmw_create_node only returns the name though. It should include the namespace as well - either as separate return values or as a combined value.
Nodes are creating with a
name
as well as anamespace
. The functionrmw_create_node
only returns the name though. It should include the namespace as well - either as separate return values or as a combined value.Follow up of #95.
The text was updated successfully, but these errors were encountered: