# Copyright 2019 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-pytest, ament-cmake-python, ament-cmake-ros, ament-lint-auto, builtin-interfaces, python-cmake-module, rclcpp, rclpy, sensor-msgs, std-msgs }: buildRosPackage { pname = "ros-dashing-message-filters"; version = "3.1.3-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/ros2_message_filters-release/archive/release/dashing/message_filters/3.1.3-1.tar.gz"; name = "3.1.3-1.tar.gz"; sha256 = "0d19c30447f72c1c61abbba87a8b8ebe799a11b105098977df7b30bbe9ead120"; }; buildType = "ament_cmake"; buildInputs = [ builtin-interfaces rclcpp rclpy ]; checkInputs = [ ament-cmake-gtest ament-cmake-pytest ament-lint-auto sensor-msgs std-msgs ]; nativeBuildInputs = [ ament-cmake-python ament-cmake-ros python-cmake-module ]; meta = { description = ''A set of ROS2 message filters which take in messages and may output those messages at a later time, based on the conditions that filter needs met.''; license = with lib.licenses; [ bsdOriginal ]; }; }