|
|
|
|
|
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'/tmp/catkin_workspace/install_isolated/share/n...
|
|
|
ROBOTS_DIR = u'/tmp/catkin_workspace/install_isolated/share/no...
|
|
|
HELP_FILE = u'/tmp/catkin_workspace/install_isolated/share/nod...
|
|
|
CURRENT_DIALOG_PATH = '/home/buildfarm'
|
|
|
LOG_PATH = '/home/buildfarm/.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
|
|
|
AUTOUPDATE = True
|
|
|
MAX_TIMEDIFF = 0.5
|
|
|
START_SYNC_WITH_DISCOVERY = False
|
|
|
CONFIRM_EXIT_WHEN_CLOSING = True
|
|
|
HIGHLIGHT_XML_BLOCKS = True
|
|
|
COLORIZE_HOSTS = True
|
|
|
SHOW_DOMAIN_SUFFIX = False
|
|
|
TRANSPOSE_PUB_SUB_DESCR = True
|
|
|
DEAFULT_HOST_COLORS = [4294967275]
|