# Copyright 2021 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, catkin, diagnostic-msgs, python-qt-binding, pythonPackages, qt-gui, qt-gui-py-common, rospy, rqt-bag, rqt-gui, rqt-gui-py, rqt-py-common }:
buildRosPackage {
pname = "ros-melodic-rqt-robot-monitor";
version = "0.5.13-r1";
src = fetchurl {
url = "https://github.com/ros-gbp/rqt_robot_monitor-release/archive/release/melodic/rqt_robot_monitor/0.5.13-1.tar.gz";
name = "0.5.13-1.tar.gz";
sha256 = "e77c163447c085b75b36d89c0f8a06b52f44efa1ba470c5cb2e0aef5a03adb6b";
};
buildType = "catkin";
propagatedBuildInputs = [ diagnostic-msgs python-qt-binding pythonPackages.rospkg qt-gui qt-gui-py-common rospy rqt-bag rqt-gui rqt-gui-py rqt-py-common ];
nativeBuildInputs = [ catkin pythonPackages.setuptools ];
meta = {
description = ''rqt_robot_monitor displays diagnostics_agg topics messages that
are published by diagnostic_aggregator.
rqt_robot_monitor is a direct port to rqt of
robot_monitor. All
diagnostics are fall into one of three tree panes depending on the status of
diagnostics (normal, warning, error/stale). Status are shown in trees to
represent their hierarchy. Worse status dominates the higher level status.