# Copyright 2024 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, fmt, rclcpp, rsl, tcb-span, tl-expected }: buildRosPackage { pname = "ros-rolling-parameter-traits"; version = "0.3.7-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/generate_parameter_library-release/archive/release/rolling/parameter_traits/0.3.7-1.tar.gz"; name = "0.3.7-1.tar.gz"; sha256 = "3f3eac418396f97a4473d2d63d49474216ac424be87e48a63b49c20d1a5e460a"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ]; propagatedBuildInputs = [ fmt rclcpp rsl tcb-span tl-expected ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = ''Functions and types for rclcpp::Parameter''; license = with lib.licenses; [ bsd3 ]; }; }