# Copyright 2024 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-index-python, ament-pep257, diagnostic-msgs, python-qt-binding, python3Packages, pythonPackages, qt-gui, rclpy, rqt-gui, rqt-gui-py }: buildRosPackage { pname = "ros-rolling-rqt-runtime-monitor"; version = "1.0.0-r3"; src = fetchurl { url = "https://github.com/ros2-gbp/rqt_runtime_monitor-release/archive/release/rolling/rqt_runtime_monitor/1.0.0-3.tar.gz"; name = "1.0.0-3.tar.gz"; sha256 = "b17ed41602f9ed227665b63b0e49432be1f8b710cb5d8b137372b0ae1699c9d3"; }; buildType = "ament_python"; checkInputs = [ ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest ]; propagatedBuildInputs = [ ament-index-python diagnostic-msgs python-qt-binding python3Packages.rospkg qt-gui rclpy rqt-gui rqt-gui-py ]; meta = { description = ''rqt_runtime_monitor provides a GUI plugin viewing DiagnosticsArray messages.''; license = with lib.licenses; [ bsdOriginal ]; }; }