Package Summary

Tags No category tags.
Version 0.7.3
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/fkie/multimaster_fkie.git
VCS Type git
VCS Version jade-devel
Last Updated 2017-04-24
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The metapackage to combine the nodes required to establish and manage a multimaster network. This requires no or minimal configuration. The changes are automatically detected and synchronized.

Additional Links

Maintainers

  • Alexander Tiderko

Authors

  • Alexander Tiderko
README
No README found. See repository README.
CHANGELOG

Changelog for package multimaster_fkie

0.7.3 (2017-04-24)

  • default_cfg_fkie: fixed problem with \"pass_all_args\" attribute
  • node_manager_fkie: fix crash on start master_discovery
  • node_manager_fkie: fixed network discovery dialog
  • node_manager_fkie: added \"pass_all_args\" for highlighter
  • node_manager_fkie: fixed crash while stop or start a lot of nodes
  • node_manager_fkie: changed font color in echo dialog
  • node_manager_fkie: changed default color in description widget
  • node_manager_fkie: added a workaround for \"CTR mode needs counter parameter, not IV\"
  • node_manager_fkie: reverted url changes
  • fixed warnings in API documentation
  • node_manager_fkie: fixed url handling in host control
  • Contributors: Alexander Tiderko

0.7.2 (2017-01-27)

  • node_manager_fkie: added a parameter to hide domain suffix in description panel and node tree view
  • mutlimaster_fkie: reverted the cut of domains in hostnames
  • Contributors: Alexander Tiderko

0.7.1 (2017-01-26)

  • master_discovery_fkie: fixed some problems on macOS

    : - perform test for multicast interfaces only on Linux and FreeBSD - changed detection for local interface to support discovering on iOS

  • 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

0.7.0 (2017-01-09)

- master_discovery_fkie: added detection for timejumps into the past

master\_discovery\_fkie: fixed the shutdown process

:   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
  • node_manager_fkie: fixed visualisation of not local nodes

    : 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

  • node_manager_fkie: added a colorize_host settings parameter

    : 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

0.6.2 (2016-11-12)

  • master_sync_fkie: Increased logging. Added more logging around synchronization to help with tracking changes in the local ROS master due to multimaster.
  • node_manager_fkie: fixed node view for multiple cores on the same host
  • node_manager_fkie: fixed capabilities view
  • node_manager_fkie: fixed view of group description by groups with one node
  • Drop roslib.load_manifest, unneeded with catkin
  • node_manager_fkie: moved controls in group description to the top
  • node_manager_fkie: fixed the link to node in group description
  • node_manager_fkie: fixed crash while kill screen on remote host
  • Contributors: Alexander Tiderko, Denise Eng, Mike Purvis

0.6.1 (2016-10-18)

  • fix for issue #50: do not sent and reply requests while own state is not available
  • Contributors: Alexander Tiderko, deng02

0.6.0 (2016-10-12)

  • master_sync_fkie: updated launch file
  • master_sync_fkie: added a \'resync_on_reconnect_timeout\' parameter that controls how long the offline-online period is before the resync. see enhancement #48
  • node_manager_fkie: changed find-replace doalog to dockable widget
  • node_manager_fkie: changed highlight colors
  • node_manager_fkie: added more info for search error
  • node_manager_fkie: fixed: comment lines with less then 4 characters
  • node_manager_fkie: fixed: #49
  • node_manager_fkie: added highlightning for yaml stuff inside of a launch file
  • node_manager_fkie: fixed: comment of lines with less then 4 characters in xml editor
  • node_manager_fkie: fixed: activation of network window after join from network discovery
  • node_manager_fkie: fixed: does not open a second configuration editor for a selected node.
  • node_manager_fkie: added: \'subst_value\' to xml highlighter
  • node_manager_fkie: fixed: network discovery
  • node_manager_fkie: comment/uncomment fixed
  • node_manager_fkie: fixed: detection of included files
  • Contributors: Alexander Tiderko

0.5.8 (2016-09-10)

  • master_discovery_fkie: fix for #46: bouncing offline/online reduced discovery heartbeats, especially if one of the masters is not reachable anymore.
  • node_manager_fkie: fixed the error occurs while open configuration for a selected node
  • Contributors: Alexander Tiderko

0.5.7 (2016-09-07)

  • fix imports for Qt5
  • fix issue #43 - \"cannot import name QApplication\"
  • Contributors: Alexander Tiderko, Sr4l

