Home | Trees | Indices | Help |
---|
|
object --+ | rosgraph.xmlrpc.XmlRpcNode --+ | ROSLaunchNode
Base XML-RPC server for roslaunch parent/child processes
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Properties | |
Inherited from |
Method Details |
XML RPC Node constructor :param port: port to use for starting XML-RPC API. Set to 0 or omit to bind to any available port, ``int`` :param rpc_handler: XML-RPC API handler for node, `XmlRpcHandler` :param on_run_error: function to invoke if server.run() throws Exception. Server always terminates if run() throws, but this enables cleanup routines to be invoked if server goes down, as well as include additional debugging. ``fn(Exception)``
|
Startup roslaunch server XML-RPC services
|
run() should not be called by higher-level code. ROSLaunchNode overrides underlying xmlrpc.XmlRpcNode implementation in order to log errors.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Nov 2 03:52:37 2020 | http://epydoc.sourceforge.net |