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