# Copyright 2021 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, dynamixel-sdk, dynamixel-sdk-custom-interfaces, rclcpp }: buildRosPackage { pname = "ros-foxy-dynamixel-sdk-examples"; version = "3.7.40-r4"; src = fetchurl { url = "https://github.com/robotis-ros2-release/dynamixel_sdk-release/archive/release/foxy/dynamixel_sdk_examples/3.7.40-4.tar.gz"; name = "3.7.40-4.tar.gz"; sha256 = "056dbb39bef40eab9d8708e9d528e4a2448925c9d01fdd4b6c6c7007a61baa36"; }; buildType = "ament_cmake"; checkInputs = [ ament-lint-auto ament-lint-common ]; propagatedBuildInputs = [ dynamixel-sdk dynamixel-sdk-custom-interfaces rclcpp ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = ''ROS2 examples using ROBOTIS DYNAMIXEL SDK''; license = with lib.licenses; [ asl20 ]; }; }