# Copyright 2024 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake-ros, ament-lint-auto, ament-lint-common, pkg-config }: buildRosPackage { pname = "ros-iron-tracetools-image-pipeline"; version = "4.0.2-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/image_pipeline-release/archive/release/iron/tracetools_image_pipeline/4.0.2-1.tar.gz"; name = "4.0.2-1.tar.gz"; sha256 = "5efef89bd7c30f9351b29cd6591c94fb411e1e3adfeae721f582c228ae734554"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake-ros pkg-config ]; checkInputs = [ ament-lint-auto ament-lint-common ]; nativeBuildInputs = [ ament-cmake-ros pkg-config ]; meta = { description = "LTTng tracing provider wrapper for image_pipeline ROS 2 meta-package."; license = with lib.licenses; [ asl20 ]; }; }