| Home | Trees | Indices | Help |
|---|
|
|
Version: 0.2
Date: 2012-02-01
Author: Alexander Tiderko (Alexander.Tiderko@fkie.fraunhofer.de)
Copyright: Copyright (c) 2012 Alexander Tiderko, Fraunhofer FKIE/US
License: BSD
| Functions | |||
| str |
|
||
| SSHhandler |
|
||
| ScreenHandler |
|
||
| StartHandler |
|
||
| NameResolution |
|
||
| History |
|
||
bool
|
|
||
str
|
|
||
str
|
|
||
|
|||
|
|||
|
|||
|
|||
| Variables | |
PACKAGE_DIR = ''.join([roslib.packages.get_dir_pkg(os.path.abs
|
|
ROBOTS_DIR = ''.join([PACKAGE_DIR, os.path.sep, 'images', os.p
|
|
CFG_PATH = ''.join(['.node_manager', os.sep])
|
|
LESS = "/usr/bin/less -fKLnQrSU"
|
|
STARTER_SCRIPT = 'rosrun node_manager_fkie remote_nm.py'
|
|
RESPAWN_SCRIPT = 'rosrun node_manager_fkie respawn'the script used on remote hosts to start new ROS nodes |
|
HOSTS_CACHE = dict()the cache directory to store the results of tests for local hosts. |
|
HELP_FILE = ''.join([PACKAGE_DIR, os.path.sep, 'README.rst'])
|
|
main_form = None
|
|
app = None
|
|
| Function Details |
Creates a command string to run with a terminal prefix
|
|
See Also: http://linuxwiki.de/screen |
|
|
|
Test whether the given host name is the name of the local host or not.
|
Returns the ROS HOME depending on ROS distribution API.
|
Returns the master URI depending on ROS distribution API.
|
Change the terminal name.
|
Change the process name.
|
| Variables Details |
PACKAGE_DIR
|
ROBOTS_DIR
|
HOSTS_CACHEthe cache directory to store the results of tests for local hosts. See Also: is_local()
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Apr 12 02:00:14 2013 | http://epydoc.sourceforge.net |