| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
StartHandler
This class contains the methods to run the nodes on local and remote machines in a screen terminal.
| Instance Methods | |||
|
|||
(request object, response object)
|
|
||
|
|||
|
Inherited from |
|||
| Class Methods | |||
|
|||
|
|||
dict(param:value, ...)
|
|
||
|
|||
bool
|
|
||
|
|||
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Start the node with given name from the given configuration.
See Also: node_manager_fkie.is_local() |
Start a node with using a launch configuration.
See Also: node_manager_fkie.is_local() |
Calls the service and return the response. To call the service the ServiceProxy can't be used, because it uses environment variables to determine the URI of the running service. In our case this service can be running using another ROS master. The changes on the environment variables is not thread safe. So the source code of the rospy.SerivceProxy (tcpros_service.py) was modified.
See Also:
|
Return the parameter of the configuration file, which are not associated with any nodes in the configuration.
|
Opens the log file associated with the given node in a new terminal.
See Also: node_manager_fkie.is_local() |
Deletes the log file associated with the given node.
See Also: node_manager_fkie.is_local() |
Kills the process with given process id on given host.
See Also: node_manager_fkie.is_local() |
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Apr 12 02:00:15 2013 | http://epydoc.sourceforge.net |