# Copyright 2022 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-cmake-pytest, ament-cmake-python, ament-lint-auto, ament-lint-common, diagnostic-msgs, launch-testing-ament-cmake, launch-testing-ros, pluginlib, rclcpp, rclpy, std-msgs }: buildRosPackage { pname = "ros-humble-diagnostic-aggregator"; version = "3.0.0-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/diagnostics-release/archive/release/humble/diagnostic_aggregator/3.0.0-1.tar.gz"; name = "3.0.0-1.tar.gz"; sha256 = "2fecf33067be564781b0efb26e815457a51523c52eeb680725b4e3d77026952d"; }; buildType = "ament_cmake"; buildInputs = [ diagnostic-msgs pluginlib rclcpp std-msgs ]; checkInputs = [ ament-cmake-gtest ament-cmake-pytest ament-lint-auto ament-lint-common launch-testing-ament-cmake launch-testing-ros ]; propagatedBuildInputs = [ rclpy ]; nativeBuildInputs = [ ament-cmake ament-cmake-python ]; meta = { description = ''diagnostic_aggregator''; license = with lib.licenses; [ bsdOriginal ]; }; }