Skip to content

Commit

Permalink
update doc block with new roslaunch_files value options
Browse files Browse the repository at this point in the history
  • Loading branch information
sputnick1124 committed Feb 2, 2018
1 parent 11b29bd commit 7e7fa3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/roslaunch/src/roslaunch/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,8 @@ def load_config_default(roslaunch_files, port, roslaunch_strs=None, loader=None,
roslaunch_files and or launch XML strings and initializing it. This
config will have a core definition and also set the master to run
on port.
@param roslaunch_files: list of launch files to load
@type roslaunch_files: [str]
@param roslaunch_files: list of launch files to load. Launch files may optionally be tupled with list of args.
@type roslaunch_files: [str|(str,[str])]
@param port: roscore/master port override. Set to 0 or None to use default.
@type port: int
@param roslaunch_strs: (optional) roslaunch XML strings to load
Expand Down

0 comments on commit 7e7fa3f

Please sign in to comment.