# Copyright 2019 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, ecl-build, ecl-config, ecl-containers, ecl-exceptions, ecl-formatters, ecl-license, ecl-linear-algebra, ecl-math, ecl-mpl, ecl-type-traits }: buildRosPackage { pname = "ros-crystal-ecl-geometry"; version = "1.0.1"; src = fetchurl { url = "https://github.com/yujinrobot-release/ecl_core-release/archive/release/crystal/ecl_geometry/1.0.1-0.tar.gz"; name = "1.0.1-0.tar.gz"; sha256 = "98e1c67a4da502cf83f49ba02364bf31a341082365569700466fcb01d3f269b3"; }; buildType = "ament_cmake"; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ]; propagatedBuildInputs = [ ecl-build ecl-config ecl-containers ecl-exceptions ecl-formatters ecl-license ecl-linear-algebra ecl-math ecl-mpl ecl-type-traits ]; nativeBuildInputs = [ ament-cmake-ros ]; meta = { description = ''Any tools relating to mathematical geometry. Primarily featuring polynomials and interpolations.''; license = with lib.licenses; [ bsdOriginal ]; }; }