# Copyright 2021 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-foxy-diagnostic-aggregator"; version = "2.0.8-r2"; src = fetchurl { url = "https://github.com/ros2-gbp/diagnostics-release/archive/release/foxy/diagnostic_aggregator/2.0.8-2.tar.gz"; name = "2.0.8-2.tar.gz"; sha256 = "7d666fe6d9592908b132b560e02fbc213f9808c628cd0e06cc101a1f1d48e47b"; }; 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 ]; }; }