No version for distro humble showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

rosmon_msgs package from rosmon repo

rosmon rosmon_core rosmon_msgs rqt_rosmon

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/xqms/rosmon.git
VCS Type git
VCS Version master
Last Updated 2024-02-19
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

Messages for rosmon, the node launcher and monitor for ROS. rosmon is a replacement for the roslaunch tool, focused on performance, remote monitoring, and usability.

Additional Links

No additional links.

Maintainers

  • Max Schwarz

Authors

  • Max Schwarz
README
No README found. See repository README.
CHANGELOG

Changelog for package rosmon

2.5.1 (2023-09-29)

2.5.0 (2023-07-10)

2.4.0 (2021-08-02)

  • Increase cmake minimum version to 3.4
  • Contributors: Max Schwarz

2.3.2 (2020-05-29)

2.3.1 (2020-05-28)

2.3.0 (2020-05-28)

2.2.1 (2019-11-08)

2.2.0 (2019-10-29)

2.1.1 (2019-07-09)

2.1.0 (2019-06-25)

  • Handle namespaces in service calls correctly, PR #80
  • Add namespaces to status topics, PR #78
  • Contributors: Artur Miller, David Walsh, Max Schwarz

2.0.2 (2019-03-12)

2.0.1 (2019-03-12)

2.0.0 (2019-03-11)

  • split into separate packages for core, GUI, messages, PR #72
  • Contributors: Max Schwarz

