2025-01-03 13:42:37 +00:00
|
|
|
|
|
|
|
# Copyright 2025 Open Source Robotics Foundation
|
|
|
|
# Distributed under the terms of the BSD license
|
|
|
|
|
2025-02-21 13:18:38 +00:00
|
|
|
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-index-cpp, ament-lint-auto, ament-lint-common, fastcdr, rcpputils, rcutils, rmw, rosidl-typesupport-fastrtps-c, rosidl-typesupport-fastrtps-cpp, tracetools, zenoh-cpp-vendor }:
|
2025-01-03 13:42:37 +00:00
|
|
|
buildRosPackage {
|
|
|
|
pname = "ros-jazzy-rmw-zenoh-cpp";
|
2025-02-21 13:18:38 +00:00
|
|
|
version = "0.2.2-r1";
|
2025-01-03 13:42:37 +00:00
|
|
|
|
|
|
|
src = fetchurl {
|
2025-02-21 13:18:38 +00:00
|
|
|
url = "https://github.com/ros2-gbp/rmw_zenoh-release/archive/release/jazzy/rmw_zenoh_cpp/0.2.2-1.tar.gz";
|
|
|
|
name = "0.2.2-1.tar.gz";
|
|
|
|
sha256 = "af0c94cc556bb9d01ff65cc8d786a2169dfebb90fefbde26e69b5a80882e86fc";
|
2025-01-03 13:42:37 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
buildType = "ament_cmake";
|
|
|
|
buildInputs = [ ament-cmake ];
|
|
|
|
checkInputs = [ ament-lint-auto ament-lint-common ];
|
2025-02-21 13:18:38 +00:00
|
|
|
propagatedBuildInputs = [ ament-index-cpp fastcdr rcpputils rcutils rmw rosidl-typesupport-fastrtps-c rosidl-typesupport-fastrtps-cpp tracetools zenoh-cpp-vendor ];
|
2025-01-03 13:42:37 +00:00
|
|
|
nativeBuildInputs = [ ament-cmake ];
|
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = "A ROS 2 middleware implementation using zenoh-cpp";
|
|
|
|
license = with lib.licenses; [ asl20 mit bsdOriginal ];
|
|
|
|
};
|
|
|
|
}
|