# Copyright 2023 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, poco, rclcpp, rclcpp-components, sensor-msgs }: buildRosPackage { pname = "ros-foxy-ntpd-driver"; version = "2.2.0-r1"; src = fetchurl { url = "https://github.com/vooon/ntpd_driver-release/archive/release/foxy/ntpd_driver/2.2.0-1.tar.gz"; name = "2.2.0-1.tar.gz"; sha256 = "dc9c3c62e48615600f094c5e555108445add91e13a27911fc402966f6b56a7f6"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake ]; checkInputs = [ ament-lint-auto ament-lint-common ]; propagatedBuildInputs = [ poco rclcpp rclcpp-components sensor-msgs ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = ''ntpd_driver sends TimeReference message time to ntpd server''; license = with lib.licenses; [ bsdOriginal ]; }; }