# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, action-msgs, ament-cmake, ament-lint-common, diagnostic-msgs, geometry-msgs, rosidl-default-generators, rosidl-default-runtime, unique-identifier-msgs }: buildRosPackage { pname = "ros-jazzy-py-trees-ros-interfaces"; version = "2.1.1-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/py_trees_ros_interfaces-release/archive/release/jazzy/py_trees_ros_interfaces/2.1.1-1.tar.gz"; name = "2.1.1-1.tar.gz"; sha256 = "a61d8c3a10c1caf07fb2e50db04077ad9501777e5e31cfa0170c2e6678c5244e"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake rosidl-default-generators ]; checkInputs = [ ament-lint-common ]; propagatedBuildInputs = [ action-msgs diagnostic-msgs geometry-msgs rosidl-default-runtime unique-identifier-msgs ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = "Interfaces used by py_trees_ros and py_trees_ros_tutorials."; license = with lib.licenses; [ bsdOriginal ]; }; }