Package symbol

rosgraph_monitor package from graph_monitor repo

rmw_stats_shim rosgraph_monitor rosgraph_monitor_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.1.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-tooling/graph-monitor.git
VCS Type git
VCS Version main
Last Updated 2025-05-12
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Monitors the ROS graph to detect error conditions

Additional Links

No additional links.

Maintainers

  • Bonsai Robotics Engineering

Authors

No additional authors.

Rosgraph Monitor

Provides a C++ class RosgraphMonitor, which uses a node’s NodeGraphInterface and subscribes to /topic_statistics to monitor the ROS computation graph and produce /diagnostics (DiagnosticArray) about issues in the graph:

  • Missing Nodes (nodes that were present and are now missing)
  • Discontinuities in graph (publishers or subscriptions that have no counterparts)
  • Data flow issues (topics not publishing at promised rate)
    • /topic_statistics required for this. See rmw_stats_shim for how those are produced

This also provides a rosgraph_monitor_node for standalone use, for users who do not need custom integration of the RosgraphMonitor class.

Topic Statistics Diagnostics

To set expectations for Topic Statistics Diagnostics, you must:

  1. Set the Deadline QoS policy on Publishers
  2. Nothing else. You don’t need to set it on Subscriptions, or register DeadlineMissed callbacks. Just state your periodic promise via Deadline QoS.

Configuration

See params_decl.yaml for the full parameters for the rosgraph_monitor Node.

These parameters mirror the structure rosgraph_monitor::GraphMonitorConfiguration in monitor.hpp, for those using the class directly instead of in the wrapping Node.

Usage

ros2 run rosgraph_monitor rosgraph_monitor_node

CHANGELOG

Changelog for package rosgraph_monitor

