Feature request
Feature description
support wildcards for just namespaces, or just nodes
/**:
ros__parameters:
applies_to_all_nodes_in_all_namespaces: true
would be nice also to have
some_namespace:
*:
ros__parameters:
applies_to_all_nodes_in_particular_namespace: true
and
/*:
some_node:
ros__parameters:
applies_to_particular_node_in_all_namespaces: true
is there a way currently to achieve this?