# Copyright 2021 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-python, boost, cv-bridge, diagnostic-msgs, geographic-msgs, geometry-msgs, geos, gps-msgs, launch-xml, libyamlcpp, marti-nav-msgs, pkg-config, proj, python3Packages, rcl-interfaces, rclcpp, rclcpp-components, rclpy, sensor-msgs, swri-math-util, swri-roscpp, tf2, tf2-geometry-msgs, tf2-py, tf2-ros }: buildRosPackage { pname = "ros-foxy-swri-transform-util"; version = "3.3.2-r1"; src = fetchurl { url = "https://github.com/swri-robotics-gbp/marti_common-release/archive/release/foxy/swri_transform_util/3.3.2-1.tar.gz"; name = "3.3.2-1.tar.gz"; sha256 = "66e16cf0d375b74197445be6e10b213751f5e873f3213cfe15808d65917ae429"; }; buildType = "ament_cmake"; propagatedBuildInputs = [ boost cv-bridge diagnostic-msgs geographic-msgs geometry-msgs geos gps-msgs launch-xml libyamlcpp marti-nav-msgs proj python3Packages.numpy rcl-interfaces rclcpp rclcpp-components rclpy sensor-msgs swri-math-util swri-roscpp tf2 tf2-geometry-msgs tf2-py tf2-ros ]; nativeBuildInputs = [ ament-cmake ament-cmake-python pkg-config ]; meta = { description = ''The swri_transform_util package contains utility functions and classes for transforming between coordinate frames.''; license = with lib.licenses; [ bsdOriginal ]; }; }