0.5.6 (2016-09-01)

  • node_manager_fkie: fixed error \"No module named xml_editor\"
  • Contributors: Alexander Tiderko

0.5.5 (2016-08-30)

  • master_sync_fkie: added resync after the host was offline
  • master_sync_fkie: fixed pep8 warnings
  • master_discovery_fkie: fixed issue#16
  • multimaster_fkie: changed indent in source code to 4
  • master_discovery_fkie: added network separation to zeroconf discovering
  • master_discovery_fkie: changed the ROS service initialization The ROS service will be created after discovering process is started. This is especially for visualisation in node_manager.
  • multimaster_fkie: removed unused imports
  • master_discovery_fkie: fixed pep8 warnings
  • master_discovery_fkie: replaced time.sleep by threading.Timer to handle connection problems while get remote master info
  • master_discover_fkie: added warning on send errors
  • master_discovery_fkie: removed \'-\' from master name generation for ROS master with not default port
  • master_discovery_fkie: reduced/changed log output
  • node_manager_fkie: version in info dialog updated
  • node_manager_fkie: changed all buttons of the editor to flat
  • node_manager_fkie: changes on xml_editor
    • XmlEditor is renamed to Editor and moved into a subdirectory.
    • xml_edit.py splited to exclude all subclasses
    • Search (replace) dialog is redesigned
  • node_manager_fkie: added linenumber to the xmleditor
  • node_manager_fkie: fix issue #40 and some other Qt5 changes
  • node_manager_fkie: changed the comment/uncomment in xml editor
  • node_manager_fkie: fixed some highlightning problems in xmleditor
  • node_manager_fkie: added shortcuts for \"Add tag\"-Submenu\'s
  • node_manager_fkie: changed xml block highlighting
  • node_manager_fkie: fixed seletion in xmleditor
  • multimaster_fkie: changed indent in source code to 4
  • node_manager_fkie: added a question dialog before set time on remote host Time changes leads to problems on tf tree and may have other unexpected side effects
  • node_manager_fkie: compatibility to Qt5
  • node_manager_fkie: fixed the showed network id
  • node_manager_fkie: fixed host identification in node view
  • node_manager_fkie: changed hostname detection for decision to set ROS_HOSTNAME
  • node_manager_fkie: removed pep8 warnings
  • node_manager_fkie: fix local discovery node detection
  • node_manager_fkie: changed master_discovery node detection
  • node_manager_fkie: fixed pep8 warnings
  • node_manager_fkie: removed pylint warnings
  • node_manager_fkie: new feature: close tabs in Launch-Editor with middle mouse button
  • node_manager_fkie: fixed style warning in xml_editor and capability_table
  • node_manager_fkie: fixed clear of configuration nodes
  • node_manager_fkie: changed identification of master (now it is only the masteruri without address)
  • node_manager_fkie: fix in capability table
  • node_manager_fkie: removed \'-\' from master name generation for ROS master with not default port
  • node_manager_fkie: remove the ssh connection if the master goes offline. This avoids timeouts after reconnection
  • Contributors: Alexander Tiderko

0.5.4 (2016-04-21)

  • multimaster_fkie: added \'/do_not_sync\' parameter this allows to hide some topics/services, topic types, from synchronisation. It can be defined as string or as list.
  • master_sync_fkie: fixed unnecessary update requests wrong timestamps leads to updates
  • node_manager_fkie: added visualisation for not synchronized topics/services
  • node_manager_fkie: add parameter to the order of publisher/subscriber in description dock new parameter: \'Transpose pub/sub description\'
  • node_manager_fkie: changed behaviour of description dock while update info
  • node_manager_fkie: fixed deselection of text on context menu
  • node_manager_fkie: fixed threading problem while searching for sync interfaces
  • Contributors: Alexander Tiderko

0.5.3 (2016-04-01)

  • node_manager_fkie: fix remote start
  • Contributors: Alexander Tiderko

0.5.2 (2016-03-31)

  • node_manager_fkie: fixed start process on remote hosts without Qt
  • Contributors: Alexander Tiderko

0.5.1 (2016-03-23)

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged multimaster_fkie at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.8.12
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/fkie/multimaster_fkie.git
VCS Type git
VCS Version indigo-devel
Last Updated 2019-04-30
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The metapackage to combine the nodes required to establish and manage a multimaster network. This requires no or minimal configuration. The changes are automatically detected and synchronized.

Additional Links

Maintainers

  • Alexander Tiderko

