ROSLaunchConfig is the container for the loaded roslaunch file state.
It also is responsible for validating then executing the desired
state.
|
|
|
add_roslaunch_file(self,
f)
Add metadata about file used to create config |
source code
|
|
|
|
|
|
bool
|
|
|
assign_machines(self)
Assign nodes to machines and determine whether or not there are any
remote machines |
source code
|
|
str
|
|
|
|
|
|
|
add_param(self,
p,
filename=None,
verbose=True)
Declare a parameter to be set on the param server before launching
nodes |
source code
|
|
bool
|
add_machine(self,
m,
verbose=True)
Declare a machine and associated parameters so that it can be used
for running nodes. |
source code
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|