# Copyright 2020 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, launch-ros, launch-testing, pythonPackages, rclpy, std-msgs }: buildRosPackage { pname = "ros-eloquent-launch-testing-ros"; version = "0.9.5-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/launch_ros-release/archive/release/eloquent/launch_testing_ros/0.9.5-1.tar.gz"; name = "0.9.5-1.tar.gz"; sha256 = "27390efada4f3b0d1d191db1bf3796588baa0773a9be576d3c6cde45c6128f07"; }; buildType = "ament_python"; checkInputs = [ ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest std-msgs ]; propagatedBuildInputs = [ launch-ros launch-testing rclpy ]; meta = { description = ''A package providing utilities for writing ROS2 enabled launch tests.''; license = with lib.licenses; [ asl20 ]; }; }