# Copyright 2020 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, launch-ros, pythonPackages, tf2-ros }: buildRosPackage { pname = "ros-eloquent-examples-tf2-py"; version = "0.12.5-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/geometry2-release/archive/release/eloquent/examples_tf2_py/0.12.5-1.tar.gz"; name = "0.12.5-1.tar.gz"; sha256 = "23a0d1fa54e9dcbadaa1e50b616a3bdd4a3307505b3521cc9e562b59168105dd"; }; buildType = "ament_python"; checkInputs = [ ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest ]; propagatedBuildInputs = [ launch-ros tf2-ros ]; meta = { description = ''Has examples of using the tf2 Python API.''; license = with lib.licenses; [ asl20 ]; }; }