# Copyright 2021 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, eigen, message-filters, pcl, pcl-msgs, rclcpp, sensor-msgs, std-msgs }: buildRosPackage { pname = "ros-foxy-pcl-conversions"; version = "2.2.0-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/perception_pcl-release/archive/release/foxy/pcl_conversions/2.2.0-1.tar.gz"; name = "2.2.0-1.tar.gz"; sha256 = "e25354a139732130379c685dd2d0b643c79301ef85c0c4f73858f47479244f0d"; }; buildType = "ament_cmake"; checkInputs = [ ament-cmake-gtest ]; propagatedBuildInputs = [ eigen message-filters pcl pcl-msgs rclcpp sensor-msgs std-msgs ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = ''Provides conversions from PCL data types and ROS message types''; license = with lib.licenses; [ bsdOriginal ]; }; }