master_discovery_fkie: removed domain suffix from hostname
master_discovery_fkie: removed a not needed import
master_discovery_fkie: digrammar fix in exception message
node_manager_fkie: increased precision for float values in combobox (used by settings)
node_manager_fkie: fixed editor for kinetic; removed setMargin since it not suported by Qt5
node_manager_fkie: fixed URLs for some buttons in description panel to use it with Qt5
node_manager_fkie: added more details on start if no 'screen' is available
node_manager_fkie: changed supervised_popen initialization to avoid multi subclassing
node_manager_fkie: added a raise Exception if no terminal is availabe
node_manager_fkie: raise an error now if 'paramiko' is not available
node_manager_fkie: fixed startup if a node manager instance already running
node_manager_fkie: added xterm path for macOS
node_manager_fkie: removed domain suffix from hostname to avoid name problems
node_manager_fkie: fixed UnboundLocalError for 'selectedGroups' and 'self._accept_next_update'
Contributors: Alexander Tiderko, Jason Mercer, Dirk Schulz
master_discovery_fkie: added detection for timejumps into the past
sometimes blocks the SimpleXMLRPCServer the shutdown process. Added a timer to kill the own process at the end.
master_discovery_fkie: #55 change the message handling routines Introduced a send and receive Queue. It was need to implement new features like hub/client structure. Added more debug output.
master_discovery_fkie: splitted send_mcast into send_mcast and listen_mcast to get a hub functionality
repaired gui_resources.py for Qt5 compatibility restore Qt5 compatibility
node_manager_fkie: added update/set time dialog to update time with ntpdate or date
node_manager_fkie: added rosbag record to rqt menu
node_manager_fkie: copy now all selected nodes, topics, services or parameter names to clipboard by pressing Ctrl+C
node_manager_fkie: added cursor position number to editor
node_manager_fkie: added indent before hostname in description panel
the color of the host will be now determine automatically you can also set own color for each host by double-click on the hostname in description panel.
node_manager_fkie: fixed error after cancel color selection
node_manager_fkie: use gradient to set color
node_manager_fkie: now you can define colors for each robot
node_manager_fkie: removed a broken import
node_manager_fkie: fixed: no longer clear the search result on click into editor
node_manager_fkie: find dialog in xml-editor shows now all results in as list
node_manager_fkie: added clear button to filder lines in dialogs
node_manager_fkie: add filter to nodes view added also a clear button (also ESC) to all filter lines
node_manager_fkie: fixed some extended visualization for synced nodes
default_cfg_fkie: fixed start nodes with same name and different namespaces
default_cfg_fkie: fix the namespace for rqt-cpp-plugins
Contributors: Alexander Tiderko, Sr4l, deng02
New Features: * node_manager_fkie: the start with different ROS_MASTER_URI
sets now the ROS_HOSTNAME environment variable if a new masteruri was selected to start node_manager or master_discovery
Fixes: * node_manager_fkie: fixed print XML content in echo_dialog * node_manager_fkie: avoids the print of an error, while loads a wrongs file on start of the node_manager * node_manager_fkie: fixed check of running remote roscore * node_manager_fkie: fixed problem while echo topics on remote hosts * node_manager_fkie: changed cursor position in XML editor after open node configuration * node_manager_fkie: fixed replay of topics with array elements * node_manager_fkie: fixed close process while start/stop nodes * node_manager_fkie: fixed namespace of capability groups, fixed the missing leading SEP * node_manager_fkie: fixed - avoid transmition of some included/changed but not needed files to remote host * node_manager_fkie: fixed start node after a binary was selected from multiple binaries * node_manager_fkie: removed "'now' FIX" while publish messages to topics * node_manager_fkie: fixed log format on remote hosts * master_discovery: fixed avg. network load calculation, added checks for some parameters * multimaster_fkie: Set correct logging level to warning * Contributors: Alexander Tiderko, Gary Servin
node_manager_fkie: start rviz now as NO rqt plugin
node_manager_fkie: fixed the sort of paramerter in add parameter dialog
node_manager_fkie: adapt the chagnes in master_discovery_fkie
node_manager_fkie: fixed the tooltip of the buttons in the description dock
node_manager_fkie: stop /master_discovery node before poweroff host to avoid timout problems
multimaster_fkie: reduced logs and warnings on stop nodes while closing node_manager
node_manager_fkie: added a new button for call service
node_manager_fkie: added a "copy log path to clipboard" button
node_manager_fkie: fixed the displayed count of nodes with launch files in description dock
node_manager_fkie: fixed errors showed while stop nodes on close
multimaster_fkie: reduced logging of exceptions
node_manager_fkie: added poweroff command to the host description
node_manager_fkie: added tooltips to the buttons in description dock
node_manager_fkie: replaced some icons
node_manager_fkie: added advanced start link to set console format and loglevel while start of nodes
node_manager_fkie: skip commented nodes while open a configuration for a selected node
node_manager_fkie: fixed xml editor; some lines was hide
master_discovery_fkie: fixed compatibility to older versions
master_fiscovery_fkie: integrated pull request #24 Thanks for creating the PR to @garyservin and @mikeodr! The change lets you define an interface by ~interface, ROS_IP envar or append the interface to multicast group like 226.0.0.0@192.168.101.10. The master_discovery then binds to the specified interface and creates also an unicast interface for active requests on communication problems or if ~robot_hosts are defined. Now you can also disable the multicast communication by setting ~send_mcast to false. In this case the requests are send to hosts defined in ~robot_hosts.
master_discovery_fkie: fixed the 'local' assignment while updateInfo()
master_discovery_fkie: adopt some changes from pull request #24 Thanks to @garyservin for pull request #24: * Don't exit if we're on localhost, just log a warning * Added support for different logging levels in master_monitor: currently all logs are marked as warnings, where some should be marked as errors.
master_discovery_fkie: spaces and typos removed
master_discovery_fkie: fixed link quality calculation
Contributors: Alexander Tiderko
node_manager_fkie: fixed error while parsing list of lists in parameter dialog
node_manager_fkie: added scrollarea for dynamic_reconfigure widget
fixed the usage of new parameter in node_manager
node_manager_fkie: fixed binary selection while 'add node'
multimaster_fkie: fixed double log output
node_manager_fkie: fix to enable the master list if a master_discavery was started
node_manager_fkie: fixed recursive search
multimaster_fkie: added network problem detection on remote hosts
node_manager_fkie: older paramiko versions does not support get_pty parameter in exce_command
node_manager_fkie: fixed stdout error while transfer files to remote host
node_manager_fkie: ignore errors caused on after the echo dialog was closed
node_manager_fkie: changed the color of illegal ros node names
master_sync_fkie: Deprecate is_ignored_topic. Move new parameters to the end of the parameter list
allows filtering of specific subscribers or publishers
Contributors: Alexander Tiderko