2024-05-24 14:00:52 +00:00
|
|
|
|
2025-01-03 13:42:37 +00:00
|
|
|
# Copyright 2025 Open Source Robotics Foundation
|
2024-05-24 14:00:52 +00:00
|
|
|
# Distributed under the terms of the BSD license
|
|
|
|
|
2025-04-25 13:38:11 +00:00
|
|
|
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gen-version-h, ament-cmake-gmock, backward-ros, control-msgs, joint-limits, lifecycle-msgs, pal-statistics, pluginlib, rclcpp-lifecycle, rcpputils, rcutils, realtime-tools, ros2-control-cmake, ros2-control-test-assets, sdformat-urdf, tinyxml2-vendor, urdf }:
|
2024-05-24 14:00:52 +00:00
|
|
|
buildRosPackage {
|
|
|
|
pname = "ros-jazzy-hardware-interface";
|
2025-05-16 13:35:43 +00:00
|
|
|
version = "4.29.0-r1";
|
2024-05-24 14:00:52 +00:00
|
|
|
|
|
|
|
src = fetchurl {
|
2025-05-16 13:35:43 +00:00
|
|
|
url = "https://github.com/ros2-gbp/ros2_control-release/archive/release/jazzy/hardware_interface/4.29.0-1.tar.gz";
|
|
|
|
name = "4.29.0-1.tar.gz";
|
|
|
|
sha256 = "7036929a47c0aec5485353d139186222975eb915f8e269d1ca08a5189ec6a4eb";
|
2024-05-24 14:00:52 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
buildType = "ament_cmake";
|
2025-04-25 13:38:11 +00:00
|
|
|
buildInputs = [ ament-cmake ament-cmake-gen-version-h ros2-control-cmake ];
|
2024-05-24 14:00:52 +00:00
|
|
|
checkInputs = [ ament-cmake-gmock ros2-control-test-assets ];
|
2025-03-07 13:16:24 +00:00
|
|
|
propagatedBuildInputs = [ backward-ros control-msgs joint-limits lifecycle-msgs pal-statistics pluginlib rclcpp-lifecycle rcpputils rcutils realtime-tools sdformat-urdf tinyxml2-vendor urdf ];
|
2024-05-24 14:00:52 +00:00
|
|
|
nativeBuildInputs = [ ament-cmake ament-cmake-gen-version-h ];
|
|
|
|
|
|
|
|
meta = {
|
2025-04-25 13:38:11 +00:00
|
|
|
description = "Base classes for hardware abstraction and tooling for them";
|
2024-05-24 14:00:52 +00:00
|
|
|
license = with lib.licenses; [ asl20 ];
|
|
|
|
};
|
|
|
|
}
|