# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, pluginlib, qt-gui-cpp, qt5, rclcpp }: buildRosPackage { pname = "ros-rolling-rqt-gui-cpp"; version = "1.8.0-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/rqt-release/archive/release/rolling/rqt_gui_cpp/1.8.0-1.tar.gz"; name = "1.8.0-1.tar.gz"; sha256 = "a2a9c88aa47ed0653901266f783746bc59b309a485e3f031108a7d42ad208f17"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake qt5.qtbase ]; checkInputs = [ ament-lint-auto ament-lint-common ]; propagatedBuildInputs = [ pluginlib qt-gui-cpp rclcpp ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = "rqt_gui_cpp enables GUI plugins to use the C++ client library for ROS."; license = with lib.licenses; [ bsdOriginal ]; }; }