# Copyright 2024 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-lint-auto, ament-lint-common, cv-bridge, filters, grid-map-cmake-helpers, grid-map-core, pluginlib, rclcpp, sensor-msgs }: buildRosPackage { pname = "ros-iron-grid-map-cv"; version = "2.1.0-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/grid_map-release/archive/release/iron/grid_map_cv/2.1.0-1.tar.gz"; name = "2.1.0-1.tar.gz"; sha256 = "cef5685bb18a8f0c9202336018375620f3947ecf1d7ee3d7300f08dd10098c7d"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake grid-map-cmake-helpers ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ]; propagatedBuildInputs = [ cv-bridge filters grid-map-core pluginlib rclcpp sensor-msgs ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = "Conversions between grid maps and OpenCV images."; license = with lib.licenses; [ bsdOriginal ]; }; }