# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-clang-format, ament-cmake, ament-cmake-clang-format, ament-cmake-gtest, ament-lint-auto, ament-lint-common, geometry-msgs, rclcpp, rclcpp-components, rosidl-default-runtime, std-msgs }: buildRosPackage { pname = "ros-rolling-flex-sync"; version = "2.0.0-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/flex_sync-release/archive/release/rolling/flex_sync/2.0.0-1.tar.gz"; name = "2.0.0-1.tar.gz"; sha256 = "abfa08fe74a24521677d3993eb29e426cf6c81ff7f6ef37cf77c58f9ec672eb7"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake ]; checkInputs = [ ament-clang-format ament-cmake-clang-format ament-cmake-gtest ament-lint-auto ament-lint-common geometry-msgs std-msgs ]; propagatedBuildInputs = [ ament-cmake-clang-format rclcpp rclcpp-components rosidl-default-runtime ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = "ros2 package for syncing variable number of topics"; license = with lib.licenses; [ asl20 ]; }; }