# 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 }: buildRosPackage { pname = "ros-jazzy-rti-connext-dds-cmake-module"; version = "0.22.0-r2"; src = fetchurl { url = "https://github.com/ros2-gbp/rmw_connextdds-release/archive/release/jazzy/rti_connext_dds_cmake_module/0.22.0-2.tar.gz"; name = "0.22.0-2.tar.gz"; sha256 = "bd08a7f489b831f2c2157bce24066ba7d998dd6aeb3d66617b0c516971036c7a"; }; buildType = "ament_cmake"; checkInputs = [ ament-lint-auto ament-lint-common ]; propagatedBuildInputs = [ ament-cmake ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = "Helper module to provide access to RTI products like Connext DDS Professional"; license = with lib.licenses; [ asl20 ]; }; }