Authors

  • Alexander Tiderko
README
No README found. See repository README.
CHANGELOG

Changelog for package multimaster_fkie

0.8.12 (2019-04-30)

  • node_manager_fkie: fixed lost nodes while grouping
  • Merge pull request #100 from stertingen/patch-1 zeroconf.py: Detect IPv6 usage from environment Set environment ROS_IPV6=on to enable the IPv6 RPC server.
  • master_discovery_fkie: zeroconf: added fqdn-parameter, see issue #99
  • master_discovery_fkie: zeroconf use for monitoruri the same hostname from masteruri
  • Contributors: Alexander Tiderko, Hermann von Kleist

0.8.11 (2019-02-27)

  • fix release issues

0.8.10 (2019-02-26)

  • node_manager_fkie: exapand (nodes, topics, services) on filter
  • fixed build node_manager_fkie without .git repository issue #91
  • node_manager_fkie: fixed crash on show critical message dialog
  • Contributors: Alexander Tiderko

0.8.9 (2018-12-21)

  • fix install build
  • Contributors: Alexander Tiderko

0.8.8 (2018-12-19)

  • fixed install node_manager_fkie
  • Contributors: Alexander Tiderko

0.8.7 (2018-12-18)

  • default_cfg_fkie: fixed changelog format
  • node_manager_fkie: added version detection
  • Contributors: Alexander Tiderko

0.8.5 (2018-12-11)

  • node_manager_fkie: removed install author warning
  • node_manager_fkie: fixed navigation in topic and service view do not open echo/call dialog on activate namespace group
  • master_sync_fkie: added a simple node to sync parameter Original code from https://github.com/jhu-lcsr-forks/multimaster_fkie/tree/param-sync adapted to change only local ROS Parameter Server
  • Contributors: Alexander Tiderko

0.8.4 (2018-12-08)

  • master_discovery_fkie: fix zeroconf to avoid request loop in master_sync see issue #90
  • Contributors: Alexander Tiderko

0.8.3 (2018-12-07)

  • node_manager_fkie: added: Augment CMake script to install node_manager launcher on Ubuntu. pull request #82 from acschaefer/master
  • node_manager_fkie: added parameter to disable namespace groups
  • node_manager_fkie: editor: improved seletion of node definition by moving selected text to top
  • node_manager_fkie: new: apply enhancement to organize nodes view by namespaces, see issue #83
  • node_manager_fkie: fixed copy paste error
  • node_manager_fkie: changed highlighting for groups and nodes
  • node_manager_fkie: editor: fixed uncomment of -- statements
  • node_manager_fkie: added launch file to test namespace grouping.
  • node_manager_fkie: fix namespace view
  • node_manager_fkie: fixed topic publish dialog for messages with arrays
  • node_manager_fkie: fix crash while start master_discovery with master_sync on
  • node_manager_fkie: fixed add new parameter in parameter dialog
  • node_manager_fkie: added parameter for timeout to close closing dialog
  • master_discovery_fkie: fixed typo hearbeat[s] to heartbeat[s] pull request #87 from Paulls20/master
  • master_sync_fkie: install launch dir pull request #81 from ahoarau/patch-1
  • Contributors: Alexander Schaefer, Alexander Tiderko, Antoine Hoarau, Paul.Varghese

0.8.2 (2018-08-10)

  • fixed issue #79
  • Contributors: Alexander Tiderko

0.8.1 (2018-08-03)

  • node_manager_fkie: changed behaviour on question to reload files and display noscreen errors
  • Contributors: Alexander Tiderko

