# Copyright 2021 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, connext-cmake-module, rcpputils, rcutils, rmw, rosidl-cmake }: buildRosPackage { pname = "ros-dashing-rmw-connext-shared-cpp"; version = "0.7.6-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/rmw_connext-release/archive/release/dashing/rmw_connext_shared_cpp/0.7.6-1.tar.gz"; name = "0.7.6-1.tar.gz"; sha256 = "3b6164df8249dde84d4833bf73604668a718110062d3afe36269612ae492c499"; }; buildType = "ament_cmake"; buildInputs = [ rcpputils rcutils rmw ]; checkInputs = [ ament-lint-auto ament-lint-common ]; propagatedBuildInputs = [ ament-cmake connext-cmake-module ]; nativeBuildInputs = [ ament-cmake rosidl-cmake ]; meta = { description = ''C++ types and functions shared by the ROS middleware interface to RTI Connext Static and RTI Connext Dynamic.''; license = with lib.licenses; [ asl20 ]; }; }