# Copyright 2021 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, catkin, rqt-moveit, rqt-nav-view, rqt-pose-view, rqt-robot-dashboard, rqt-robot-monitor, rqt-robot-steering, rqt-runtime-monitor, rqt-rviz, rqt-tf-tree }: buildRosPackage { pname = "ros-melodic-rqt-robot-plugins"; version = "0.5.7"; src = fetchurl { url = "https://github.com/ros-gbp/rqt_robot_plugins-release/archive/release/melodic/rqt_robot_plugins/0.5.7-0.tar.gz"; name = "0.5.7-0.tar.gz"; sha256 = "2fa30a70d1eed9ff4724c1b9d1ef8303066b373bae9abcbf2b8a715a89e515ba"; }; buildType = "catkin"; propagatedBuildInputs = [ rqt-moveit rqt-nav-view rqt-pose-view rqt-robot-dashboard rqt-robot-monitor rqt-robot-steering rqt-runtime-monitor rqt-rviz rqt-tf-tree ]; nativeBuildInputs = [ catkin ]; meta = { description = ''Metapackage of rqt plugins that are particularly used with robots during its operation.

To run any rqt plugins, just type in a single command "rqt", then select any plugins you want from the GUI that launches afterwards.

rqt consists of three following metapackages:
''; license = with lib.licenses; [ bsdOriginal ]; }; }