# 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 }: buildRosPackage { pname = "ros-foxy-rttest"; version = "0.9.0-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/realtime_support-release/archive/release/foxy/rttest/0.9.0-1.tar.gz"; name = "0.9.0-1.tar.gz"; sha256 = "5fe31ede66049996ed3ebcecc4e9b11d02e8adf8a633f6d50504a3f4911f434b"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = ''Instrumentation library for real-time performance testing''; license = with lib.licenses; [ asl20 ]; }; }