1.0.10 (2018-10-29)

  • main: exit gracefully on SIGTERM and SIGHUP as well (issue #59, PR #60)
  • launch: allow <arg default="XY"> in <include> tags (issue #57, PR #58) roslaunch allows this, so we should as well. Since it seems a bit confusing, we issue a warning when this happens. In these cases, <arg value="XY"> should be applicable and is much clearer.
  • Contributors: Max Schwarz

1.0.9 (2018-09-20)

  • Fix race condition in integration test (issue #42, PR #54)
  • Clean namespace names properly to fix double slashes (issue #49, PR #53)
  • Respect ROS_NAMESPACE for nested launches (issue #46, PR #51)
  • gui: Sort Memory column correctly (issue #48, PR #50)
  • Try to find an executable file for nodes (issue #45, PR #47)
  • Add --stop-timeout option and launch file attribute (PR #37)
  • Handle params with leading slashes inside nodes (PR #40)
  • Add --no-start option (PR #39)
  • gui: Fix index bug in showContextMenu (PR #38)
  • Contributors: Max Schwarz, Nikos Skalkotos, Romain Reignier

1.0.8 (2018-08-07)

  • main: Add option for flushing the logfile Add --flush option that will flush the logfile after each entry.
  • Merge pull request #35 More complete support for rosparam features
  • Merge pull request #34 YAML quoted strings
  • launch: rosparam: support binary data
  • launch: rosparam: correctly handle explicit YAML type tags
  • launch: support rosparam angle computations
  • launch: always map YAML quoted values to string params These always get mapped to str by python's yaml.load, which is used by roslaunch, so we do the same here.
  • Contributors: Max Schwarz, Nikos Skalkotos

1.0.7 (2018-05-27)

  • Support Python 3 & select appropriate Python version. This fixes a mismatch on Debian Jessie, where rospack is linked against Python 2.7 and we would link against Python 3.4.
  • launch: substitution_python: support Python 3
  • Contributors: Max Schwarz

1.0.6 (2018-05-26)

  • test/xml: replace more multiline string Catch captures Sorry, somehow these slipped through - and I didn't have a good way of testing these locally without the buildfarm. I'm testing with gcc 4.8 on trusty now, which seems to have matching behavior.
  • Contributors: Max Schwarz

1.0.5 (2018-05-25)

  • test/xml: avoid multiline Catch captures in exception tests These trigger some weird bug between g++ 5.4 and ccache, which is used in the ROS buildfarm. [...] This should fix compilation on the build

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Plugins

No plugins found.

Recent questions tagged rosmon_msgs at Robotics Stack Exchange

No version for distro jazzy showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

rosmon_msgs package from rosmon repo

rosmon rosmon_core rosmon_msgs rqt_rosmon

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/xqms/rosmon.git
VCS Type git
VCS Version master
Last Updated 2024-02-19
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

Messages for rosmon, the node launcher and monitor for ROS. rosmon is a replacement for the roslaunch tool, focused on performance, remote monitoring, and usability.

Additional Links

No additional links.

Maintainers

  • Max Schwarz

Authors

  • Max Schwarz
README
No README found. See repository README.
CHANGELOG

Changelog for package rosmon

2.5.1 (2023-09-29)

2.5.0 (2023-07-10)

2.4.0 (2021-08-02)

  • Increase cmake minimum version to 3.4
  • Contributors: Max Schwarz

2.3.2 (2020-05-29)

2.3.1 (2020-05-28)

2.3.0 (2020-05-28)

2.2.1 (2019-11-08)

2.2.0 (2019-10-29)

2.1.1 (2019-07-09)

2.1.0 (2019-06-25)

  • Handle namespaces in service calls correctly, PR #80
  • Add namespaces to status topics, PR #78
  • Contributors: Artur Miller, David Walsh, Max Schwarz

2.0.2 (2019-03-12)

2.0.1 (2019-03-12)

2.0.0 (2019-03-11)

  • split into separate packages for core, GUI, messages, PR #72
  • Contributors: Max Schwarz

1.0.10 (2018-10-29)

  • main: exit gracefully on SIGTERM and SIGHUP as well (issue #59, PR #60)
  • launch: allow <arg default="XY"> in <include> tags (issue #57, PR #58) roslaunch allows this, so we should as well. Since it seems a bit confusing, we issue a warning when this happens. In these cases, <arg value="XY"> should be applicable and is much clearer.
  • Contributors: Max Schwarz

1.0.9 (2018-09-20)

  • Fix race condition in integration test (issue #42, PR #54)
  • Clean namespace names properly to fix double slashes (issue #49, PR #53)
  • Respect ROS_NAMESPACE for nested launches (issue #46, PR #51)
  • gui: Sort Memory column correctly (issue #48, PR #50)
  • Try to find an executable file for nodes (issue #45, PR #47)
  • Add --stop-timeout option and launch file attribute (PR #37)
  • Handle params with leading slashes inside nodes (PR #40)
  • Add --no-start option (PR #39)
  • gui: Fix index bug in showContextMenu (PR #38)
  • Contributors: Max Schwarz, Nikos Skalkotos, Romain Reignier

1.0.8 (2018-08-07)

  • main: Add option for flushing the logfile Add --flush option that will flush the logfile after each entry.
  • Merge pull request #35 More complete support for rosparam features
  • Merge pull request #34 YAML quoted strings
  • launch: rosparam: support binary data
  • launch: rosparam: correctly handle explicit YAML type tags
  • launch: support rosparam angle computations
  • launch: always map YAML quoted values to string params These always get mapped to str by python's yaml.load, which is used by roslaunch, so we do the same here.
  • Contributors: Max Schwarz, Nikos Skalkotos

1.0.7 (2018-05-27)

  • Support Python 3 & select appropriate Python version. This fixes a mismatch on Debian Jessie, where rospack is linked against Python 2.7 and we would link against Python 3.4.
  • launch: substitution_python: support Python 3
  • Contributors: Max Schwarz

1.0.6 (2018-05-26)

  • test/xml: replace more multiline string Catch captures Sorry, somehow these slipped through - and I didn't have a good way of testing these locally without the buildfarm. I'm testing with gcc 4.8 on trusty now, which seems to have matching behavior.
  • Contributors: Max Schwarz

1.0.5 (2018-05-25)

  • test/xml: avoid multiline Catch captures in exception tests These trigger some weird bug between g++ 5.4 and ccache, which is used in the ROS buildfarm. [...] This should fix compilation on the build

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Plugins

No plugins found.

Recent questions tagged rosmon_msgs at Robotics Stack Exchange

No version for distro kilted showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

rosmon_msgs package from rosmon repo

rosmon rosmon_core rosmon_msgs rqt_rosmon

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/xqms/rosmon.git
VCS Type git
VCS Version master
Last Updated 2024-02-19
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

Messages for rosmon, the node launcher and monitor for ROS. rosmon is a replacement for the roslaunch tool, focused on performance, remote monitoring, and usability.

Additional Links

No additional links.

Maintainers

  • Max Schwarz

Authors

  • Max Schwarz
README
No README found. See repository README.
CHANGELOG

Changelog for package rosmon

2.5.1 (2023-09-29)

2.5.0 (2023-07-10)

2.4.0 (2021-08-02)

  • Increase cmake minimum version to 3.4
  • Contributors: Max Schwarz

2.3.2 (2020-05-29)

2.3.1 (2020-05-28)

2.3.0 (2020-05-28)

2.2.1 (2019-11-08)

2.2.0 (2019-10-29)

2.1.1 (2019-07-09)

2.1.0 (2019-06-25)

  • Handle namespaces in service calls correctly, PR #80
  • Add namespaces to status topics, PR #78
  • Contributors: Artur Miller, David Walsh, Max Schwarz

2.0.2 (2019-03-12)

2.0.1 (2019-03-12)

2.0.0 (2019-03-11)

  • split into separate packages for core, GUI, messages, PR #72
  • Contributors: Max Schwarz

1.0.10 (2018-10-29)

  • main: exit gracefully on SIGTERM and SIGHUP as well (issue #59, PR #60)
  • launch: allow <arg default="XY"> in <include> tags (issue #57, PR #58) roslaunch allows this, so we should as well. Since it seems a bit confusing, we issue a warning when this happens. In these cases, <arg value="XY"> should be applicable and is much clearer.
  • Contributors: Max Schwarz

1.0.9 (2018-09-20)

  • Fix race condition in integration test (issue #42, PR #54)
  • Clean namespace names properly to fix double slashes (issue #49, PR #53)
  • Respect ROS_NAMESPACE for nested launches (issue #46, PR #51)
  • gui: Sort Memory column correctly (issue #48, PR #50)
  • Try to find an executable file for nodes (issue #45, PR #47)
  • Add --stop-timeout option and launch file attribute (PR #37)
  • Handle params with leading slashes inside nodes (PR #40)
  • Add --no-start option (PR #39)
  • gui: Fix index bug in showContextMenu (PR #38)
  • Contributors: Max Schwarz, Nikos Skalkotos, Romain Reignier

1.0.8 (2018-08-07)

  • main: Add option for flushing the logfile Add --flush option that will flush the logfile after each entry.
  • Merge pull request #35 More complete support for rosparam features
  • Merge pull request #34 YAML quoted strings
  • launch: rosparam: support binary data
  • launch: rosparam: correctly handle explicit YAML type tags
  • launch: support rosparam angle computations
  • launch: always map YAML quoted values to string params These always get mapped to str by python's yaml.load, which is used by roslaunch, so we do the same here.
  • Contributors: Max Schwarz, Nikos Skalkotos

1.0.7 (2018-05-27)

  • Support Python 3 & select appropriate Python version. This fixes a mismatch on Debian Jessie, where rospack is linked against Python 2.7 and we would link against Python 3.4.
  • launch: substitution_python: support Python 3
  • Contributors: Max Schwarz

1.0.6 (2018-05-26)

  • test/xml: replace more multiline string Catch captures Sorry, somehow these slipped through - and I didn't have a good way of testing these locally without the buildfarm. I'm testing with gcc 4.8 on trusty now, which seems to have matching behavior.
  • Contributors: Max Schwarz

1.0.5 (2018-05-25)

  • test/xml: avoid multiline Catch captures in exception tests These trigger some weird bug between g++ 5.4 and ccache, which is used in the ROS buildfarm. [...] This should fix compilation on the build

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Plugins

No plugins found.

Recent questions tagged rosmon_msgs at Robotics Stack Exchange

No version for distro rolling showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

rosmon_msgs package from rosmon repo

rosmon rosmon_core rosmon_msgs rqt_rosmon

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/xqms/rosmon.git
VCS Type git
VCS Version master
Last Updated 2024-02-19
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

Messages for rosmon, the node launcher and monitor for ROS. rosmon is a replacement for the roslaunch tool, focused on performance, remote monitoring, and usability.

Additional Links

No additional links.

Maintainers

  • Max Schwarz

Authors

  • Max Schwarz
README
No README found. See repository README.
CHANGELOG

Changelog for package rosmon

2.5.1 (2023-09-29)

2.5.0 (2023-07-10)

2.4.0 (2021-08-02)

  • Increase cmake minimum version to 3.4
  • Contributors: Max Schwarz

2.3.2 (2020-05-29)

2.3.1 (2020-05-28)

2.3.0 (2020-05-28)

2.2.1 (2019-11-08)

2.2.0 (2019-10-29)

2.1.1 (2019-07-09)

2.1.0 (2019-06-25)

  • Handle namespaces in service calls correctly, PR #80
  • Add namespaces to status topics, PR #78
  • Contributors: Artur Miller, David Walsh, Max Schwarz

2.0.2 (2019-03-12)

2.0.1 (2019-03-12)

2.0.0 (2019-03-11)

  • split into separate packages for core, GUI, messages, PR #72
  • Contributors: Max Schwarz

1.0.10 (2018-10-29)

  • main: exit gracefully on SIGTERM and SIGHUP as well (issue #59, PR #60)
  • launch: allow <arg default="XY"> in <include> tags (issue #57, PR #58) roslaunch allows this, so we should as well. Since it seems a bit confusing, we issue a warning when this happens. In these cases, <arg value="XY"> should be applicable and is much clearer.
  • Contributors: Max Schwarz

1.0.9 (2018-09-20)

  • Fix race condition in integration test (issue #42, PR #54)
  • Clean namespace names properly to fix double slashes (issue #49, PR #53)
  • Respect ROS_NAMESPACE for nested launches (issue #46, PR #51)
  • gui: Sort Memory column correctly (issue #48, PR #50)
  • Try to find an executable file for nodes (issue #45, PR #47)
  • Add --stop-timeout option and launch file attribute (PR #37)
  • Handle params with leading slashes inside nodes (PR #40)
  • Add --no-start option (PR #39)
  • gui: Fix index bug in showContextMenu (PR #38)
  • Contributors: Max Schwarz, Nikos Skalkotos, Romain Reignier

1.0.8 (2018-08-07)

  • main: Add option for flushing the logfile Add --flush option that will flush the logfile after each entry.
  • Merge pull request #35 More complete support for rosparam features
  • Merge pull request #34 YAML quoted strings
  • launch: rosparam: support binary data
  • launch: rosparam: correctly handle explicit YAML type tags
  • launch: support rosparam angle computations
  • launch: always map YAML quoted values to string params These always get mapped to str by python's yaml.load, which is used by roslaunch, so we do the same here.
  • Contributors: Max Schwarz, Nikos Skalkotos

1.0.7 (2018-05-27)

  • Support Python 3 & select appropriate Python version. This fixes a mismatch on Debian Jessie, where rospack is linked against Python 2.7 and we would link against Python 3.4.
  • launch: substitution_python: support Python 3
  • Contributors: Max Schwarz

1.0.6 (2018-05-26)

  • test/xml: replace more multiline string Catch captures Sorry, somehow these slipped through - and I didn't have a good way of testing these locally without the buildfarm. I'm testing with gcc 4.8 on trusty now, which seems to have matching behavior.
  • Contributors: Max Schwarz

1.0.5 (2018-05-25)

  • test/xml: avoid multiline Catch captures in exception tests These trigger some weird bug between g++ 5.4 and ccache, which is used in the ROS buildfarm. [...] This should fix compilation on the build

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Plugins

No plugins found.

Recent questions tagged rosmon_msgs at Robotics Stack Exchange

No version for distro ardent showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

rosmon_msgs package from rosmon repo

rosmon rosmon_core rosmon_msgs rqt_rosmon

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/xqms/rosmon.git
VCS Type git
VCS Version master
Last Updated 2024-02-19
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

Messages for rosmon, the node launcher and monitor for ROS. rosmon is a replacement for the roslaunch tool, focused on performance, remote monitoring, and usability.

Additional Links

No additional links.

Maintainers

  • Max Schwarz

Authors

  • Max Schwarz
README
No README found. See repository README.
CHANGELOG

Changelog for package rosmon

2.5.1 (2023-09-29)

2.5.0 (2023-07-10)

2.4.0 (2021-08-02)

  • Increase cmake minimum version to 3.4
  • Contributors: Max Schwarz

2.3.2 (2020-05-29)

2.3.1 (2020-05-28)

2.3.0 (2020-05-28)

2.2.1 (2019-11-08)

2.2.0 (2019-10-29)

2.1.1 (2019-07-09)

2.1.0 (2019-06-25)

  • Handle namespaces in service calls correctly, PR #80
  • Add namespaces to status topics, PR #78
  • Contributors: Artur Miller, David Walsh, Max Schwarz

2.0.2 (2019-03-12)

2.0.1 (2019-03-12)

2.0.0 (2019-03-11)

  • split into separate packages for core, GUI, messages, PR #72
  • Contributors: Max Schwarz

1.0.10 (2018-10-29)

  • main: exit gracefully on SIGTERM and SIGHUP as well (issue #59, PR #60)
  • launch: allow <arg default="XY"> in <include> tags (issue #57, PR #58) roslaunch allows this, so we should as well. Since it seems a bit confusing, we issue a warning when this happens. In these cases, <arg value="XY"> should be applicable and is much clearer.
  • Contributors: Max Schwarz

1.0.9 (2018-09-20)

  • Fix race condition in integration test (issue #42, PR #54)
  • Clean namespace names properly to fix double slashes (issue #49, PR #53)
  • Respect ROS_NAMESPACE for nested launches (issue #46, PR #51)
  • gui: Sort Memory column correctly (issue #48, PR #50)
  • Try to find an executable file for nodes (issue #45, PR #47)
  • Add --stop-timeout option and launch file attribute (PR #37)
  • Handle params with leading slashes inside nodes (PR #40)
  • Add --no-start option (PR #39)
  • gui: Fix index bug in showContextMenu (PR #38)
  • Contributors: Max Schwarz, Nikos Skalkotos, Romain Reignier

1.0.8 (2018-08-07)

  • main: Add option for flushing the logfile Add --flush option that will flush the logfile after each entry.
  • Merge pull request #35 More complete support for rosparam features
  • Merge pull request #34 YAML quoted strings
  • launch: rosparam: support binary data
  • launch: rosparam: correctly handle explicit YAML type tags
  • launch: support rosparam angle computations
  • launch: always map YAML quoted values to string params These always get mapped to str by python's yaml.load, which is used by roslaunch, so we do the same here.
  • Contributors: Max Schwarz, Nikos Skalkotos

1.0.7 (2018-05-27)

  • Support Python 3 & select appropriate Python version. This fixes a mismatch on Debian Jessie, where rospack is linked against Python 2.7 and we would link against Python 3.4.
  • launch: substitution_python: support Python 3
  • Contributors: Max Schwarz

1.0.6 (2018-05-26)

  • test/xml: replace more multiline string Catch captures Sorry, somehow these slipped through - and I didn't have a good way of testing these locally without the buildfarm. I'm testing with gcc 4.8 on trusty now, which seems to have matching behavior.
  • Contributors: Max Schwarz

1.0.5 (2018-05-25)

  • test/xml: avoid multiline Catch captures in exception tests These trigger some weird bug between g++ 5.4 and ccache, which is used in the ROS buildfarm. [...] This should fix compilation on the build

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Plugins

No plugins found.

Recent questions tagged rosmon_msgs at Robotics Stack Exchange

No version for distro bouncy showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

rosmon_msgs package from rosmon repo

rosmon rosmon_core rosmon_msgs rqt_rosmon

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/xqms/rosmon.git
VCS Type git
VCS Version master
Last Updated 2024-02-19
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

Messages for rosmon, the node launcher and monitor for ROS. rosmon is a replacement for the roslaunch tool, focused on performance, remote monitoring, and usability.

Additional Links

No additional links.

Maintainers

  • Max Schwarz

Authors

  • Max Schwarz
README
No README found. See repository README.
CHANGELOG

Changelog for package rosmon

2.5.1 (2023-09-29)

2.5.0 (2023-07-10)

2.4.0 (2021-08-02)

  • Increase cmake minimum version to 3.4
  • Contributors: Max Schwarz

2.3.2 (2020-05-29)

2.3.1 (2020-05-28)

2.3.0 (2020-05-28)

2.2.1 (2019-11-08)

2.2.0 (2019-10-29)

2.1.1 (2019-07-09)

2.1.0 (2019-06-25)

  • Handle namespaces in service calls correctly, PR #80
  • Add namespaces to status topics, PR #78
  • Contributors: Artur Miller, David Walsh, Max Schwarz

2.0.2 (2019-03-12)

2.0.1 (2019-03-12)

2.0.0 (2019-03-11)

  • split into separate packages for core, GUI, messages, PR #72
  • Contributors: Max Schwarz

1.0.10 (2018-10-29)

  • main: exit gracefully on SIGTERM and SIGHUP as well (issue #59, PR #60)
  • launch: allow <arg default="XY"> in <include> tags (issue #57, PR #58) roslaunch allows this, so we should as well. Since it seems a bit confusing, we issue a warning when this happens. In these cases, <arg value="XY"> should be applicable and is much clearer.
  • Contributors: Max Schwarz

1.0.9 (2018-09-20)

  • Fix race condition in integration test (issue #42, PR #54)
  • Clean namespace names properly to fix double slashes (issue #49, PR #53)
  • Respect ROS_NAMESPACE for nested launches (issue #46, PR #51)
  • gui: Sort Memory column correctly (issue #48, PR #50)
  • Try to find an executable file for nodes (issue #45, PR #47)
  • Add --stop-timeout option and launch file attribute (PR #37)
  • Handle params with leading slashes inside nodes (PR #40)
  • Add --no-start option (PR #39)
  • gui: Fix index bug in showContextMenu (PR #38)
  • Contributors: Max Schwarz, Nikos Skalkotos, Romain Reignier

1.0.8 (2018-08-07)

  • main: Add option for flushing the logfile Add --flush option that will flush the logfile after each entry.
  • Merge pull request #35 More complete support for rosparam features
  • Merge pull request #34 YAML quoted strings
  • launch: rosparam: support binary data
  • launch: rosparam: correctly handle explicit YAML type tags
  • launch: support rosparam angle computations
  • launch: always map YAML quoted values to string params These always get mapped to str by python's yaml.load, which is used by roslaunch, so we do the same here.
  • Contributors: Max Schwarz, Nikos Skalkotos

1.0.7 (2018-05-27)

  • Support Python 3 & select appropriate Python version. This fixes a mismatch on Debian Jessie, where rospack is linked against Python 2.7 and we would link against Python 3.4.
  • launch: substitution_python: support Python 3
  • Contributors: Max Schwarz

1.0.6 (2018-05-26)

  • test/xml: replace more multiline string Catch captures Sorry, somehow these slipped through - and I didn't have a good way of testing these locally without the buildfarm. I'm testing with gcc 4.8 on trusty now, which seems to have matching behavior.
  • Contributors: Max Schwarz

1.0.5 (2018-05-25)

  • test/xml: avoid multiline Catch captures in exception tests These trigger some weird bug between g++ 5.4 and ccache, which is used in the ROS buildfarm. [...] This should fix compilation on the build

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Plugins

No plugins found.

Recent questions tagged rosmon_msgs at Robotics Stack Exchange

No version for distro crystal showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

rosmon_msgs package from rosmon repo

rosmon rosmon_core rosmon_msgs rqt_rosmon

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/xqms/rosmon.git
VCS Type git
VCS Version master
Last Updated 2024-02-19
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

Messages for rosmon, the node launcher and monitor for ROS. rosmon is a replacement for the roslaunch tool, focused on performance, remote monitoring, and usability.

Additional Links

No additional links.

Maintainers

  • Max Schwarz

Authors

  • Max Schwarz
README
No README found. See repository README.
CHANGELOG

Changelog for package rosmon

2.5.1 (2023-09-29)

2.5.0 (2023-07-10)

2.4.0 (2021-08-02)

  • Increase cmake minimum version to 3.4
  • Contributors: Max Schwarz

2.3.2 (2020-05-29)

2.3.1 (2020-05-28)

2.3.0 (2020-05-28)

2.2.1 (2019-11-08)

2.2.0 (2019-10-29)

2.1.1 (2019-07-09)

2.1.0 (2019-06-25)

  • Handle namespaces in service calls correctly, PR #80
  • Add namespaces to status topics, PR #78
  • Contributors: Artur Miller, David Walsh, Max Schwarz

2.0.2 (2019-03-12)

2.0.1 (2019-03-12)

2.0.0 (2019-03-11)

  • split into separate packages for core, GUI, messages, PR #72
  • Contributors: Max Schwarz

1.0.10 (2018-10-29)

  • main: exit gracefully on SIGTERM and SIGHUP as well (issue #59, PR #60)
  • launch: allow <arg default="XY"> in <include> tags (issue #57, PR #58) roslaunch allows this, so we should as well. Since it seems a bit confusing, we issue a warning when this happens. In these cases, <arg value="XY"> should be applicable and is much clearer.
  • Contributors: Max Schwarz

1.0.9 (2018-09-20)

  • Fix race condition in integration test (issue #42, PR #54)
  • Clean namespace names properly to fix double slashes (issue #49, PR #53)
  • Respect ROS_NAMESPACE for nested launches (issue #46, PR #51)
  • gui: Sort Memory column correctly (issue #48, PR #50)
  • Try to find an executable file for nodes (issue #45, PR #47)
  • Add --stop-timeout option and launch file attribute (PR #37)
  • Handle params with leading slashes inside nodes (PR #40)
  • Add --no-start option (PR #39)
  • gui: Fix index bug in showContextMenu (PR #38)
  • Contributors: Max Schwarz, Nikos Skalkotos, Romain Reignier

1.0.8 (2018-08-07)

  • main: Add option for flushing the logfile Add --flush option that will flush the logfile after each entry.
  • Merge pull request #35 More complete support for rosparam features
  • Merge pull request #34 YAML quoted strings
  • launch: rosparam: support binary data
  • launch: rosparam: correctly handle explicit YAML type tags
  • launch: support rosparam angle computations
  • launch: always map YAML quoted values to string params These always get mapped to str by python's yaml.load, which is used by roslaunch, so we do the same here.
  • Contributors: Max Schwarz, Nikos Skalkotos

1.0.7 (2018-05-27)

  • Support Python 3 & select appropriate Python version. This fixes a mismatch on Debian Jessie, where rospack is linked against Python 2.7 and we would link against Python 3.4.
  • launch: substitution_python: support Python 3
  • Contributors: Max Schwarz

1.0.6 (2018-05-26)

  • test/xml: replace more multiline string Catch captures Sorry, somehow these slipped through - and I didn't have a good way of testing these locally without the buildfarm. I'm testing with gcc 4.8 on trusty now, which seems to have matching behavior.
  • Contributors: Max Schwarz

1.0.5 (2018-05-25)

  • test/xml: avoid multiline Catch captures in exception tests These trigger some weird bug between g++ 5.4 and ccache, which is used in the ROS buildfarm. [...] This should fix compilation on the build

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Plugins

No plugins found.

Recent questions tagged rosmon_msgs at Robotics Stack Exchange

No version for distro eloquent showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

rosmon_msgs package from rosmon repo

rosmon rosmon_core rosmon_msgs rqt_rosmon

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/xqms/rosmon.git
VCS Type git
VCS Version master
Last Updated 2024-02-19
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

Messages for rosmon, the node launcher and monitor for ROS. rosmon is a replacement for the roslaunch tool, focused on performance, remote monitoring, and usability.

Additional Links

No additional links.

Maintainers

  • Max Schwarz

Authors

  • Max Schwarz
README
No README found. See repository README.
CHANGELOG

Changelog for package rosmon

2.5.1 (2023-09-29)

2.5.0 (2023-07-10)

2.4.0 (2021-08-02)

  • Increase cmake minimum version to 3.4
  • Contributors: Max Schwarz

2.3.2 (2020-05-29)

2.3.1 (2020-05-28)

2.3.0 (2020-05-28)

2.2.1 (2019-11-08)

2.2.0 (2019-10-29)

2.1.1 (2019-07-09)

2.1.0 (2019-06-25)

  • Handle namespaces in service calls correctly, PR #80
  • Add namespaces to status topics, PR #78
  • Contributors: Artur Miller, David Walsh, Max Schwarz

2.0.2 (2019-03-12)

2.0.1 (2019-03-12)

2.0.0 (2019-03-11)

  • split into separate packages for core, GUI, messages, PR #72
  • Contributors: Max Schwarz

1.0.10 (2018-10-29)

  • main: exit gracefully on SIGTERM and SIGHUP as well (issue #59, PR #60)
  • launch: allow <arg default="XY"> in <include> tags (issue #57, PR #58) roslaunch allows this, so we should as well. Since it seems a bit confusing, we issue a warning when this happens. In these cases, <arg value="XY"> should be applicable and is much clearer.
  • Contributors: Max Schwarz

1.0.9 (2018-09-20)

  • Fix race condition in integration test (issue #42, PR #54)
  • Clean namespace names properly to fix double slashes (issue #49, PR #53)
  • Respect ROS_NAMESPACE for nested launches (issue #46, PR #51)
  • gui: Sort Memory column correctly (issue #48, PR #50)
  • Try to find an executable file for nodes (issue #45, PR #47)
  • Add --stop-timeout option and launch file attribute (PR #37)
  • Handle params with leading slashes inside nodes (PR #40)
  • Add --no-start option (PR #39)
  • gui: Fix index bug in showContextMenu (PR #38)
  • Contributors: Max Schwarz, Nikos Skalkotos, Romain Reignier

1.0.8 (2018-08-07)

  • main: Add option for flushing the logfile Add --flush option that will flush the logfile after each entry.
  • Merge pull request #35 More complete support for rosparam features
  • Merge pull request #34 YAML quoted strings
  • launch: rosparam: support binary data
  • launch: rosparam: correctly handle explicit YAML type tags
  • launch: support rosparam angle computations
  • launch: always map YAML quoted values to string params These always get mapped to str by python's yaml.load, which is used by roslaunch, so we do the same here.
  • Contributors: Max Schwarz, Nikos Skalkotos

1.0.7 (2018-05-27)

  • Support Python 3 & select appropriate Python version. This fixes a mismatch on Debian Jessie, where rospack is linked against Python 2.7 and we would link against Python 3.4.
  • launch: substitution_python: support Python 3
  • Contributors: Max Schwarz

1.0.6 (2018-05-26)

  • test/xml: replace more multiline string Catch captures Sorry, somehow these slipped through - and I didn't have a good way of testing these locally without the buildfarm. I'm testing with gcc 4.8 on trusty now, which seems to have matching behavior.
  • Contributors: Max Schwarz

1.0.5 (2018-05-25)

  • test/xml: avoid multiline Catch captures in exception tests These trigger some weird bug between g++ 5.4 and ccache, which is used in the ROS buildfarm. [...] This should fix compilation on the build

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Plugins

No plugins found.

Recent questions tagged rosmon_msgs at Robotics Stack Exchange

No version for distro dashing showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

rosmon_msgs package from rosmon repo

rosmon rosmon_core rosmon_msgs rqt_rosmon

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/xqms/rosmon.git
VCS Type git
VCS Version master
Last Updated 2024-02-19
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

Messages for rosmon, the node launcher and monitor for ROS. rosmon is a replacement for the roslaunch tool, focused on performance, remote monitoring, and usability.

Additional Links

No additional links.

Maintainers

  • Max Schwarz

Authors

  • Max Schwarz
README
No README found. See repository README.
CHANGELOG

Changelog for package rosmon

2.5.1 (2023-09-29)

2.5.0 (2023-07-10)

2.4.0 (2021-08-02)

  • Increase cmake minimum version to 3.4
  • Contributors: Max Schwarz

2.3.2 (2020-05-29)

2.3.1 (2020-05-28)

2.3.0 (2020-05-28)

2.2.1 (2019-11-08)

2.2.0 (2019-10-29)

2.1.1 (2019-07-09)

2.1.0 (2019-06-25)

  • Handle namespaces in service calls correctly, PR #80
  • Add namespaces to status topics, PR #78
  • Contributors: Artur Miller, David Walsh, Max Schwarz

2.0.2 (2019-03-12)

2.0.1 (2019-03-12)

2.0.0 (2019-03-11)

  • split into separate packages for core, GUI, messages, PR #72
  • Contributors: Max Schwarz

1.0.10 (2018-10-29)

  • main: exit gracefully on SIGTERM and SIGHUP as well (issue #59, PR #60)
  • launch: allow <arg default="XY"> in <include> tags (issue #57, PR #58) roslaunch allows this, so we should as well. Since it seems a bit confusing, we issue a warning when this happens. In these cases, <arg value="XY"> should be applicable and is much clearer.
  • Contributors: Max Schwarz

1.0.9 (2018-09-20)

  • Fix race condition in integration test (issue #42, PR #54)
  • Clean namespace names properly to fix double slashes (issue #49, PR #53)
  • Respect ROS_NAMESPACE for nested launches (issue #46, PR #51)
  • gui: Sort Memory column correctly (issue #48, PR #50)
  • Try to find an executable file for nodes (issue #45, PR #47)
  • Add --stop-timeout option and launch file attribute (PR #37)
  • Handle params with leading slashes inside nodes (PR #40)
  • Add --no-start option (PR #39)
  • gui: Fix index bug in showContextMenu (PR #38)
  • Contributors: Max Schwarz, Nikos Skalkotos, Romain Reignier

1.0.8 (2018-08-07)

  • main: Add option for flushing the logfile Add --flush option that will flush the logfile after each entry.
  • Merge pull request #35 More complete support for rosparam features
  • Merge pull request #34 YAML quoted strings
  • launch: rosparam: support binary data
  • launch: rosparam: correctly handle explicit YAML type tags
  • launch: support rosparam angle computations
  • launch: always map YAML quoted values to string params These always get mapped to str by python's yaml.load, which is used by roslaunch, so we do the same here.
  • Contributors: Max Schwarz, Nikos Skalkotos

1.0.7 (2018-05-27)

  • Support Python 3 & select appropriate Python version. This fixes a mismatch on Debian Jessie, where rospack is linked against Python 2.7 and we would link against Python 3.4.
  • launch: substitution_python: support Python 3
  • Contributors: Max Schwarz

1.0.6 (2018-05-26)

  • test/xml: replace more multiline string Catch captures Sorry, somehow these slipped through - and I didn't have a good way of testing these locally without the buildfarm. I'm testing with gcc 4.8 on trusty now, which seems to have matching behavior.
  • Contributors: Max Schwarz

1.0.5 (2018-05-25)

  • test/xml: avoid multiline Catch captures in exception tests These trigger some weird bug between g++ 5.4 and ccache, which is used in the ROS buildfarm. [...] This should fix compilation on the build

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Plugins

No plugins found.

Recent questions tagged rosmon_msgs at Robotics Stack Exchange

No version for distro galactic showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

rosmon_msgs package from rosmon repo

rosmon rosmon_core rosmon_msgs rqt_rosmon

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/xqms/rosmon.git
VCS Type git
VCS Version master
Last Updated 2024-02-19
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

Messages for rosmon, the node launcher and monitor for ROS. rosmon is a replacement for the roslaunch tool, focused on performance, remote monitoring, and usability.

Additional Links

No additional links.

Maintainers

  • Max Schwarz

Authors

  • Max Schwarz
README
No README found. See repository README.
CHANGELOG

Changelog for package rosmon

2.5.1 (2023-09-29)

2.5.0 (2023-07-10)

2.4.0 (2021-08-02)

  • Increase cmake minimum version to 3.4
  • Contributors: Max Schwarz

2.3.2 (2020-05-29)

2.3.1 (2020-05-28)

2.3.0 (2020-05-28)

2.2.1 (2019-11-08)

2.2.0 (2019-10-29)

2.1.1 (2019-07-09)

2.1.0 (2019-06-25)

  • Handle namespaces in service calls correctly, PR #80
  • Add namespaces to status topics, PR #78
  • Contributors: Artur Miller, David Walsh, Max Schwarz

2.0.2 (2019-03-12)

2.0.1 (2019-03-12)

2.0.0 (2019-03-11)

  • split into separate packages for core, GUI, messages, PR #72
  • Contributors: Max Schwarz

1.0.10 (2018-10-29)

  • main: exit gracefully on SIGTERM and SIGHUP as well (issue #59, PR #60)
  • launch: allow <arg default="XY"> in <include> tags (issue #57, PR #58) roslaunch allows this, so we should as well. Since it seems a bit confusing, we issue a warning when this happens. In these cases, <arg value="XY"> should be applicable and is much clearer.
  • Contributors: Max Schwarz

1.0.9 (2018-09-20)

  • Fix race condition in integration test (issue #42, PR #54)
  • Clean namespace names properly to fix double slashes (issue #49, PR #53)
  • Respect ROS_NAMESPACE for nested launches (issue #46, PR #51)
  • gui: Sort Memory column correctly (issue #48, PR #50)
  • Try to find an executable file for nodes (issue #45, PR #47)
  • Add --stop-timeout option and launch file attribute (PR #37)
  • Handle params with leading slashes inside nodes (PR #40)
  • Add --no-start option (PR #39)
  • gui: Fix index bug in showContextMenu (PR #38)
  • Contributors: Max Schwarz, Nikos Skalkotos, Romain Reignier

1.0.8 (2018-08-07)

  • main: Add option for flushing the logfile Add --flush option that will flush the logfile after each entry.
  • Merge pull request #35 More complete support for rosparam features
  • Merge pull request #34 YAML quoted strings
  • launch: rosparam: support binary data
  • launch: rosparam: correctly handle explicit YAML type tags
  • launch: support rosparam angle computations
  • launch: always map YAML quoted values to string params These always get mapped to str by python's yaml.load, which is used by roslaunch, so we do the same here.
  • Contributors: Max Schwarz, Nikos Skalkotos

1.0.7 (2018-05-27)

  • Support Python 3 & select appropriate Python version. This fixes a mismatch on Debian Jessie, where rospack is linked against Python 2.7 and we would link against Python 3.4.
  • launch: substitution_python: support Python 3
  • Contributors: Max Schwarz

1.0.6 (2018-05-26)

  • test/xml: replace more multiline string Catch captures Sorry, somehow these slipped through - and I didn't have a good way of testing these locally without the buildfarm. I'm testing with gcc 4.8 on trusty now, which seems to have matching behavior.
  • Contributors: Max Schwarz

1.0.5 (2018-05-25)

  • test/xml: avoid multiline Catch captures in exception tests These trigger some weird bug between g++ 5.4 and ccache, which is used in the ROS buildfarm. [...] This should fix compilation on the build

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Plugins

No plugins found.

Recent questions tagged rosmon_msgs at Robotics Stack Exchange

No version for distro foxy showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

rosmon_msgs package from rosmon repo

rosmon rosmon_core rosmon_msgs rqt_rosmon

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/xqms/rosmon.git
VCS Type git
VCS Version master
Last Updated 2024-02-19
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

Messages for rosmon, the node launcher and monitor for ROS. rosmon is a replacement for the roslaunch tool, focused on performance, remote monitoring, and usability.

Additional Links

No additional links.

Maintainers

  • Max Schwarz

Authors

  • Max Schwarz
README
No README found. See repository README.
CHANGELOG

Changelog for package rosmon

2.5.1 (2023-09-29)

2.5.0 (2023-07-10)

2.4.0 (2021-08-02)

  • Increase cmake minimum version to 3.4
  • Contributors: Max Schwarz

2.3.2 (2020-05-29)

2.3.1 (2020-05-28)

2.3.0 (2020-05-28)

2.2.1 (2019-11-08)

2.2.0 (2019-10-29)

2.1.1 (2019-07-09)

2.1.0 (2019-06-25)

  • Handle namespaces in service calls correctly, PR #80
  • Add namespaces to status topics, PR #78
  • Contributors: Artur Miller, David Walsh, Max Schwarz

2.0.2 (2019-03-12)

2.0.1 (2019-03-12)

2.0.0 (2019-03-11)

  • split into separate packages for core, GUI, messages, PR #72
  • Contributors: Max Schwarz

1.0.10 (2018-10-29)

  • main: exit gracefully on SIGTERM and SIGHUP as well (issue #59, PR #60)
  • launch: allow <arg default="XY"> in <include> tags (issue #57, PR #58) roslaunch allows this, so we should as well. Since it seems a bit confusing, we issue a warning when this happens. In these cases, <arg value="XY"> should be applicable and is much clearer.
  • Contributors: Max Schwarz

1.0.9 (2018-09-20)

  • Fix race condition in integration test (issue #42, PR #54)
  • Clean namespace names properly to fix double slashes (issue #49, PR #53)
  • Respect ROS_NAMESPACE for nested launches (issue #46, PR #51)
  • gui: Sort Memory column correctly (issue #48, PR #50)
  • Try to find an executable file for nodes (issue #45, PR #47)
  • Add --stop-timeout option and launch file attribute (PR #37)
  • Handle params with leading slashes inside nodes (PR #40)
  • Add --no-start option (PR #39)
  • gui: Fix index bug in showContextMenu (PR #38)
  • Contributors: Max Schwarz, Nikos Skalkotos, Romain Reignier

1.0.8 (2018-08-07)

  • main: Add option for flushing the logfile Add --flush option that will flush the logfile after each entry.
  • Merge pull request #35 More complete support for rosparam features
  • Merge pull request #34 YAML quoted strings
  • launch: rosparam: support binary data
  • launch: rosparam: correctly handle explicit YAML type tags
  • launch: support rosparam angle computations
  • launch: always map YAML quoted values to string params These always get mapped to str by python's yaml.load, which is used by roslaunch, so we do the same here.
  • Contributors: Max Schwarz, Nikos Skalkotos

1.0.7 (2018-05-27)

  • Support Python 3 & select appropriate Python version. This fixes a mismatch on Debian Jessie, where rospack is linked against Python 2.7 and we would link against Python 3.4.
  • launch: substitution_python: support Python 3
  • Contributors: Max Schwarz

1.0.6 (2018-05-26)

  • test/xml: replace more multiline string Catch captures Sorry, somehow these slipped through - and I didn't have a good way of testing these locally without the buildfarm. I'm testing with gcc 4.8 on trusty now, which seems to have matching behavior.
  • Contributors: Max Schwarz

1.0.5 (2018-05-25)

  • test/xml: avoid multiline Catch captures in exception tests These trigger some weird bug between g++ 5.4 and ccache, which is used in the ROS buildfarm. [...] This should fix compilation on the build

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Plugins

No plugins found.

Recent questions tagged rosmon_msgs at Robotics Stack Exchange

No version for distro iron showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

rosmon_msgs package from rosmon repo

rosmon rosmon_core rosmon_msgs rqt_rosmon

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/xqms/rosmon.git
VCS Type git
VCS Version master
Last Updated 2024-02-19
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

Messages for rosmon, the node launcher and monitor for ROS. rosmon is a replacement for the roslaunch tool, focused on performance, remote monitoring, and usability.

Additional Links

No additional links.

Maintainers

  • Max Schwarz

Authors

  • Max Schwarz
README
No README found. See repository README.
CHANGELOG

Changelog for package rosmon

2.5.1 (2023-09-29)

2.5.0 (2023-07-10)

2.4.0 (2021-08-02)

  • Increase cmake minimum version to 3.4
  • Contributors: Max Schwarz

2.3.2 (2020-05-29)

2.3.1 (2020-05-28)

2.3.0 (2020-05-28)

2.2.1 (2019-11-08)

2.2.0 (2019-10-29)

2.1.1 (2019-07-09)

2.1.0 (2019-06-25)

  • Handle namespaces in service calls correctly, PR #80
  • Add namespaces to status topics, PR #78
  • Contributors: Artur Miller, David Walsh, Max Schwarz

2.0.2 (2019-03-12)

2.0.1 (2019-03-12)

2.0.0 (2019-03-11)

  • split into separate packages for core, GUI, messages, PR #72
  • Contributors: Max Schwarz

1.0.10 (2018-10-29)

  • main: exit gracefully on SIGTERM and SIGHUP as well (issue #59, PR #60)
  • launch: allow <arg default="XY"> in <include> tags (issue #57, PR #58) roslaunch allows this, so we should as well. Since it seems a bit confusing, we issue a warning when this happens. In these cases, <arg value="XY"> should be applicable and is much clearer.
  • Contributors: Max Schwarz

1.0.9 (2018-09-20)

  • Fix race condition in integration test (issue #42, PR #54)
  • Clean namespace names properly to fix double slashes (issue #49, PR #53)
  • Respect ROS_NAMESPACE for nested launches (issue #46, PR #51)
  • gui: Sort Memory column correctly (issue #48, PR #50)
  • Try to find an executable file for nodes (issue #45, PR #47)
  • Add --stop-timeout option and launch file attribute (PR #37)
  • Handle params with leading slashes inside nodes (PR #40)
  • Add --no-start option (PR #39)
  • gui: Fix index bug in showContextMenu (PR #38)
  • Contributors: Max Schwarz, Nikos Skalkotos, Romain Reignier

1.0.8 (2018-08-07)

  • main: Add option for flushing the logfile Add --flush option that will flush the logfile after each entry.
  • Merge pull request #35 More complete support for rosparam features
  • Merge pull request #34 YAML quoted strings
  • launch: rosparam: support binary data
  • launch: rosparam: correctly handle explicit YAML type tags
  • launch: support rosparam angle computations
  • launch: always map YAML quoted values to string params These always get mapped to str by python's yaml.load, which is used by roslaunch, so we do the same here.
  • Contributors: Max Schwarz, Nikos Skalkotos

1.0.7 (2018-05-27)

  • Support Python 3 & select appropriate Python version. This fixes a mismatch on Debian Jessie, where rospack is linked against Python 2.7 and we would link against Python 3.4.
  • launch: substitution_python: support Python 3
  • Contributors: Max Schwarz

1.0.6 (2018-05-26)

  • test/xml: replace more multiline string Catch captures Sorry, somehow these slipped through - and I didn't have a good way of testing these locally without the buildfarm. I'm testing with gcc 4.8 on trusty now, which seems to have matching behavior.
  • Contributors: Max Schwarz

1.0.5 (2018-05-25)

  • test/xml: avoid multiline Catch captures in exception tests These trigger some weird bug between g++ 5.4 and ccache, which is used in the ROS buildfarm. [...] This should fix compilation on the build

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Plugins

No plugins found.

Recent questions tagged rosmon_msgs at Robotics Stack Exchange

Package symbol

rosmon_msgs package from rosmon repo

rosmon rosmon_core rosmon_msgs rqt_rosmon

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/xqms/rosmon.git
VCS Type git
VCS Version master
Last Updated 2024-02-19
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

Messages for rosmon, the node launcher and monitor for ROS. rosmon is a replacement for the roslaunch tool, focused on performance, remote monitoring, and usability.

Additional Links

No additional links.

Maintainers

  • Max Schwarz

Authors

  • Max Schwarz
README
No README found. See repository README.
CHANGELOG

Changelog for package rosmon

2.5.1 (2023-09-29)

2.5.0 (2023-07-10)

2.4.0 (2021-08-02)

  • Increase cmake minimum version to 3.4
  • Contributors: Max Schwarz

2.3.2 (2020-05-29)

2.3.1 (2020-05-28)

2.3.0 (2020-05-28)

2.2.1 (2019-11-08)

2.2.0 (2019-10-29)

2.1.1 (2019-07-09)

2.1.0 (2019-06-25)

  • Handle namespaces in service calls correctly, PR #80
  • Add namespaces to status topics, PR #78
  • Contributors: Artur Miller, David Walsh, Max Schwarz

2.0.2 (2019-03-12)

2.0.1 (2019-03-12)

2.0.0 (2019-03-11)

  • split into separate packages for core, GUI, messages, PR #72
  • Contributors: Max Schwarz

1.0.10 (2018-10-29)

  • main: exit gracefully on SIGTERM and SIGHUP as well (issue #59, PR #60)
  • launch: allow <arg default="XY"> in <include> tags (issue #57, PR #58) roslaunch allows this, so we should as well. Since it seems a bit confusing, we issue a warning when this happens. In these cases, <arg value="XY"> should be applicable and is much clearer.
  • Contributors: Max Schwarz

1.0.9 (2018-09-20)

  • Fix race condition in integration test (issue #42, PR #54)
  • Clean namespace names properly to fix double slashes (issue #49, PR #53)
  • Respect ROS_NAMESPACE for nested launches (issue #46, PR #51)
  • gui: Sort Memory column correctly (issue #48, PR #50)
  • Try to find an executable file for nodes (issue #45, PR #47)
  • Add --stop-timeout option and launch file attribute (PR #37)
  • Handle params with leading slashes inside nodes (PR #40)
  • Add --no-start option (PR #39)
  • gui: Fix index bug in showContextMenu (PR #38)
  • Contributors: Max Schwarz, Nikos Skalkotos, Romain Reignier

1.0.8 (2018-08-07)

  • main: Add option for flushing the logfile Add --flush option that will flush the logfile after each entry.
  • Merge pull request #35 More complete support for rosparam features
  • Merge pull request #34 YAML quoted strings
  • launch: rosparam: support binary data
  • launch: rosparam: correctly handle explicit YAML type tags
  • launch: support rosparam angle computations
  • launch: always map YAML quoted values to string params These always get mapped to str by python's yaml.load, which is used by roslaunch, so we do the same here.
  • Contributors: Max Schwarz, Nikos Skalkotos

1.0.7 (2018-05-27)

  • Support Python 3 & select appropriate Python version. This fixes a mismatch on Debian Jessie, where rospack is linked against Python 2.7 and we would link against Python 3.4.
  • launch: substitution_python: support Python 3
  • Contributors: Max Schwarz

1.0.6 (2018-05-26)

  • test/xml: replace more multiline string Catch captures Sorry, somehow these slipped through - and I didn't have a good way of testing these locally without the buildfarm. I'm testing with gcc 4.8 on trusty now, which seems to have matching behavior.
  • Contributors: Max Schwarz

1.0.5 (2018-05-25)

  • test/xml: avoid multiline Catch captures in exception tests These trigger some weird bug between g++ 5.4 and ccache, which is used in the ROS buildfarm. [...] This should fix compilation on the build

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Plugins

No plugins found.

Recent questions tagged rosmon_msgs at Robotics Stack Exchange

No version for distro jade showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

rosmon_msgs package from rosmon repo

rosmon rosmon_core rosmon_msgs rqt_rosmon

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/xqms/rosmon.git
VCS Type git
VCS Version master
Last Updated 2024-02-19
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

Messages for rosmon, the node launcher and monitor for ROS. rosmon is a replacement for the roslaunch tool, focused on performance, remote monitoring, and usability.

Additional Links

No additional links.

Maintainers

  • Max Schwarz

Authors

  • Max Schwarz
README
No README found. See repository README.
CHANGELOG

Changelog for package rosmon

2.5.1 (2023-09-29)

2.5.0 (2023-07-10)

2.4.0 (2021-08-02)

  • Increase cmake minimum version to 3.4
  • Contributors: Max Schwarz

2.3.2 (2020-05-29)

2.3.1 (2020-05-28)

2.3.0 (2020-05-28)

2.2.1 (2019-11-08)

2.2.0 (2019-10-29)

2.1.1 (2019-07-09)

2.1.0 (2019-06-25)

  • Handle namespaces in service calls correctly, PR #80
  • Add namespaces to status topics, PR #78
  • Contributors: Artur Miller, David Walsh, Max Schwarz

2.0.2 (2019-03-12)

2.0.1 (2019-03-12)

2.0.0 (2019-03-11)

  • split into separate packages for core, GUI, messages, PR #72
  • Contributors: Max Schwarz

1.0.10 (2018-10-29)

  • main: exit gracefully on SIGTERM and SIGHUP as well (issue #59, PR #60)
  • launch: allow <arg default="XY"> in <include> tags (issue #57, PR #58) roslaunch allows this, so we should as well. Since it seems a bit confusing, we issue a warning when this happens. In these cases, <arg value="XY"> should be applicable and is much clearer.
  • Contributors: Max Schwarz

1.0.9 (2018-09-20)

  • Fix race condition in integration test (issue #42, PR #54)
  • Clean namespace names properly to fix double slashes (issue #49, PR #53)
  • Respect ROS_NAMESPACE for nested launches (issue #46, PR #51)
  • gui: Sort Memory column correctly (issue #48, PR #50)
  • Try to find an executable file for nodes (issue #45, PR #47)
  • Add --stop-timeout option and launch file attribute (PR #37)
  • Handle params with leading slashes inside nodes (PR #40)
  • Add --no-start option (PR #39)
  • gui: Fix index bug in showContextMenu (PR #38)
  • Contributors: Max Schwarz, Nikos Skalkotos, Romain Reignier

1.0.8 (2018-08-07)

  • main: Add option for flushing the logfile Add --flush option that will flush the logfile after each entry.
  • Merge pull request #35 More complete support for rosparam features
  • Merge pull request #34 YAML quoted strings
  • launch: rosparam: support binary data
  • launch: rosparam: correctly handle explicit YAML type tags
  • launch: support rosparam angle computations
  • launch: always map YAML quoted values to string params These always get mapped to str by python's yaml.load, which is used by roslaunch, so we do the same here.
  • Contributors: Max Schwarz, Nikos Skalkotos

1.0.7 (2018-05-27)

  • Support Python 3 & select appropriate Python version. This fixes a mismatch on Debian Jessie, where rospack is linked against Python 2.7 and we would link against Python 3.4.
  • launch: substitution_python: support Python 3
  • Contributors: Max Schwarz

1.0.6 (2018-05-26)

  • test/xml: replace more multiline string Catch captures Sorry, somehow these slipped through - and I didn't have a good way of testing these locally without the buildfarm. I'm testing with gcc 4.8 on trusty now, which seems to have matching behavior.
  • Contributors: Max Schwarz

1.0.5 (2018-05-25)

  • test/xml: avoid multiline Catch captures in exception tests These trigger some weird bug between g++ 5.4 and ccache, which is used in the ROS buildfarm. [...] This should fix compilation on the build

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Plugins

No plugins found.

Recent questions tagged rosmon_msgs at Robotics Stack Exchange

No version for distro indigo showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

rosmon_msgs package from rosmon repo

rosmon rosmon_core rosmon_msgs rqt_rosmon

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/xqms/rosmon.git
VCS Type git
VCS Version master
Last Updated 2024-02-19
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

Messages for rosmon, the node launcher and monitor for ROS. rosmon is a replacement for the roslaunch tool, focused on performance, remote monitoring, and usability.

Additional Links

No additional links.

Maintainers

  • Max Schwarz

Authors

  • Max Schwarz
README
No README found. See repository README.
CHANGELOG

Changelog for package rosmon

2.5.1 (2023-09-29)

2.5.0 (2023-07-10)

2.4.0 (2021-08-02)

  • Increase cmake minimum version to 3.4
  • Contributors: Max Schwarz

2.3.2 (2020-05-29)

2.3.1 (2020-05-28)

2.3.0 (2020-05-28)

2.2.1 (2019-11-08)

2.2.0 (2019-10-29)

2.1.1 (2019-07-09)

2.1.0 (2019-06-25)

  • Handle namespaces in service calls correctly, PR #80
  • Add namespaces to status topics, PR #78
  • Contributors: Artur Miller, David Walsh, Max Schwarz

2.0.2 (2019-03-12)

2.0.1 (2019-03-12)

2.0.0 (2019-03-11)

  • split into separate packages for core, GUI, messages, PR #72
  • Contributors: Max Schwarz

1.0.10 (2018-10-29)

  • main: exit gracefully on SIGTERM and SIGHUP as well (issue #59, PR #60)
  • launch: allow <arg default="XY"> in <include> tags (issue #57, PR #58) roslaunch allows this, so we should as well. Since it seems a bit confusing, we issue a warning when this happens. In these cases, <arg value="XY"> should be applicable and is much clearer.
  • Contributors: Max Schwarz

1.0.9 (2018-09-20)

  • Fix race condition in integration test (issue #42, PR #54)
  • Clean namespace names properly to fix double slashes (issue #49, PR #53)
  • Respect ROS_NAMESPACE for nested launches (issue #46, PR #51)
  • gui: Sort Memory column correctly (issue #48, PR #50)
  • Try to find an executable file for nodes (issue #45, PR #47)
  • Add --stop-timeout option and launch file attribute (PR #37)
  • Handle params with leading slashes inside nodes (PR #40)
  • Add --no-start option (PR #39)
  • gui: Fix index bug in showContextMenu (PR #38)
  • Contributors: Max Schwarz, Nikos Skalkotos, Romain Reignier

1.0.8 (2018-08-07)

  • main: Add option for flushing the logfile Add --flush option that will flush the logfile after each entry.
  • Merge pull request #35 More complete support for rosparam features
  • Merge pull request #34 YAML quoted strings
  • launch: rosparam: support binary data
  • launch: rosparam: correctly handle explicit YAML type tags
  • launch: support rosparam angle computations
  • launch: always map YAML quoted values to string params These always get mapped to str by python's yaml.load, which is used by roslaunch, so we do the same here.
  • Contributors: Max Schwarz, Nikos Skalkotos

1.0.7 (2018-05-27)

  • Support Python 3 & select appropriate Python version. This fixes a mismatch on Debian Jessie, where rospack is linked against Python 2.7 and we would link against Python 3.4.
  • launch: substitution_python: support Python 3
  • Contributors: Max Schwarz

1.0.6 (2018-05-26)

  • test/xml: replace more multiline string Catch captures Sorry, somehow these slipped through - and I didn't have a good way of testing these locally without the buildfarm. I'm testing with gcc 4.8 on trusty now, which seems to have matching behavior.
  • Contributors: Max Schwarz

1.0.5 (2018-05-25)

  • test/xml: avoid multiline Catch captures in exception tests These trigger some weird bug between g++ 5.4 and ccache, which is used in the ROS buildfarm. [...] This should fix compilation on the build

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Plugins

No plugins found.

Recent questions tagged rosmon_msgs at Robotics Stack Exchange

No version for distro hydro showing lunar. Known supported distros are highlighted in the buttons above.
Package symbol

rosmon_msgs package from rosmon repo

rosmon rosmon_core rosmon_msgs rqt_rosmon

ROS Distro
lunar

Package Summary

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

Repository Summary

Checkout URI https://github.com/xqms/rosmon.git
VCS Type git
VCS Version master
Last Updated 2024-02-19
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

Messages for rosmon, the node launcher and monitor for ROS. rosmon is a replacement for the roslaunch tool, focused on performance, remote monitoring, and usability.

Additional Links

No additional links.

Maintainers

  • Max Schwarz

Authors

  • Max Schwarz
README
No README found. See repository README.
CHANGELOG

Changelog for package rosmon

2.5.1 (2023-09-29)

2.5.0 (2023-07-10)

2.4.0 (2021-08-02)

  • Increase cmake minimum version to 3.4
  • Contributors: Max Schwarz

2.3.2 (2020-05-29)

2.3.1 (2020-05-28)

2.3.0 (2020-05-28)

2.2.1 (2019-11-08)

2.2.0 (2019-10-29)

2.1.1 (2019-07-09)

2.1.0 (2019-06-25)

  • Handle namespaces in service calls correctly, PR #80
  • Add namespaces to status topics, PR #78
  • Contributors: Artur Miller, David Walsh, Max Schwarz

2.0.2 (2019-03-12)

2.0.1 (2019-03-12)

2.0.0 (2019-03-11)

  • split into separate packages for core, GUI, messages, PR #72
  • Contributors: Max Schwarz

1.0.10 (2018-10-29)

  • main: exit gracefully on SIGTERM and SIGHUP as well (issue #59, PR #60)
  • launch: allow <arg default="XY"> in <include> tags (issue #57, PR #58) roslaunch allows this, so we should as well. Since it seems a bit confusing, we issue a warning when this happens. In these cases, <arg value="XY"> should be applicable and is much clearer.
  • Contributors: Max Schwarz

1.0.9 (2018-09-20)

  • Fix race condition in integration test (issue #42, PR #54)
  • Clean namespace names properly to fix double slashes (issue #49, PR #53)
  • Respect ROS_NAMESPACE for nested launches (issue #46, PR #51)
  • gui: Sort Memory column correctly (issue #48, PR #50)
  • Try to find an executable file for nodes (issue #45, PR #47)
  • Add --stop-timeout option and launch file attribute (PR #37)
  • Handle params with leading slashes inside nodes (PR #40)
  • Add --no-start option (PR #39)
  • gui: Fix index bug in showContextMenu (PR #38)
  • Contributors: Max Schwarz, Nikos Skalkotos, Romain Reignier

1.0.8 (2018-08-07)

  • main: Add option for flushing the logfile Add --flush option that will flush the logfile after each entry.
  • Merge pull request #35 More complete support for rosparam features
  • Merge pull request #34 YAML quoted strings
  • launch: rosparam: support binary data
  • launch: rosparam: correctly handle explicit YAML type tags
  • launch: support rosparam angle computations
  • launch: always map YAML quoted values to string params These always get mapped to str by python's yaml.load, which is used by roslaunch, so we do the same here.
  • Contributors: Max Schwarz, Nikos Skalkotos

1.0.7 (2018-05-27)

  • Support Python 3 & select appropriate Python version. This fixes a mismatch on Debian Jessie, where rospack is linked against Python 2.7 and we would link against Python 3.4.
  • launch: substitution_python: support Python 3
  • Contributors: Max Schwarz

1.0.6 (2018-05-26)

  • test/xml: replace more multiline string Catch captures Sorry, somehow these slipped through - and I didn't have a good way of testing these locally without the buildfarm. I'm testing with gcc 4.8 on trusty now, which seems to have matching behavior.
  • Contributors: Max Schwarz

1.0.5 (2018-05-25)

  • test/xml: avoid multiline Catch captures in exception tests These trigger some weird bug between g++ 5.4 and ccache, which is used in the ROS buildfarm. [...] This should fix compilation on the build

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Plugins

No plugins found.

Recent questions tagged rosmon_msgs at Robotics Stack Exchange

Package symbol

rosmon_msgs package from rosmon repo

rosmon rosmon_core rosmon_msgs rqt_rosmon

ROS Distro
kinetic

Package Summary

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

Repository Summary

Checkout URI https://github.com/xqms/rosmon.git
VCS Type git
VCS Version master
Last Updated 2024-02-19
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

Messages for rosmon, the node launcher and monitor for ROS. rosmon is a replacement for the roslaunch tool, focused on performance, remote monitoring, and usability.

Additional Links

No additional links.

Maintainers

  • Max Schwarz

Authors

  • Max Schwarz
README
No README found. See repository README.
CHANGELOG

Changelog for package rosmon

2.5.1 (2023-09-29)

2.5.0 (2023-07-10)

2.4.0 (2021-08-02)

  • Increase cmake minimum version to 3.4
  • Contributors: Max Schwarz

2.3.2 (2020-05-29)

2.3.1 (2020-05-28)

2.3.0 (2020-05-28)

2.2.1 (2019-11-08)

2.2.0 (2019-10-29)

2.1.1 (2019-07-09)

2.1.0 (2019-06-25)

  • Handle namespaces in service calls correctly, PR #80
  • Add namespaces to status topics, PR #78
  • Contributors: Artur Miller, David Walsh, Max Schwarz

2.0.2 (2019-03-12)

2.0.1 (2019-03-12)

2.0.0 (2019-03-11)

  • split into separate packages for core, GUI, messages, PR #72
  • Contributors: Max Schwarz

1.0.10 (2018-10-29)

  • main: exit gracefully on SIGTERM and SIGHUP as well (issue #59, PR #60)
  • launch: allow <arg default="XY"> in <include> tags (issue #57, PR #58) roslaunch allows this, so we should as well. Since it seems a bit confusing, we issue a warning when this happens. In these cases, <arg value="XY"> should be applicable and is much clearer.
  • Contributors: Max Schwarz

1.0.9 (2018-09-20)

  • Fix race condition in integration test (issue #42, PR #54)
  • Clean namespace names properly to fix double slashes (issue #49, PR #53)
  • Respect ROS_NAMESPACE for nested launches (issue #46, PR #51)
  • gui: Sort Memory column correctly (issue #48, PR #50)
  • Try to find an executable file for nodes (issue #45, PR #47)
  • Add --stop-timeout option and launch file attribute (PR #37)
  • Handle params with leading slashes inside nodes (PR #40)
  • Add --no-start option (PR #39)
  • gui: Fix index bug in showContextMenu (PR #38)
  • Contributors: Max Schwarz, Nikos Skalkotos, Romain Reignier

1.0.8 (2018-08-07)

  • main: Add option for flushing the logfile Add --flush option that will flush the logfile after each entry.
  • Merge pull request #35 More complete support for rosparam features
  • Merge pull request #34 YAML quoted strings
  • launch: rosparam: support binary data
  • launch: rosparam: correctly handle explicit YAML type tags
  • launch: support rosparam angle computations
  • launch: always map YAML quoted values to string params These always get mapped to str by python's yaml.load, which is used by roslaunch, so we do the same here.
  • Contributors: Max Schwarz, Nikos Skalkotos

1.0.7 (2018-05-27)

  • Support Python 3 & select appropriate Python version. This fixes a mismatch on Debian Jessie, where rospack is linked against Python 2.7 and we would link against Python 3.4.
  • launch: substitution_python: support Python 3
  • Contributors: Max Schwarz

1.0.6 (2018-05-26)

  • test/xml: replace more multiline string Catch captures Sorry, somehow these slipped through - and I didn't have a good way of testing these locally without the buildfarm. I'm testing with gcc 4.8 on trusty now, which seems to have matching behavior.
  • Contributors: Max Schwarz

1.0.5 (2018-05-25)

  • test/xml: avoid multiline Catch captures in exception tests These trigger some weird bug between g++ 5.4 and ccache, which is used in the ROS buildfarm. [...] This should fix compilation on the build

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Plugins

No plugins found.

Recent questions tagged rosmon_msgs at Robotics Stack Exchange

Package symbol

rosmon_msgs package from rosmon repo

rosmon rosmon_core rosmon_msgs rqt_rosmon

ROS Distro
melodic

Package Summary

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

Repository Summary

Checkout URI https://github.com/xqms/rosmon.git
VCS Type git
VCS Version master
Last Updated 2024-02-19
Dev Status MAINTAINED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Messages for rosmon, the node launcher and monitor for ROS. rosmon is a replacement for the roslaunch tool, focused on performance, remote monitoring, and usability.

Additional Links

No additional links.

Maintainers

  • Max Schwarz

Authors

  • Max Schwarz
README
No README found. See repository README.
CHANGELOG

Changelog for package rosmon

2.5.1 (2023-09-29)

2.5.0 (2023-07-10)

2.4.0 (2021-08-02)

  • Increase cmake minimum version to 3.4
  • Contributors: Max Schwarz

2.3.2 (2020-05-29)

2.3.1 (2020-05-28)

2.3.0 (2020-05-28)

2.2.1 (2019-11-08)

2.2.0 (2019-10-29)

2.1.1 (2019-07-09)

2.1.0 (2019-06-25)

  • Handle namespaces in service calls correctly, PR #80
  • Add namespaces to status topics, PR #78
  • Contributors: Artur Miller, David Walsh, Max Schwarz

2.0.2 (2019-03-12)

2.0.1 (2019-03-12)

2.0.0 (2019-03-11)

  • split into separate packages for core, GUI, messages, PR #72
  • Contributors: Max Schwarz

1.0.10 (2018-10-29)

  • main: exit gracefully on SIGTERM and SIGHUP as well (issue #59, PR #60)
  • launch: allow <arg default="XY"> in <include> tags (issue #57, PR #58) roslaunch allows this, so we should as well. Since it seems a bit confusing, we issue a warning when this happens. In these cases, <arg value="XY"> should be applicable and is much clearer.
  • Contributors: Max Schwarz

1.0.9 (2018-09-20)

  • Fix race condition in integration test (issue #42, PR #54)
  • Clean namespace names properly to fix double slashes (issue #49, PR #53)
  • Respect ROS_NAMESPACE for nested launches (issue #46, PR #51)
  • gui: Sort Memory column correctly (issue #48, PR #50)
  • Try to find an executable file for nodes (issue #45, PR #47)
  • Add --stop-timeout option and launch file attribute (PR #37)
  • Handle params with leading slashes inside nodes (PR #40)
  • Add --no-start option (PR #39)
  • gui: Fix index bug in showContextMenu (PR #38)
  • Contributors: Max Schwarz, Nikos Skalkotos, Romain Reignier

1.0.8 (2018-08-07)

  • main: Add option for flushing the logfile Add --flush option that will flush the logfile after each entry.
  • Merge pull request #35 More complete support for rosparam features
  • Merge pull request #34 YAML quoted strings
  • launch: rosparam: support binary data
  • launch: rosparam: correctly handle explicit YAML type tags
  • launch: support rosparam angle computations
  • launch: always map YAML quoted values to string params These always get mapped to str by python's yaml.load, which is used by roslaunch, so we do the same here.
  • Contributors: Max Schwarz, Nikos Skalkotos

1.0.7 (2018-05-27)

  • Support Python 3 & select appropriate Python version. This fixes a mismatch on Debian Jessie, where rospack is linked against Python 2.7 and we would link against Python 3.4.
  • launch: substitution_python: support Python 3
  • Contributors: Max Schwarz

1.0.6 (2018-05-26)

  • test/xml: replace more multiline string Catch captures Sorry, somehow these slipped through - and I didn't have a good way of testing these locally without the buildfarm. I'm testing with gcc 4.8 on trusty now, which seems to have matching behavior.
  • Contributors: Max Schwarz

1.0.5 (2018-05-25)

  • test/xml: avoid multiline Catch captures in exception tests These trigger some weird bug between g++ 5.4 and ccache, which is used in the ROS buildfarm. [...] This should fix compilation on the build

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Plugins

No plugins found.

Recent questions tagged rosmon_msgs at Robotics Stack Exchange

Package symbol

rosmon_msgs package from rosmon repo

rosmon rosmon_core rosmon_msgs rqt_rosmon

ROS Distro
noetic

Package Summary

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

Repository Summary

Checkout URI https://github.com/xqms/rosmon.git
VCS Type git
VCS Version master
Last Updated 2024-02-19
Dev Status MAINTAINED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Messages for rosmon, the node launcher and monitor for ROS. rosmon is a replacement for the roslaunch tool, focused on performance, remote monitoring, and usability.

Additional Links

No additional links.

Maintainers

  • Max Schwarz

Authors

  • Max Schwarz
README
No README found. See repository README.
CHANGELOG

Changelog for package rosmon

2.5.1 (2023-09-29)

2.5.0 (2023-07-10)

2.4.0 (2021-08-02)

  • Increase cmake minimum version to 3.4
  • Contributors: Max Schwarz

2.3.2 (2020-05-29)

2.3.1 (2020-05-28)

2.3.0 (2020-05-28)

2.2.1 (2019-11-08)

2.2.0 (2019-10-29)

2.1.1 (2019-07-09)

2.1.0 (2019-06-25)

  • Handle namespaces in service calls correctly, PR #80
  • Add namespaces to status topics, PR #78
  • Contributors: Artur Miller, David Walsh, Max Schwarz

2.0.2 (2019-03-12)

2.0.1 (2019-03-12)

2.0.0 (2019-03-11)

  • split into separate packages for core, GUI, messages, PR #72
  • Contributors: Max Schwarz

1.0.10 (2018-10-29)

  • main: exit gracefully on SIGTERM and SIGHUP as well (issue #59, PR #60)
  • launch: allow <arg default="XY"> in <include> tags (issue #57, PR #58) roslaunch allows this, so we should as well. Since it seems a bit confusing, we issue a warning when this happens. In these cases, <arg value="XY"> should be applicable and is much clearer.
  • Contributors: Max Schwarz

1.0.9 (2018-09-20)

  • Fix race condition in integration test (issue #42, PR #54)
  • Clean namespace names properly to fix double slashes (issue #49, PR #53)
  • Respect ROS_NAMESPACE for nested launches (issue #46, PR #51)
  • gui: Sort Memory column correctly (issue #48, PR #50)
  • Try to find an executable file for nodes (issue #45, PR #47)
  • Add --stop-timeout option and launch file attribute (PR #37)
  • Handle params with leading slashes inside nodes (PR #40)
  • Add --no-start option (PR #39)
  • gui: Fix index bug in showContextMenu (PR #38)
  • Contributors: Max Schwarz, Nikos Skalkotos, Romain Reignier

1.0.8 (2018-08-07)

  • main: Add option for flushing the logfile Add --flush option that will flush the logfile after each entry.
  • Merge pull request #35 More complete support for rosparam features
  • Merge pull request #34 YAML quoted strings
  • launch: rosparam: support binary data
  • launch: rosparam: correctly handle explicit YAML type tags
  • launch: support rosparam angle computations
  • launch: always map YAML quoted values to string params These always get mapped to str by python's yaml.load, which is used by roslaunch, so we do the same here.
  • Contributors: Max Schwarz, Nikos Skalkotos

1.0.7 (2018-05-27)

  • Support Python 3 & select appropriate Python version. This fixes a mismatch on Debian Jessie, where rospack is linked against Python 2.7 and we would link against Python 3.4.
  • launch: substitution_python: support Python 3
  • Contributors: Max Schwarz

1.0.6 (2018-05-26)

  • test/xml: replace more multiline string Catch captures Sorry, somehow these slipped through - and I didn't have a good way of testing these locally without the buildfarm. I'm testing with gcc 4.8 on trusty now, which seems to have matching behavior.
  • Contributors: Max Schwarz

1.0.5 (2018-05-25)

  • test/xml: avoid multiline Catch captures in exception tests These trigger some weird bug between g++ 5.4 and ccache, which is used in the ROS buildfarm. [...] This should fix compilation on the build

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

Launch files

No launch files found

Plugins

No plugins found.

Recent questions tagged rosmon_msgs at Robotics Stack Exchange