# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, builtin-interfaces, rosidl-default-generators, rosidl-default-runtime, sensor-msgs, std-msgs }: buildRosPackage { pname = "ros-jazzy-point-cloud-interfaces"; version = "4.0.1-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/point_cloud_transport_plugins-release/archive/release/jazzy/point_cloud_interfaces/4.0.1-1.tar.gz"; name = "4.0.1-1.tar.gz"; sha256 = "71b38cee44fccfa68a72c74d67a548b2927f83d28a052f7df065f3313936022f"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake rosidl-default-generators ]; checkInputs = [ ament-lint-auto ament-lint-common ]; propagatedBuildInputs = [ builtin-interfaces rosidl-default-runtime sensor-msgs std-msgs ]; nativeBuildInputs = [ ament-cmake rosidl-default-generators ]; meta = { description = "msg definitions for use with point_cloud_transport plugins."; license = with lib.licenses; [ bsdOriginal ]; }; }