# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, dynamixel-workbench-toolbox, hardware-interface, lifecycle-msgs, pluginlib, rclcpp, rclcpp-lifecycle }: buildRosPackage { pname = "ros-rolling-dynamixel-hardware"; version = "0.6.0-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/dynamixel_hardware-release/archive/release/rolling/dynamixel_hardware/0.6.0-1.tar.gz"; name = "0.6.0-1.tar.gz"; sha256 = "679680734a784d04379f5e7af97fb2c1231b12febcc830a968940bac17e136e6"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake ]; checkInputs = [ ament-lint-auto ament-lint-common ]; propagatedBuildInputs = [ dynamixel-workbench-toolbox hardware-interface lifecycle-msgs pluginlib rclcpp rclcpp-lifecycle ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = "ros2_control hardware for ROBOTIS Dynamixel"; license = with lib.licenses; [ asl20 ]; }; }