File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
launch_ros/launch_ros/actions Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -171,9 +171,14 @@ def __init__(
171171 A yaml file with the resulting parameters from the dictionary will be
172172 written to a temporary file, the path to which will be passed to the
173173 node.
174- Multiple dictionaries/files can be passed: each file path will be
175- passed in in order to the node (where the last definition of a
176- parameter takes effect).
174+ Multiple parameter dictionaries/files can be passed: each file path
175+ will be passed in in order to the node (where the last definition of
176+ a parameter takes effect).
177+ However, fully qualified node names override wildcards even when
178+ specified earlier.
179+ If `namespace` is not specified, dictionaries are prefixed by a
180+ wildcard namespace (`/**`) and other specific parameter declarations
181+ may overwrite it.
177182
178183 :param: executable the name of the executable to find if a package
179184 is provided or otherwise a path to the executable to run.
You can’t perform that action at this time.
0 commit comments