# 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-rolling-rti-connext-dds-cmake-module"; version = "0.25.0-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/rmw_connextdds-release/archive/release/rolling/rti_connext_dds_cmake_module/0.25.0-1.tar.gz"; name = "0.25.0-1.tar.gz"; sha256 = "65b65fa0cd41a32b89fbd99a64ab844e0195744cfc978753bd9e49b43e76281a"; }; 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 ]; }; }