2025-04-25 13:38:11 +00:00
|
|
|
|
|
|
|
# Copyright 2025 Open Source Robotics Foundation
|
|
|
|
# Distributed under the terms of the BSD license
|
|
|
|
|
2025-05-16 13:35:43 +00:00
|
|
|
{ lib, buildRosPackage, fetchurl, ament-cmake, angles, backward-ros, control-msgs, control-toolbox, controller-interface, generate-parameter-library, hardware-interface, pluginlib, rclcpp, rclcpp-lifecycle, realtime-tools, rsl, tl-expected, urdf }:
|
2025-04-25 13:38:11 +00:00
|
|
|
buildRosPackage {
|
|
|
|
pname = "ros-rolling-om-spring-actuator-controller";
|
2025-05-16 13:35:43 +00:00
|
|
|
version = "3.2.2-r1";
|
2025-04-25 13:38:11 +00:00
|
|
|
|
|
|
|
src = fetchurl {
|
2025-05-16 13:35:43 +00:00
|
|
|
url = "https://github.com/ros2-gbp/open_manipulator-release/archive/release/rolling/om_spring_actuator_controller/3.2.2-1.tar.gz";
|
|
|
|
name = "3.2.2-1.tar.gz";
|
|
|
|
sha256 = "bc1f2947b84b798b34c75e0bc5d78ace7968443c41a711461cb180c922108a4f";
|
2025-04-25 13:38:11 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
buildType = "ament_cmake";
|
|
|
|
buildInputs = [ ament-cmake ];
|
|
|
|
propagatedBuildInputs = [ angles backward-ros control-msgs control-toolbox controller-interface generate-parameter-library hardware-interface pluginlib rclcpp rclcpp-lifecycle realtime-tools rsl tl-expected urdf ];
|
|
|
|
nativeBuildInputs = [ ament-cmake ];
|
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = "Spring Actuator Controller ROS 2 package.";
|
|
|
|
license = with lib.licenses; [ asl20 ];
|
|
|
|
};
|
|
|
|
}
|