# Copyright 2023 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, builtin-interfaces, rosidl-default-generators, rosidl-default-runtime }: buildRosPackage { pname = "ros-rolling-dynamixel-sdk-custom-interfaces"; version = "3.7.40-r4"; src = fetchurl { url = "https://github.com/ros2-gbp/dynamixel_sdk-release/archive/release/rolling/dynamixel_sdk_custom_interfaces/3.7.40-4.tar.gz"; name = "3.7.40-4.tar.gz"; sha256 = "9e562eca5a0d29682c49c1fb21a7a700404a3777bfd1ee1f22867279786491f2"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake rosidl-default-generators ]; propagatedBuildInputs = [ builtin-interfaces rosidl-default-runtime ]; nativeBuildInputs = [ ament-cmake rosidl-default-generators ]; meta = { description = ''ROS2 custom interface examples using ROBOTIS DYNAMIXEL SDK''; license = with lib.licenses; [ asl20 ]; }; }