# Copyright 2020 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-eloquent-py-trees-ros-interfaces"; version = "2.0.3-r2"; src = fetchurl { url = "https://github.com/stonier/py_trees_ros_interfaces-release/archive/release/eloquent/py_trees_ros_interfaces/2.0.3-2.tar.gz"; name = "2.0.3-2.tar.gz"; sha256 = "630bf9bf0d7ddeccb336026025b2b2080e3674108a9a8f1d78284532d9701356"; }; buildType = "ament_cmake"; buildInputs = [ 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 ]; }; }