# Copyright 2023 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-lint-auto, ament-lint-common, performance-test-fixture }: buildRosPackage { pname = "ros-foxy-rosidl-runtime-cpp"; version = "1.3.0-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/rosidl-release/archive/release/foxy/rosidl_runtime_cpp/1.3.0-1.tar.gz"; name = "1.3.0-1.tar.gz"; sha256 = "4e124b5bab7b8c0485d62976f0e674aecc24b2886a057e6a8c568bb73252291f"; }; buildType = "ament_cmake"; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common performance-test-fixture ]; propagatedBuildInputs = [ ament-cmake ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = ''Generate the ROS interfaces in C++.''; license = with lib.licenses; [ asl20 ]; }; }