|
|
|
|
|
reload(self)
Loads the settings from file or sets default values if no one exists. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
str
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
USER_DEFAULT = 'robot'
|
|
|
PKG_NAME = 'node_manager_fkie'
|
|
|
PACKAGE_DIR = u'/home/rosbuild/hudson/workspace/doc-groovy-mul...
|
|
|
ROBOTS_DIR = u'/home/rosbuild/hudson/workspace/doc-groovy-mult...
|
|
|
HELP_FILE = u'/home/rosbuild/hudson/workspace/doc-groovy-multi...
|
|
|
CURRENT_DIALOG_PATH = '/home/rosbuild'
|
|
|
LOG_PATH = '/home/rosbuild/.ros/log/'
|
|
|
LOG_VIEWER = '/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
|
|
|
LAUNCH_HISTORY_FILE = 'launch.history'
|
|
|
LAUNCH_HISTORY_LENGTH = 5
|
|
|
PARAM_HISTORY_FILE = 'param.history'
|
|
|
PARAM_HISTORY_LENGTH = 12
|
|
|
CFG_REDIRECT_FILE = 'redirect'
|
|
|
CFG_FILE = 'settings.ini'
|
|
|
CFG_GUI_FILE = 'settings.ini'
|
|
|
TIMEOUT_CONTROL = 5
|
|
|
TIMEOUT_UPDATES = 20
|
|
|
SEARCH_IN_EXT = ['.launch', '.yaml', '.conf', '.cfg', '.iface'...
|
|
|
LAUNCH_VIEW_EXT = ['.yaml', '.conf', '.cfg', '.iface', '.sync'...
|
|
|
STORE_GEOMETRY = True
|