|
|
__init__(self,
pm,
child_processes,
listeners)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
int, str, int
|
register(self,
client,
uri)
Registration callback from newly launched roslaunch clients |
source code
|
|
|
|
list_children(self)
List the roslaunch child processes. |
source code
|
|
|
int, str, int
|
|
|
|
log(self,
client,
level,
message)
Report a log message to the server |
source code
|
|
|
int, str, [str]
|
|
|
int, str, int
|
|
|
int, str, [[(str, int),], [(str,int),]]
|
|
|
int, str, dict
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|