0.8.0 (2018-07-16)

  • node_manager_fkie: added warning if while remote start no executable was found rosrun throws no error if no executable was found it is only an output.
  • node_manager_fkie: fixed activation of minimized launch editor
  • node_manager_fkie: added settings parameter \'movable dock widgets\' to prevent dock widgets from moving
  • node_manager_fkie: fixed error in select_dialog on close node_manager
  • node_manager_fkie: added group icon with count of nodes inside
  • node_manager_fkie: added info icons for groups
  • node_manager_fkie: added timer to close exit dialog on close node_manager
  • node_manager_fkie: fixed delay open io screen
  • node_manager_fkie: use priority queue for sreen io only if normal queue has more than 5 elements
  • node_manager_fkie: reduced update count
  • node_manager_fkie: changed color of question box
  • node_manager_fkie: added link for nodelet manager in description of nodelets
  • node_manager_fkie: add an option to disable the question dialog while restart nodelets
  • node_manager_fkie: changed background of question dialog to non transparent
  • node_manager_fkie: changed question dialog for launch and transfer files
  • changed visualization for available configurations, added visualisation for nodelets changed qestion dialog on changes of launch files and restart of nodelets
  • node_manager_fkie: fixed trasfer of wrong files on change to remote hosts
  • node_manager_fkie: editor: fix recursive search
  • node_manager_fkie: fixed crash on call of an unknown service
  • node_manager_fkie: fix administratively prohibited error while delete logs This error occurs while delete more than 10 logs on remote host
  • node_manager_fkie: resolve pkg:// in all arguments
  • node_manager_fkie: fix crash while assigne color
  • Added configuration for Travis CI
  • Contributors: Timo R

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged multimaster_fkie at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.4.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/fkie/multimaster_fkie.git
VCS Type git
VCS Version hydro-devel
Last Updated 2015-04-28
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The metapackage to combine the nodes required to establish and manage a multimaster network. This requires no or minimal configuration. The changes are automatically detected and synchronized.

Additional Links

Maintainers

  • Alexander Tiderko

Authors

  • Alexander Tiderko
README
No README found. See repository README.
CHANGELOG

Changelog for package multimaster_fkie

0.4.1 (2015-04-28)

0.4.0 (2015-02-20)

0.3.18 (2015-02-18)

0.3.17 (2015-01-22)

0.3.16 (2014-12-08)

0.3.15 (2014-12-01)

0.3.14 (2014-10-24)

0.3.13 (2014-07-29)

0.3.12 (2014-07-08)

0.3.11 (2014-06-04)

0.3.10 (2014-03-31)

  • multimaster_fkie: fixed problems detected by catkin_lint

0.3.9 (2013-12-12)

0.3.8 (2013-12-10)

0.3.7 (2013-10-17)

0.3.6 (2013-09-17)

0.3.5 (2013-09-06)

0.3.4 (2013-09-05)

0.3.3 (2013-09-04)

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged multimaster_fkie at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.8.12
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/fkie/multimaster_fkie.git
VCS Type git
VCS Version kinetic-devel
Last Updated 2019-04-30
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The metapackage to combine the nodes required to establish and manage a multimaster network. This requires no or minimal configuration. The changes are automatically detected and synchronized.

Additional Links

Maintainers

  • Alexander Tiderko

Authors

  • Alexander Tiderko
README
No README found. See repository README.
CHANGELOG

Changelog for package multimaster_fkie

0.8.12 (2019-04-30)

  • node_manager_fkie: fixed lost nodes while grouping
  • Merge pull request #100 from stertingen/patch-1 zeroconf.py: Detect IPv6 usage from environment Set environment ROS_IPV6=on to enable the IPv6 RPC server.
  • master_discovery_fkie: zeroconf: added fqdn-parameter, see issue #99
  • master_discovery_fkie: zeroconf use for monitoruri the same hostname from masteruri
  • Contributors: Alexander Tiderko, Hermann von Kleist

0.8.11 (2019-02-27)

  • fix release issues

0.8.10 (2019-02-26)

  • node_manager_fkie: exapand (nodes, topics, services) on filter
  • fixed build node_manager_fkie without .git repository issue #91
  • node_manager_fkie: fixed crash on show critical message dialog
  • Contributors: Alexander Tiderko

0.8.9 (2018-12-21)

  • fix install build
  • Contributors: Alexander Tiderko

0.8.8 (2018-12-19)

  • fixed install node_manager_fkie
  • Contributors: Alexander Tiderko

0.8.7 (2018-12-18)

  • default_cfg_fkie: fixed changelog format
  • node_manager_fkie: added version detection
  • Contributors: Alexander Tiderko

0.8.5 (2018-12-11)

  • node_manager_fkie: removed install author warning
  • node_manager_fkie: fixed navigation in topic and service view do not open echo/call dialog on activate namespace group
  • master_sync_fkie: added a simple node to sync parameter Original code from https://github.com/jhu-lcsr-forks/multimaster_fkie/tree/param-sync adapted to change only local ROS Parameter Server
  • Contributors: Alexander Tiderko

0.8.4 (2018-12-08)

  • master_discovery_fkie: fix zeroconf to avoid request loop in master_sync see issue #90
  • Contributors: Alexander Tiderko

