# Copyright 2019 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-flake8, ament-pep257, launch, launch-ros, pythonPackages, rclpy, std-msgs }: buildRosPackage { pname = "ros-eloquent-topic-monitor"; version = "0.8.4-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/demos-release/archive/release/eloquent/topic_monitor/0.8.4-1.tar.gz"; name = "0.8.4-1.tar.gz"; sha256 = "ff8464a0440468273e92796964d1e6b9f751b535d77dea27592a42f29c4da41e"; }; buildType = "ament_python"; checkInputs = [ ament-flake8 ament-pep257 pythonPackages.pytest ]; propagatedBuildInputs = [ launch launch-ros rclpy std-msgs ]; meta = { description = ''Package containing tools for monitoring ROS 2 topics.''; license = with lib.licenses; [ asl20 ]; }; }