# Copyright 2019 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, tf2-ros, sensor-msgs, ament-cmake-auto, eigen3-cmake-module, eigen, tf2, ament-cmake-gtest }: buildRosPackage { pname = "ros-eloquent-tf2-sensor-msgs"; version = "0.12.4-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/geometry2-release/archive/release/eloquent/tf2_sensor_msgs/0.12.4-1.tar.gz"; name = "0.12.4-1.tar.gz"; sha256 = "b28c11f83298d41fecc90260b31f4917cd9ada145efc67e3291422dede5c0db1"; }; buildType = "ament_cmake"; buildInputs = [ sensor-msgs eigen tf2-ros tf2 ]; checkInputs = [ ament-cmake-gtest ]; propagatedBuildInputs = [ sensor-msgs eigen3-cmake-module eigen tf2 tf2-ros ]; nativeBuildInputs = [ eigen3-cmake-module ament-cmake-auto ]; meta = { description = ''Small lib to transform sensor_msgs with tf. Most notably, PointCloud2''; license = with lib.licenses; [ bsdOriginal ]; }; }