# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, catkin, nodelet, phidgets-api, roscpp, roslaunch, std-msgs }: buildRosPackage { pname = "ros-noetic-phidgets-digital-inputs"; version = "1.0.9-r1"; src = fetchurl { url = "https://github.com/ros-drivers-gbp/phidgets_drivers-release/archive/release/noetic/phidgets_digital_inputs/1.0.9-1.tar.gz"; name = "1.0.9-1.tar.gz"; sha256 = "7c100312e4352c16706541aa2beaa84730f296ebf31ed36f064ca82a0817c709"; }; buildType = "catkin"; buildInputs = [ catkin ]; propagatedBuildInputs = [ nodelet phidgets-api roscpp roslaunch std-msgs ]; nativeBuildInputs = [ catkin ]; meta = { description = "Driver for the Phidgets Digital Input devices"; license = with lib.licenses; [ bsdOriginal ]; }; }