0.8.3 (2018-12-07)

  • node_manager_fkie: added: Augment CMake script to install node_manager launcher on Ubuntu. pull request #82 from acschaefer/master
  • node_manager_fkie: added parameter to disable namespace groups
  • node_manager_fkie: editor: improved seletion of node definition by moving selected text to top
  • node_manager_fkie: new: apply enhancement to organize nodes view by namespaces, see issue #83
  • node_manager_fkie: fixed copy paste error
  • node_manager_fkie: changed highlighting for groups and nodes
  • node_manager_fkie: editor: fixed uncomment of -- statements
  • node_manager_fkie: added launch file to test namespace grouping.
  • node_manager_fkie: fix namespace view
  • node_manager_fkie: fixed topic publish dialog for messages with arrays
  • node_manager_fkie: fix crash while start master_discovery with master_sync on
  • node_manager_fkie: fixed add new parameter in parameter dialog
  • node_manager_fkie: added parameter for timeout to close closing dialog
  • master_discovery_fkie: fixed typo hearbeat[s] to heartbeat[s] pull request #87 from Paulls20/master
  • master_sync_fkie: install launch dir pull request #81 from ahoarau/patch-1
  • Contributors: Alexander Schaefer, Alexander Tiderko, Antoine Hoarau, Paul.Varghese

0.8.2 (2018-08-10)

  • fixed issue #79
  • Contributors: Alexander Tiderko

0.8.1 (2018-08-03)

  • node_manager_fkie: changed behaviour on question to reload files and display noscreen errors
  • Contributors: Alexander Tiderko

0.8.0 (2018-07-16)

  • node_manager_fkie: added warning if while remote start no executable was found rosrun throws no error if no executable was found it is only an output.
  • node_manager_fkie: fixed activation of minimized launch editor
  • node_manager_fkie: added settings parameter \'movable dock widgets\' to prevent dock widgets from moving
  • node_manager_fkie: fixed error in select_dialog on close node_manager
  • node_manager_fkie: added group icon with count of nodes inside
  • node_manager_fkie: added info icons for groups
  • node_manager_fkie: added timer to close exit dialog on close node_manager
  • node_manager_fkie: fixed delay open io screen
  • node_manager_fkie: use priority queue for sreen io only if normal queue has more than 5 elements
  • node_manager_fkie: reduced update count
  • node_manager_fkie: changed color of question box
  • node_manager_fkie: added link for nodelet manager in description of nodelets
  • node_manager_fkie: add an option to disable the question dialog while restart nodelets
  • node_manager_fkie: changed background of question dialog to non transparent
  • node_manager_fkie: changed question dialog for launch and transfer files
  • changed visualization for available configurations, added visualisation for nodelets changed qestion dialog on changes of launch files and restart of nodelets
  • node_manager_fkie: fixed trasfer of wrong files on change to remote hosts
  • node_manager_fkie: editor: fix recursive search
  • node_manager_fkie: fixed crash on call of an unknown service
  • node_manager_fkie: fix administratively prohibited error while delete logs This error occurs while delete more than 10 logs on remote host
  • node_manager_fkie: resolve pkg:// in all arguments
  • node_manager_fkie: fix crash while assigne color
  • Added configuration for Travis CI
  • Contributors: Timo R

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged multimaster_fkie at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.8.12
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/fkie/multimaster_fkie.git
VCS Type git
VCS Version melodic-devel
Last Updated 2020-05-09
Dev Status MAINTAINED
CI status Continuous Integration : 0 / 0
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The metapackage to combine the nodes required to establish and manage a multimaster network. This requires no or minimal configuration. The changes are automatically detected and synchronized.

Additional Links

Maintainers

  • Alexander Tiderko

Authors

  • Alexander Tiderko
README
No README found. See repository README.
CHANGELOG

Changelog for package multimaster_fkie

0.8.12 (2019-04-30)

  • node_manager_fkie: fixed lost nodes while grouping
  • Merge pull request #100 from stertingen/patch-1 zeroconf.py: Detect IPv6 usage from environment Set environment ROS_IPV6=on to enable the IPv6 RPC server.
  • master_discovery_fkie: zeroconf: added fqdn-parameter, see issue #99
  • master_discovery_fkie: zeroconf use for monitoruri the same hostname from masteruri
  • Contributors: Alexander Tiderko, Hermann von Kleist

0.8.11 (2019-02-27)

  • fix release issues

