Skip to content

Commit

Permalink
Better document parameter handling in Node (#234)
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Divo <[email protected]>
  • Loading branch information
felixdivo authored May 6, 2021
1 parent 46bf3de commit 01c90fa
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions launch_ros/launch_ros/actions/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,14 @@ def __init__(
A yaml file with the resulting parameters from the dictionary will be
written to a temporary file, the path to which will be passed to the
node.
Multiple dictionaries/files can be passed: each file path will be
passed in in order to the node (where the last definition of a
parameter takes effect).
Multiple parameter dictionaries/files can be passed: each file path
will be passed in in order to the node (where the last definition of
a parameter takes effect).
However, fully qualified node names override wildcards even when
specified earlier.
If `namespace` is not specified, dictionaries are prefixed by a
wildcard namespace (`/**`) and other specific parameter declarations
may overwrite it.
:param: executable the name of the executable to find if a package
is provided or otherwise a path to the executable to run.
Expand Down

0 comments on commit 01c90fa

Please sign in to comment.