# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-mypy, ament-pep257, ament-xmllint, python3Packages }: buildRosPackage { pname = "ros-rolling-rosidl-cli"; version = "4.9.3-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/rosidl-release/archive/release/rolling/rosidl_cli/4.9.3-1.tar.gz"; name = "4.9.3-1.tar.gz"; sha256 = "dc14af220ba7acd9793e51dceafc9b579693ceecf67386d2f04c9710127b61bf"; }; buildType = "ament_python"; checkInputs = [ ament-copyright ament-flake8 ament-mypy ament-pep257 ament-xmllint python3Packages.pytest ]; propagatedBuildInputs = [ python3Packages.argcomplete python3Packages.importlib-metadata ]; meta = { description = "Command line tools for ROS interface generation."; license = with lib.licenses; [ asl20 ]; }; }