Skip to content

Commit

Permalink
Update the documentation of the spawner for parsing --param-file mu…
Browse files Browse the repository at this point in the history
…ltiple times
  • Loading branch information
saikishor committed Oct 27, 2024
1 parent adddd44 commit 590d1a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion controller_manager/controller_manager/spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ def main(args=None):
parser.add_argument(
"-p",
"--param-file",
help="Controller param file to be loaded into controller node before configure",
help="Controller param file to be loaded into controller node before configure. "
"Parse multiple times to load different files for different controllers or to "
"override the parameters of the same controller.",
default=None,
action="append",
required=False,
Expand Down
2 changes: 1 addition & 1 deletion controller_manager/doc/userdoc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ There are two scripts to interact with controller manager from launch files:
-c CONTROLLER_MANAGER, --controller-manager CONTROLLER_MANAGER
Name of the controller manager ROS node
-p PARAM_FILE, --param-file PARAM_FILE
Controller param file to be loaded into controller node before configure
Controller param file to be loaded into controller node before configure. Parse multiple times to load different files for different controllers or to override the parameters of the same controller.
-n NAMESPACE, --namespace NAMESPACE
DEPRECATED Namespace for the controller_manager and the controller(s)
--load-only Only load the controller and leave unconfigured.
Expand Down

0 comments on commit 590d1a7

Please sign in to comment.