0.8.10 (2019-02-26)

  • node_manager_fkie: exapand (nodes, topics, services) on filter
  • fixed build node_manager_fkie without .git repository issue #91
  • node_manager_fkie: fixed crash on show critical message dialog
  • Contributors: Alexander Tiderko

0.8.9 (2018-12-21)

  • fix install build
  • Contributors: Alexander Tiderko

0.8.8 (2018-12-19)

  • fixed install node_manager_fkie
  • Contributors: Alexander Tiderko

0.8.7 (2018-12-18)

  • default_cfg_fkie: fixed changelog format
  • node_manager_fkie: added version detection
  • Contributors: Alexander Tiderko

0.8.5 (2018-12-11)

  • node_manager_fkie: removed install author warning
  • node_manager_fkie: fixed navigation in topic and service view do not open echo/call dialog on activate namespace group
  • master_sync_fkie: added a simple node to sync parameter Original code from https://github.com/jhu-lcsr-forks/multimaster_fkie/tree/param-sync adapted to change only local ROS Parameter Server
  • Contributors: Alexander Tiderko

0.8.4 (2018-12-08)

  • master_discovery_fkie: fix zeroconf to avoid request loop in master_sync see issue #90
  • Contributors: Alexander Tiderko

0.8.3 (2018-12-07)

  • node_manager_fkie: added: Augment CMake script to install node_manager launcher on Ubuntu. pull request #82 from acschaefer/master
  • node_manager_fkie: added parameter to disable namespace groups
  • node_manager_fkie: editor: improved seletion of node definition by moving selected text to top
  • node_manager_fkie: new: apply enhancement to organize nodes view by namespaces, see issue #83
  • node_manager_fkie: fixed copy paste error
  • node_manager_fkie: changed highlighting for groups and nodes
  • node_manager_fkie: editor: fixed uncomment of -- statements
  • node_manager_fkie: added launch file to test namespace grouping.
  • node_manager_fkie: fix namespace view
  • node_manager_fkie: fixed topic publish dialog for messages with arrays
  • node_manager_fkie: fix crash while start master_discovery with master_sync on
  • node_manager_fkie: fixed add new parameter in parameter dialog
  • node_manager_fkie: added parameter for timeout to close closing dialog
  • master_discovery_fkie: fixed typo hearbeat[s] to heartbeat[s] pull request #87 from Paulls20/master
  • master_sync_fkie: install launch dir pull request #81 from ahoarau/patch-1
  • Contributors: Alexander Schaefer, Alexander Tiderko, Antoine Hoarau, Paul.Varghese

0.8.2 (2018-08-10)

  • fixed issue #79
  • Contributors: Alexander Tiderko

0.8.1 (2018-08-03)

  • node_manager_fkie: changed behaviour on question to reload files and display noscreen errors
  • Contributors: Alexander Tiderko

0.8.0 (2018-07-16)

  • node_manager_fkie: added warning if while remote start no executable was found rosrun throws no error if no executable was found it is only an output.
  • node_manager_fkie: fixed activation of minimized launch editor
  • node_manager_fkie: added settings parameter \'movable dock widgets\' to prevent dock widgets from moving
  • node_manager_fkie: fixed error in select_dialog on close node_manager
  • node_manager_fkie: added group icon with count of nodes inside
  • node_manager_fkie: added info icons for groups
  • node_manager_fkie: added timer to close exit dialog on close node_manager
  • node_manager_fkie: fixed delay open io screen
  • node_manager_fkie: use priority queue for sreen io only if normal queue has more than 5 elements
  • node_manager_fkie: reduced update count
  • node_manager_fkie: changed color of question box
  • node_manager_fkie: added link for nodelet manager in description of nodelets
  • node_manager_fkie: add an option to disable the question dialog while restart nodelets
  • node_manager_fkie: changed background of question dialog to non transparent
  • node_manager_fkie: changed question dialog for launch and transfer files
  • changed visualization for available configurations, added visualisation for nodelets changed qestion dialog on changes of launch files and restart of nodelets
  • node_manager_fkie: fixed trasfer of wrong files on change to remote hosts
  • node_manager_fkie: editor: fix recursive search
  • node_manager_fkie: fixed crash on call of an unknown service
  • node_manager_fkie: fix administratively prohibited error while delete logs This error occurs while delete more than 10 logs on remote host
  • node_manager_fkie: resolve pkg:// in all arguments
  • node_manager_fkie: fix crash while assigne color
  • Added configuration for Travis CI
  • Contributors: Timo R

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged multimaster_fkie at Robotics Stack Exchange