# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, ament-xmllint, launch, launch-ros, launch-testing, launch-testing-ros, python3Packages, rclpy, ros2cli, test-msgs }: buildRosPackage { pname = "ros-jazzy-ros2node"; version = "0.32.2-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/ros2cli-release/archive/release/jazzy/ros2node/0.32.2-1.tar.gz"; name = "0.32.2-1.tar.gz"; sha256 = "4bf8df1f0b646b7d613aa9be7343d9277b7293508b0b63c75f1e790598d0fe0e"; }; buildType = "ament_python"; checkInputs = [ ament-copyright ament-flake8 ament-pep257 ament-xmllint launch launch-ros launch-testing launch-testing-ros python3Packages.pytest python3Packages.pytest-timeout rclpy test-msgs ]; propagatedBuildInputs = [ rclpy ros2cli ]; meta = { description = "The node command for ROS 2 command line tools."; license = with lib.licenses; [ asl20 ]; }; }