# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, demo-nodes-cpp, launch, launch-ros, launch-testing, launch-testing-ros, python3Packages, rcl-interfaces, rclpy, ros2bag, std-msgs }: buildRosPackage { pname = "ros-jazzy-launch-testing-examples"; version = "0.19.4-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/examples-release/archive/release/jazzy/launch_testing_examples/0.19.4-1.tar.gz"; name = "0.19.4-1.tar.gz"; sha256 = "8efc4e6d55f672b4ff315228888759368b3402abb1a5dc032826888cb4f0ee21"; }; buildType = "ament_python"; checkInputs = [ ament-copyright ament-flake8 ament-pep257 ]; propagatedBuildInputs = [ demo-nodes-cpp launch launch-ros launch-testing launch-testing-ros python3Packages.pytest rcl-interfaces rclpy ros2bag std-msgs ]; meta = { description = "Examples of simple launch tests"; license = with lib.licenses; [ asl20 ]; }; }