0.1.2 (2025-05-12)

  • Kilted support (#6)
  • Contributors: Emerson Knapp

0.1.1 (2025-04-09)

  • Remove telegraf bridge and update some language
  • RAII initialization of RosgraphMonitor (#12)
  • Fix build issues with latest generate_parameter_library (#11)
  • Action CI - support Humble, Jazzy, Rolling (#1)
  • Initial package setup
  • Contributors: Emerson Knapp, Troy Gibb, Joshua Whitley

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosgraph_monitor at Robotics Stack Exchange

Package symbol

rosgraph_monitor package from graph_monitor repo

rmw_stats_shim rosgraph_monitor rosgraph_monitor_msgs

ROS Distro
jazzy

Package Summary

Tags No category tags.
Version 0.1.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-tooling/graph-monitor.git
VCS Type git
VCS Version main
Last Updated 2025-05-12
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Monitors the ROS graph to detect error conditions

Additional Links

No additional links.

Maintainers

  • Bonsai Robotics Engineering

Authors

No additional authors.

Rosgraph Monitor

Provides a C++ class RosgraphMonitor, which uses a node’s NodeGraphInterface and subscribes to /topic_statistics to monitor the ROS computation graph and produce /diagnostics (DiagnosticArray) about issues in the graph:

  • Missing Nodes (nodes that were present and are now missing)
  • Discontinuities in graph (publishers or subscriptions that have no counterparts)
  • Data flow issues (topics not publishing at promised rate)
    • /topic_statistics required for this. See rmw_stats_shim for how those are produced

This also provides a rosgraph_monitor_node for standalone use, for users who do not need custom integration of the RosgraphMonitor class.

Topic Statistics Diagnostics

To set expectations for Topic Statistics Diagnostics, you must:

  1. Set the Deadline QoS policy on Publishers
  2. Nothing else. You don’t need to set it on Subscriptions, or register DeadlineMissed callbacks. Just state your periodic promise via Deadline QoS.

Configuration

See params_decl.yaml for the full parameters for the rosgraph_monitor Node.

These parameters mirror the structure rosgraph_monitor::GraphMonitorConfiguration in monitor.hpp, for those using the class directly instead of in the wrapping Node.

Usage

ros2 run rosgraph_monitor rosgraph_monitor_node

CHANGELOG

Changelog for package rosgraph_monitor

0.1.2 (2025-05-12)

  • Kilted support (#6)
  • Contributors: Emerson Knapp

0.1.1 (2025-04-09)

  • Remove telegraf bridge and update some language
  • RAII initialization of RosgraphMonitor (#12)
  • Fix build issues with latest generate_parameter_library (#11)
  • Action CI - support Humble, Jazzy, Rolling (#1)
  • Initial package setup
  • Contributors: Emerson Knapp, Troy Gibb, Joshua Whitley

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosgraph_monitor at Robotics Stack Exchange

Package symbol

rosgraph_monitor package from graph_monitor repo

rmw_stats_shim rosgraph_monitor rosgraph_monitor_msgs

ROS Distro
kilted

Package Summary

Tags No category tags.
Version 0.1.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-tooling/graph-monitor.git
VCS Type git
VCS Version main
Last Updated 2025-05-12
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Monitors the ROS graph to detect error conditions

Additional Links

No additional links.

Maintainers

  • Bonsai Robotics Engineering

Authors

No additional authors.

Rosgraph Monitor

Provides a C++ class RosgraphMonitor, which uses a node’s NodeGraphInterface and subscribes to /topic_statistics to monitor the ROS computation graph and produce /diagnostics (DiagnosticArray) about issues in the graph:

  • Missing Nodes (nodes that were present and are now missing)
  • Discontinuities in graph (publishers or subscriptions that have no counterparts)
  • Data flow issues (topics not publishing at promised rate)
    • /topic_statistics required for this. See rmw_stats_shim for how those are produced

This also provides a rosgraph_monitor_node for standalone use, for users who do not need custom integration of the RosgraphMonitor class.

Topic Statistics Diagnostics

To set expectations for Topic Statistics Diagnostics, you must:

  1. Set the Deadline QoS policy on Publishers
  2. Nothing else. You don’t need to set it on Subscriptions, or register DeadlineMissed callbacks. Just state your periodic promise via Deadline QoS.

Configuration

See params_decl.yaml for the full parameters for the rosgraph_monitor Node.

These parameters mirror the structure rosgraph_monitor::GraphMonitorConfiguration in monitor.hpp, for those using the class directly instead of in the wrapping Node.

Usage

ros2 run rosgraph_monitor rosgraph_monitor_node

CHANGELOG

Changelog for package rosgraph_monitor

0.1.2 (2025-05-12)

  • Kilted support (#6)
  • Contributors: Emerson Knapp

0.1.1 (2025-04-09)

  • Remove telegraf bridge and update some language
  • RAII initialization of RosgraphMonitor (#12)
  • Fix build issues with latest generate_parameter_library (#11)
  • Action CI - support Humble, Jazzy, Rolling (#1)
  • Initial package setup
  • Contributors: Emerson Knapp, Troy Gibb, Joshua Whitley

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosgraph_monitor at Robotics Stack Exchange

Package symbol

rosgraph_monitor package from graph_monitor repo

rmw_stats_shim rosgraph_monitor rosgraph_monitor_msgs

ROS Distro
rolling

Package Summary

Tags No category tags.
Version 0.1.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-tooling/graph-monitor.git
VCS Type git
VCS Version main
Last Updated 2025-05-12
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Monitors the ROS graph to detect error conditions

Additional Links

No additional links.

Maintainers

  • Bonsai Robotics Engineering

Authors

No additional authors.

Rosgraph Monitor

Provides a C++ class RosgraphMonitor, which uses a node’s NodeGraphInterface and subscribes to /topic_statistics to monitor the ROS computation graph and produce /diagnostics (DiagnosticArray) about issues in the graph:

  • Missing Nodes (nodes that were present and are now missing)
  • Discontinuities in graph (publishers or subscriptions that have no counterparts)
  • Data flow issues (topics not publishing at promised rate)
    • /topic_statistics required for this. See rmw_stats_shim for how those are produced

This also provides a rosgraph_monitor_node for standalone use, for users who do not need custom integration of the RosgraphMonitor class.

Topic Statistics Diagnostics

To set expectations for Topic Statistics Diagnostics, you must:

  1. Set the Deadline QoS policy on Publishers
  2. Nothing else. You don’t need to set it on Subscriptions, or register DeadlineMissed callbacks. Just state your periodic promise via Deadline QoS.

Configuration

See params_decl.yaml for the full parameters for the rosgraph_monitor Node.

These parameters mirror the structure rosgraph_monitor::GraphMonitorConfiguration in monitor.hpp, for those using the class directly instead of in the wrapping Node.

Usage

ros2 run rosgraph_monitor rosgraph_monitor_node

CHANGELOG

Changelog for package rosgraph_monitor

0.1.2 (2025-05-12)

  • Kilted support (#6)
  • Contributors: Emerson Knapp

0.1.1 (2025-04-09)

  • Remove telegraf bridge and update some language
  • RAII initialization of RosgraphMonitor (#12)
  • Fix build issues with latest generate_parameter_library (#11)
  • Action CI - support Humble, Jazzy, Rolling (#1)
  • Initial package setup
  • Contributors: Emerson Knapp, Troy Gibb, Joshua Whitley

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosgraph_monitor at Robotics Stack Exchange

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

rosgraph_monitor package from graph_monitor repo

rmw_stats_shim rosgraph_monitor rosgraph_monitor_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.1.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-tooling/graph-monitor.git
VCS Type git
VCS Version main
Last Updated 2025-05-12
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Monitors the ROS graph to detect error conditions

Additional Links

No additional links.

Maintainers

  • Bonsai Robotics Engineering

Authors

No additional authors.

Rosgraph Monitor

Provides a C++ class RosgraphMonitor, which uses a node’s NodeGraphInterface and subscribes to /topic_statistics to monitor the ROS computation graph and produce /diagnostics (DiagnosticArray) about issues in the graph:

  • Missing Nodes (nodes that were present and are now missing)
  • Discontinuities in graph (publishers or subscriptions that have no counterparts)
  • Data flow issues (topics not publishing at promised rate)
    • /topic_statistics required for this. See rmw_stats_shim for how those are produced

This also provides a rosgraph_monitor_node for standalone use, for users who do not need custom integration of the RosgraphMonitor class.

Topic Statistics Diagnostics

To set expectations for Topic Statistics Diagnostics, you must:

  1. Set the Deadline QoS policy on Publishers
  2. Nothing else. You don’t need to set it on Subscriptions, or register DeadlineMissed callbacks. Just state your periodic promise via Deadline QoS.

Configuration

See params_decl.yaml for the full parameters for the rosgraph_monitor Node.

These parameters mirror the structure rosgraph_monitor::GraphMonitorConfiguration in monitor.hpp, for those using the class directly instead of in the wrapping Node.

Usage

ros2 run rosgraph_monitor rosgraph_monitor_node

CHANGELOG

Changelog for package rosgraph_monitor

0.1.2 (2025-05-12)

  • Kilted support (#6)
  • Contributors: Emerson Knapp

0.1.1 (2025-04-09)

  • Remove telegraf bridge and update some language
  • RAII initialization of RosgraphMonitor (#12)
  • Fix build issues with latest generate_parameter_library (#11)
  • Action CI - support Humble, Jazzy, Rolling (#1)
  • Initial package setup
  • Contributors: Emerson Knapp, Troy Gibb, Joshua Whitley

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosgraph_monitor at Robotics Stack Exchange

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

rosgraph_monitor package from graph_monitor repo

rmw_stats_shim rosgraph_monitor rosgraph_monitor_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.1.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-tooling/graph-monitor.git
VCS Type git
VCS Version main
Last Updated 2025-05-12
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Monitors the ROS graph to detect error conditions

Additional Links

No additional links.

Maintainers

  • Bonsai Robotics Engineering

Authors

No additional authors.

Rosgraph Monitor

Provides a C++ class RosgraphMonitor, which uses a node’s NodeGraphInterface and subscribes to /topic_statistics to monitor the ROS computation graph and produce /diagnostics (DiagnosticArray) about issues in the graph:

  • Missing Nodes (nodes that were present and are now missing)
  • Discontinuities in graph (publishers or subscriptions that have no counterparts)
  • Data flow issues (topics not publishing at promised rate)
    • /topic_statistics required for this. See rmw_stats_shim for how those are produced

This also provides a rosgraph_monitor_node for standalone use, for users who do not need custom integration of the RosgraphMonitor class.

Topic Statistics Diagnostics

To set expectations for Topic Statistics Diagnostics, you must:

  1. Set the Deadline QoS policy on Publishers
  2. Nothing else. You don’t need to set it on Subscriptions, or register DeadlineMissed callbacks. Just state your periodic promise via Deadline QoS.

Configuration

See params_decl.yaml for the full parameters for the rosgraph_monitor Node.

These parameters mirror the structure rosgraph_monitor::GraphMonitorConfiguration in monitor.hpp, for those using the class directly instead of in the wrapping Node.

Usage

ros2 run rosgraph_monitor rosgraph_monitor_node

CHANGELOG

Changelog for package rosgraph_monitor

0.1.2 (2025-05-12)

  • Kilted support (#6)
  • Contributors: Emerson Knapp

0.1.1 (2025-04-09)

  • Remove telegraf bridge and update some language
  • RAII initialization of RosgraphMonitor (#12)
  • Fix build issues with latest generate_parameter_library (#11)
  • Action CI - support Humble, Jazzy, Rolling (#1)
  • Initial package setup
  • Contributors: Emerson Knapp, Troy Gibb, Joshua Whitley

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosgraph_monitor at Robotics Stack Exchange

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

rosgraph_monitor package from graph_monitor repo

rmw_stats_shim rosgraph_monitor rosgraph_monitor_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.1.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-tooling/graph-monitor.git
VCS Type git
VCS Version main
Last Updated 2025-05-12
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Monitors the ROS graph to detect error conditions

Additional Links

No additional links.

Maintainers

  • Bonsai Robotics Engineering

Authors

No additional authors.

Rosgraph Monitor

Provides a C++ class RosgraphMonitor, which uses a node’s NodeGraphInterface and subscribes to /topic_statistics to monitor the ROS computation graph and produce /diagnostics (DiagnosticArray) about issues in the graph:

  • Missing Nodes (nodes that were present and are now missing)
  • Discontinuities in graph (publishers or subscriptions that have no counterparts)
  • Data flow issues (topics not publishing at promised rate)
    • /topic_statistics required for this. See rmw_stats_shim for how those are produced

This also provides a rosgraph_monitor_node for standalone use, for users who do not need custom integration of the RosgraphMonitor class.

Topic Statistics Diagnostics

To set expectations for Topic Statistics Diagnostics, you must:

  1. Set the Deadline QoS policy on Publishers
  2. Nothing else. You don’t need to set it on Subscriptions, or register DeadlineMissed callbacks. Just state your periodic promise via Deadline QoS.

Configuration

See params_decl.yaml for the full parameters for the rosgraph_monitor Node.

These parameters mirror the structure rosgraph_monitor::GraphMonitorConfiguration in monitor.hpp, for those using the class directly instead of in the wrapping Node.

Usage

ros2 run rosgraph_monitor rosgraph_monitor_node

CHANGELOG

Changelog for package rosgraph_monitor

0.1.2 (2025-05-12)

  • Kilted support (#6)
  • Contributors: Emerson Knapp

0.1.1 (2025-04-09)

  • Remove telegraf bridge and update some language
  • RAII initialization of RosgraphMonitor (#12)
  • Fix build issues with latest generate_parameter_library (#11)
  • Action CI - support Humble, Jazzy, Rolling (#1)
  • Initial package setup
  • Contributors: Emerson Knapp, Troy Gibb, Joshua Whitley

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosgraph_monitor at Robotics Stack Exchange

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

rosgraph_monitor package from graph_monitor repo

rmw_stats_shim rosgraph_monitor rosgraph_monitor_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.1.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-tooling/graph-monitor.git
VCS Type git
VCS Version main
Last Updated 2025-05-12
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Monitors the ROS graph to detect error conditions

Additional Links

No additional links.

Maintainers

  • Bonsai Robotics Engineering

Authors

No additional authors.

Rosgraph Monitor

Provides a C++ class RosgraphMonitor, which uses a node’s NodeGraphInterface and subscribes to /topic_statistics to monitor the ROS computation graph and produce /diagnostics (DiagnosticArray) about issues in the graph:

  • Missing Nodes (nodes that were present and are now missing)
  • Discontinuities in graph (publishers or subscriptions that have no counterparts)
  • Data flow issues (topics not publishing at promised rate)
    • /topic_statistics required for this. See rmw_stats_shim for how those are produced

This also provides a rosgraph_monitor_node for standalone use, for users who do not need custom integration of the RosgraphMonitor class.

Topic Statistics Diagnostics

To set expectations for Topic Statistics Diagnostics, you must:

  1. Set the Deadline QoS policy on Publishers
  2. Nothing else. You don’t need to set it on Subscriptions, or register DeadlineMissed callbacks. Just state your periodic promise via Deadline QoS.

Configuration

See params_decl.yaml for the full parameters for the rosgraph_monitor Node.

These parameters mirror the structure rosgraph_monitor::GraphMonitorConfiguration in monitor.hpp, for those using the class directly instead of in the wrapping Node.

Usage

ros2 run rosgraph_monitor rosgraph_monitor_node

CHANGELOG

Changelog for package rosgraph_monitor

0.1.2 (2025-05-12)

  • Kilted support (#6)
  • Contributors: Emerson Knapp

0.1.1 (2025-04-09)

  • Remove telegraf bridge and update some language
  • RAII initialization of RosgraphMonitor (#12)
  • Fix build issues with latest generate_parameter_library (#11)
  • Action CI - support Humble, Jazzy, Rolling (#1)
  • Initial package setup
  • Contributors: Emerson Knapp, Troy Gibb, Joshua Whitley

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosgraph_monitor at Robotics Stack Exchange

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

rosgraph_monitor package from graph_monitor repo

rmw_stats_shim rosgraph_monitor rosgraph_monitor_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.1.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-tooling/graph-monitor.git
VCS Type git
VCS Version main
Last Updated 2025-05-12
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Monitors the ROS graph to detect error conditions

Additional Links

No additional links.

Maintainers

  • Bonsai Robotics Engineering

Authors

No additional authors.

Rosgraph Monitor

Provides a C++ class RosgraphMonitor, which uses a node’s NodeGraphInterface and subscribes to /topic_statistics to monitor the ROS computation graph and produce /diagnostics (DiagnosticArray) about issues in the graph:

  • Missing Nodes (nodes that were present and are now missing)
  • Discontinuities in graph (publishers or subscriptions that have no counterparts)
  • Data flow issues (topics not publishing at promised rate)
    • /topic_statistics required for this. See rmw_stats_shim for how those are produced

This also provides a rosgraph_monitor_node for standalone use, for users who do not need custom integration of the RosgraphMonitor class.

Topic Statistics Diagnostics

To set expectations for Topic Statistics Diagnostics, you must:

  1. Set the Deadline QoS policy on Publishers
  2. Nothing else. You don’t need to set it on Subscriptions, or register DeadlineMissed callbacks. Just state your periodic promise via Deadline QoS.

Configuration

See params_decl.yaml for the full parameters for the rosgraph_monitor Node.

These parameters mirror the structure rosgraph_monitor::GraphMonitorConfiguration in monitor.hpp, for those using the class directly instead of in the wrapping Node.

Usage

ros2 run rosgraph_monitor rosgraph_monitor_node

CHANGELOG

Changelog for package rosgraph_monitor

0.1.2 (2025-05-12)

  • Kilted support (#6)
  • Contributors: Emerson Knapp

0.1.1 (2025-04-09)

  • Remove telegraf bridge and update some language
  • RAII initialization of RosgraphMonitor (#12)
  • Fix build issues with latest generate_parameter_library (#11)
  • Action CI - support Humble, Jazzy, Rolling (#1)
  • Initial package setup
  • Contributors: Emerson Knapp, Troy Gibb, Joshua Whitley

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosgraph_monitor at Robotics Stack Exchange

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

rosgraph_monitor package from graph_monitor repo

rmw_stats_shim rosgraph_monitor rosgraph_monitor_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.1.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-tooling/graph-monitor.git
VCS Type git
VCS Version main
Last Updated 2025-05-12
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Monitors the ROS graph to detect error conditions

Additional Links

No additional links.

Maintainers

  • Bonsai Robotics Engineering

Authors

No additional authors.

Rosgraph Monitor

Provides a C++ class RosgraphMonitor, which uses a node’s NodeGraphInterface and subscribes to /topic_statistics to monitor the ROS computation graph and produce /diagnostics (DiagnosticArray) about issues in the graph:

  • Missing Nodes (nodes that were present and are now missing)
  • Discontinuities in graph (publishers or subscriptions that have no counterparts)
  • Data flow issues (topics not publishing at promised rate)
    • /topic_statistics required for this. See rmw_stats_shim for how those are produced

This also provides a rosgraph_monitor_node for standalone use, for users who do not need custom integration of the RosgraphMonitor class.

Topic Statistics Diagnostics

To set expectations for Topic Statistics Diagnostics, you must:

  1. Set the Deadline QoS policy on Publishers
  2. Nothing else. You don’t need to set it on Subscriptions, or register DeadlineMissed callbacks. Just state your periodic promise via Deadline QoS.

Configuration

See params_decl.yaml for the full parameters for the rosgraph_monitor Node.

These parameters mirror the structure rosgraph_monitor::GraphMonitorConfiguration in monitor.hpp, for those using the class directly instead of in the wrapping Node.

Usage

ros2 run rosgraph_monitor rosgraph_monitor_node

CHANGELOG

Changelog for package rosgraph_monitor

0.1.2 (2025-05-12)

  • Kilted support (#6)
  • Contributors: Emerson Knapp

0.1.1 (2025-04-09)

  • Remove telegraf bridge and update some language
  • RAII initialization of RosgraphMonitor (#12)
  • Fix build issues with latest generate_parameter_library (#11)
  • Action CI - support Humble, Jazzy, Rolling (#1)
  • Initial package setup
  • Contributors: Emerson Knapp, Troy Gibb, Joshua Whitley

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosgraph_monitor at Robotics Stack Exchange

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

rosgraph_monitor package from graph_monitor repo

rmw_stats_shim rosgraph_monitor rosgraph_monitor_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.1.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-tooling/graph-monitor.git
VCS Type git
VCS Version main
Last Updated 2025-05-12
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Monitors the ROS graph to detect error conditions

Additional Links

No additional links.

Maintainers

  • Bonsai Robotics Engineering

Authors

No additional authors.

Rosgraph Monitor

Provides a C++ class RosgraphMonitor, which uses a node’s NodeGraphInterface and subscribes to /topic_statistics to monitor the ROS computation graph and produce /diagnostics (DiagnosticArray) about issues in the graph:

  • Missing Nodes (nodes that were present and are now missing)
  • Discontinuities in graph (publishers or subscriptions that have no counterparts)
  • Data flow issues (topics not publishing at promised rate)
    • /topic_statistics required for this. See rmw_stats_shim for how those are produced

This also provides a rosgraph_monitor_node for standalone use, for users who do not need custom integration of the RosgraphMonitor class.

Topic Statistics Diagnostics

To set expectations for Topic Statistics Diagnostics, you must:

  1. Set the Deadline QoS policy on Publishers
  2. Nothing else. You don’t need to set it on Subscriptions, or register DeadlineMissed callbacks. Just state your periodic promise via Deadline QoS.

Configuration

See params_decl.yaml for the full parameters for the rosgraph_monitor Node.

These parameters mirror the structure rosgraph_monitor::GraphMonitorConfiguration in monitor.hpp, for those using the class directly instead of in the wrapping Node.

Usage

ros2 run rosgraph_monitor rosgraph_monitor_node

CHANGELOG

Changelog for package rosgraph_monitor

0.1.2 (2025-05-12)

  • Kilted support (#6)
  • Contributors: Emerson Knapp

0.1.1 (2025-04-09)

  • Remove telegraf bridge and update some language
  • RAII initialization of RosgraphMonitor (#12)
  • Fix build issues with latest generate_parameter_library (#11)
  • Action CI - support Humble, Jazzy, Rolling (#1)
  • Initial package setup
  • Contributors: Emerson Knapp, Troy Gibb, Joshua Whitley

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosgraph_monitor at Robotics Stack Exchange

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

rosgraph_monitor package from graph_monitor repo

rmw_stats_shim rosgraph_monitor rosgraph_monitor_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.1.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-tooling/graph-monitor.git
VCS Type git
VCS Version main
Last Updated 2025-05-12
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Monitors the ROS graph to detect error conditions

Additional Links

No additional links.

Maintainers

  • Bonsai Robotics Engineering

Authors

No additional authors.

Rosgraph Monitor

Provides a C++ class RosgraphMonitor, which uses a node’s NodeGraphInterface and subscribes to /topic_statistics to monitor the ROS computation graph and produce /diagnostics (DiagnosticArray) about issues in the graph:

  • Missing Nodes (nodes that were present and are now missing)
  • Discontinuities in graph (publishers or subscriptions that have no counterparts)
  • Data flow issues (topics not publishing at promised rate)
    • /topic_statistics required for this. See rmw_stats_shim for how those are produced

This also provides a rosgraph_monitor_node for standalone use, for users who do not need custom integration of the RosgraphMonitor class.

Topic Statistics Diagnostics

To set expectations for Topic Statistics Diagnostics, you must:

  1. Set the Deadline QoS policy on Publishers
  2. Nothing else. You don’t need to set it on Subscriptions, or register DeadlineMissed callbacks. Just state your periodic promise via Deadline QoS.

Configuration

See params_decl.yaml for the full parameters for the rosgraph_monitor Node.

These parameters mirror the structure rosgraph_monitor::GraphMonitorConfiguration in monitor.hpp, for those using the class directly instead of in the wrapping Node.

Usage

ros2 run rosgraph_monitor rosgraph_monitor_node

CHANGELOG

Changelog for package rosgraph_monitor

0.1.2 (2025-05-12)

  • Kilted support (#6)
  • Contributors: Emerson Knapp

0.1.1 (2025-04-09)

  • Remove telegraf bridge and update some language
  • RAII initialization of RosgraphMonitor (#12)
  • Fix build issues with latest generate_parameter_library (#11)
  • Action CI - support Humble, Jazzy, Rolling (#1)
  • Initial package setup
  • Contributors: Emerson Knapp, Troy Gibb, Joshua Whitley

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosgraph_monitor at Robotics Stack Exchange

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

rosgraph_monitor package from graph_monitor repo

rmw_stats_shim rosgraph_monitor rosgraph_monitor_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.1.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-tooling/graph-monitor.git
VCS Type git
VCS Version main
Last Updated 2025-05-12
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Monitors the ROS graph to detect error conditions

Additional Links

No additional links.

Maintainers

  • Bonsai Robotics Engineering

Authors

No additional authors.

Rosgraph Monitor

Provides a C++ class RosgraphMonitor, which uses a node’s NodeGraphInterface and subscribes to /topic_statistics to monitor the ROS computation graph and produce /diagnostics (DiagnosticArray) about issues in the graph:

  • Missing Nodes (nodes that were present and are now missing)
  • Discontinuities in graph (publishers or subscriptions that have no counterparts)
  • Data flow issues (topics not publishing at promised rate)
    • /topic_statistics required for this. See rmw_stats_shim for how those are produced

This also provides a rosgraph_monitor_node for standalone use, for users who do not need custom integration of the RosgraphMonitor class.

Topic Statistics Diagnostics

To set expectations for Topic Statistics Diagnostics, you must:

  1. Set the Deadline QoS policy on Publishers
  2. Nothing else. You don’t need to set it on Subscriptions, or register DeadlineMissed callbacks. Just state your periodic promise via Deadline QoS.

Configuration

See params_decl.yaml for the full parameters for the rosgraph_monitor Node.

These parameters mirror the structure rosgraph_monitor::GraphMonitorConfiguration in monitor.hpp, for those using the class directly instead of in the wrapping Node.

Usage

ros2 run rosgraph_monitor rosgraph_monitor_node

CHANGELOG

Changelog for package rosgraph_monitor

0.1.2 (2025-05-12)

  • Kilted support (#6)
  • Contributors: Emerson Knapp

0.1.1 (2025-04-09)

  • Remove telegraf bridge and update some language
  • RAII initialization of RosgraphMonitor (#12)
  • Fix build issues with latest generate_parameter_library (#11)
  • Action CI - support Humble, Jazzy, Rolling (#1)
  • Initial package setup
  • Contributors: Emerson Knapp, Troy Gibb, Joshua Whitley

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosgraph_monitor at Robotics Stack Exchange

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

rosgraph_monitor package from graph_monitor repo

rmw_stats_shim rosgraph_monitor rosgraph_monitor_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.1.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-tooling/graph-monitor.git
VCS Type git
VCS Version main
Last Updated 2025-05-12
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Monitors the ROS graph to detect error conditions

Additional Links

No additional links.

Maintainers

  • Bonsai Robotics Engineering

Authors

No additional authors.

Rosgraph Monitor

Provides a C++ class RosgraphMonitor, which uses a node’s NodeGraphInterface and subscribes to /topic_statistics to monitor the ROS computation graph and produce /diagnostics (DiagnosticArray) about issues in the graph:

  • Missing Nodes (nodes that were present and are now missing)
  • Discontinuities in graph (publishers or subscriptions that have no counterparts)
  • Data flow issues (topics not publishing at promised rate)
    • /topic_statistics required for this. See rmw_stats_shim for how those are produced

This also provides a rosgraph_monitor_node for standalone use, for users who do not need custom integration of the RosgraphMonitor class.

Topic Statistics Diagnostics

To set expectations for Topic Statistics Diagnostics, you must:

  1. Set the Deadline QoS policy on Publishers
  2. Nothing else. You don’t need to set it on Subscriptions, or register DeadlineMissed callbacks. Just state your periodic promise via Deadline QoS.

Configuration

See params_decl.yaml for the full parameters for the rosgraph_monitor Node.

These parameters mirror the structure rosgraph_monitor::GraphMonitorConfiguration in monitor.hpp, for those using the class directly instead of in the wrapping Node.

Usage

ros2 run rosgraph_monitor rosgraph_monitor_node

CHANGELOG

Changelog for package rosgraph_monitor

0.1.2 (2025-05-12)

  • Kilted support (#6)
  • Contributors: Emerson Knapp

0.1.1 (2025-04-09)

  • Remove telegraf bridge and update some language
  • RAII initialization of RosgraphMonitor (#12)
  • Fix build issues with latest generate_parameter_library (#11)
  • Action CI - support Humble, Jazzy, Rolling (#1)
  • Initial package setup
  • Contributors: Emerson Knapp, Troy Gibb, Joshua Whitley

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosgraph_monitor at Robotics Stack Exchange

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

rosgraph_monitor package from graph_monitor repo

rmw_stats_shim rosgraph_monitor rosgraph_monitor_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.1.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-tooling/graph-monitor.git
VCS Type git
VCS Version main
Last Updated 2025-05-12
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Monitors the ROS graph to detect error conditions

Additional Links

No additional links.

Maintainers

  • Bonsai Robotics Engineering

Authors

No additional authors.

Rosgraph Monitor

Provides a C++ class RosgraphMonitor, which uses a node’s NodeGraphInterface and subscribes to /topic_statistics to monitor the ROS computation graph and produce /diagnostics (DiagnosticArray) about issues in the graph:

  • Missing Nodes (nodes that were present and are now missing)
  • Discontinuities in graph (publishers or subscriptions that have no counterparts)
  • Data flow issues (topics not publishing at promised rate)
    • /topic_statistics required for this. See rmw_stats_shim for how those are produced

This also provides a rosgraph_monitor_node for standalone use, for users who do not need custom integration of the RosgraphMonitor class.

Topic Statistics Diagnostics

To set expectations for Topic Statistics Diagnostics, you must:

  1. Set the Deadline QoS policy on Publishers
  2. Nothing else. You don’t need to set it on Subscriptions, or register DeadlineMissed callbacks. Just state your periodic promise via Deadline QoS.

Configuration

See params_decl.yaml for the full parameters for the rosgraph_monitor Node.

These parameters mirror the structure rosgraph_monitor::GraphMonitorConfiguration in monitor.hpp, for those using the class directly instead of in the wrapping Node.

Usage

ros2 run rosgraph_monitor rosgraph_monitor_node

CHANGELOG

Changelog for package rosgraph_monitor

0.1.2 (2025-05-12)

  • Kilted support (#6)
  • Contributors: Emerson Knapp

0.1.1 (2025-04-09)

  • Remove telegraf bridge and update some language
  • RAII initialization of RosgraphMonitor (#12)
  • Fix build issues with latest generate_parameter_library (#11)
  • Action CI - support Humble, Jazzy, Rolling (#1)
  • Initial package setup
  • Contributors: Emerson Knapp, Troy Gibb, Joshua Whitley

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosgraph_monitor at Robotics Stack Exchange

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

rosgraph_monitor package from graph_monitor repo

rmw_stats_shim rosgraph_monitor rosgraph_monitor_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.1.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-tooling/graph-monitor.git
VCS Type git
VCS Version main
Last Updated 2025-05-12
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Monitors the ROS graph to detect error conditions

Additional Links

No additional links.

Maintainers

  • Bonsai Robotics Engineering

Authors

No additional authors.

Rosgraph Monitor

Provides a C++ class RosgraphMonitor, which uses a node’s NodeGraphInterface and subscribes to /topic_statistics to monitor the ROS computation graph and produce /diagnostics (DiagnosticArray) about issues in the graph:

  • Missing Nodes (nodes that were present and are now missing)
  • Discontinuities in graph (publishers or subscriptions that have no counterparts)
  • Data flow issues (topics not publishing at promised rate)
    • /topic_statistics required for this. See rmw_stats_shim for how those are produced

This also provides a rosgraph_monitor_node for standalone use, for users who do not need custom integration of the RosgraphMonitor class.

Topic Statistics Diagnostics

To set expectations for Topic Statistics Diagnostics, you must:

  1. Set the Deadline QoS policy on Publishers
  2. Nothing else. You don’t need to set it on Subscriptions, or register DeadlineMissed callbacks. Just state your periodic promise via Deadline QoS.

Configuration

See params_decl.yaml for the full parameters for the rosgraph_monitor Node.

These parameters mirror the structure rosgraph_monitor::GraphMonitorConfiguration in monitor.hpp, for those using the class directly instead of in the wrapping Node.

Usage

ros2 run rosgraph_monitor rosgraph_monitor_node

CHANGELOG

Changelog for package rosgraph_monitor

0.1.2 (2025-05-12)

  • Kilted support (#6)
  • Contributors: Emerson Knapp

0.1.1 (2025-04-09)

  • Remove telegraf bridge and update some language
  • RAII initialization of RosgraphMonitor (#12)
  • Fix build issues with latest generate_parameter_library (#11)
  • Action CI - support Humble, Jazzy, Rolling (#1)
  • Initial package setup
  • Contributors: Emerson Knapp, Troy Gibb, Joshua Whitley

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosgraph_monitor at Robotics Stack Exchange

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

rosgraph_monitor package from graph_monitor repo

rmw_stats_shim rosgraph_monitor rosgraph_monitor_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.1.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-tooling/graph-monitor.git
VCS Type git
VCS Version main
Last Updated 2025-05-12
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Monitors the ROS graph to detect error conditions

Additional Links

No additional links.

Maintainers

  • Bonsai Robotics Engineering

Authors

No additional authors.

Rosgraph Monitor

Provides a C++ class RosgraphMonitor, which uses a node’s NodeGraphInterface and subscribes to /topic_statistics to monitor the ROS computation graph and produce /diagnostics (DiagnosticArray) about issues in the graph:

  • Missing Nodes (nodes that were present and are now missing)
  • Discontinuities in graph (publishers or subscriptions that have no counterparts)
  • Data flow issues (topics not publishing at promised rate)
    • /topic_statistics required for this. See rmw_stats_shim for how those are produced

This also provides a rosgraph_monitor_node for standalone use, for users who do not need custom integration of the RosgraphMonitor class.

Topic Statistics Diagnostics

To set expectations for Topic Statistics Diagnostics, you must:

  1. Set the Deadline QoS policy on Publishers
  2. Nothing else. You don’t need to set it on Subscriptions, or register DeadlineMissed callbacks. Just state your periodic promise via Deadline QoS.

Configuration

See params_decl.yaml for the full parameters for the rosgraph_monitor Node.

These parameters mirror the structure rosgraph_monitor::GraphMonitorConfiguration in monitor.hpp, for those using the class directly instead of in the wrapping Node.

Usage

ros2 run rosgraph_monitor rosgraph_monitor_node

CHANGELOG

Changelog for package rosgraph_monitor

0.1.2 (2025-05-12)

  • Kilted support (#6)
  • Contributors: Emerson Knapp

0.1.1 (2025-04-09)

  • Remove telegraf bridge and update some language
  • RAII initialization of RosgraphMonitor (#12)
  • Fix build issues with latest generate_parameter_library (#11)
  • Action CI - support Humble, Jazzy, Rolling (#1)
  • Initial package setup
  • Contributors: Emerson Knapp, Troy Gibb, Joshua Whitley

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosgraph_monitor at Robotics Stack Exchange

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

rosgraph_monitor package from graph_monitor repo

rmw_stats_shim rosgraph_monitor rosgraph_monitor_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.1.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-tooling/graph-monitor.git
VCS Type git
VCS Version main
Last Updated 2025-05-12
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Monitors the ROS graph to detect error conditions

Additional Links

No additional links.

Maintainers

  • Bonsai Robotics Engineering

Authors

No additional authors.

Rosgraph Monitor

Provides a C++ class RosgraphMonitor, which uses a node’s NodeGraphInterface and subscribes to /topic_statistics to monitor the ROS computation graph and produce /diagnostics (DiagnosticArray) about issues in the graph:

  • Missing Nodes (nodes that were present and are now missing)
  • Discontinuities in graph (publishers or subscriptions that have no counterparts)
  • Data flow issues (topics not publishing at promised rate)
    • /topic_statistics required for this. See rmw_stats_shim for how those are produced

This also provides a rosgraph_monitor_node for standalone use, for users who do not need custom integration of the RosgraphMonitor class.

Topic Statistics Diagnostics

To set expectations for Topic Statistics Diagnostics, you must:

  1. Set the Deadline QoS policy on Publishers
  2. Nothing else. You don’t need to set it on Subscriptions, or register DeadlineMissed callbacks. Just state your periodic promise via Deadline QoS.

Configuration

See params_decl.yaml for the full parameters for the rosgraph_monitor Node.

These parameters mirror the structure rosgraph_monitor::GraphMonitorConfiguration in monitor.hpp, for those using the class directly instead of in the wrapping Node.

Usage

ros2 run rosgraph_monitor rosgraph_monitor_node

CHANGELOG

Changelog for package rosgraph_monitor

0.1.2 (2025-05-12)

  • Kilted support (#6)
  • Contributors: Emerson Knapp

0.1.1 (2025-04-09)

  • Remove telegraf bridge and update some language
  • RAII initialization of RosgraphMonitor (#12)
  • Fix build issues with latest generate_parameter_library (#11)
  • Action CI - support Humble, Jazzy, Rolling (#1)
  • Initial package setup
  • Contributors: Emerson Knapp, Troy Gibb, Joshua Whitley

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosgraph_monitor at Robotics Stack Exchange

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

rosgraph_monitor package from graph_monitor repo

rmw_stats_shim rosgraph_monitor rosgraph_monitor_msgs

ROS Distro
humble

Package Summary

Tags No category tags.
Version 0.1.2
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-tooling/graph-monitor.git
VCS Type git
VCS Version main
Last Updated 2025-05-12
Dev Status DEVELOPED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Monitors the ROS graph to detect error conditions

Additional Links

No additional links.

Maintainers

  • Bonsai Robotics Engineering

Authors

No additional authors.

Rosgraph Monitor

Provides a C++ class RosgraphMonitor, which uses a node’s NodeGraphInterface and subscribes to /topic_statistics to monitor the ROS computation graph and produce /diagnostics (DiagnosticArray) about issues in the graph:

  • Missing Nodes (nodes that were present and are now missing)
  • Discontinuities in graph (publishers or subscriptions that have no counterparts)
  • Data flow issues (topics not publishing at promised rate)
    • /topic_statistics required for this. See rmw_stats_shim for how those are produced

This also provides a rosgraph_monitor_node for standalone use, for users who do not need custom integration of the RosgraphMonitor class.

Topic Statistics Diagnostics

To set expectations for Topic Statistics Diagnostics, you must:

  1. Set the Deadline QoS policy on Publishers
  2. Nothing else. You don’t need to set it on Subscriptions, or register DeadlineMissed callbacks. Just state your periodic promise via Deadline QoS.

Configuration

See params_decl.yaml for the full parameters for the rosgraph_monitor Node.

These parameters mirror the structure rosgraph_monitor::GraphMonitorConfiguration in monitor.hpp, for those using the class directly instead of in the wrapping Node.

Usage

ros2 run rosgraph_monitor rosgraph_monitor_node

CHANGELOG

Changelog for package rosgraph_monitor

0.1.2 (2025-05-12)

  • Kilted support (#6)
  • Contributors: Emerson Knapp

0.1.1 (2025-04-09)

  • Remove telegraf bridge and update some language
  • RAII initialization of RosgraphMonitor (#12)
  • Fix build issues with latest generate_parameter_library (#11)
  • Action CI - support Humble, Jazzy, Rolling (#1)
  • Initial package setup
  • Contributors: Emerson Knapp, Troy Gibb, Joshua Whitley

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.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged rosgraph_monitor at Robotics Stack Exchange