runtime/.nix/hardware-interface-testing.nix

25 lines
1 KiB
Nix

# Automatically generated by: ros2nix --output-as-nix-pkg-name --fetch --flake --distro jazzy --output-dir .nix
{ lib, buildRosPackage, fetchFromGitHub, ament-cmake, ament-cmake-gmock, control-msgs, hardware-interface, lifecycle-msgs, pluginlib, rclcpp-lifecycle, ros2-control-test-assets }:
buildRosPackage rec {
pname = "ros-jazzy-hardware-interface-testing";
version = "2.39.1";
src = fetchFromGitHub {
owner = "solid-sinusoid";
repo = "ros2_control";
rev = "e4a4aade5aa844f2bfb693d389e048ca509ce7db";
sha256 = "06jl0b3cwqdja8k901gjxnp5dgpnis61m10qwk4ghv17h197y02b";
};
buildType = "ament_cmake";
sourceRoot = "${src.name}/hardware_interface_testing/";
buildInputs = [ ament-cmake ];
checkInputs = [ ament-cmake-gmock ];
propagatedBuildInputs = [ control-msgs hardware-interface lifecycle-msgs pluginlib rclcpp-lifecycle ros2-control-test-assets ];
nativeBuildInputs = [ ament-cmake ];
meta = {
description = "ros2_control hardware interface testing";
license = with lib.licenses; [ asl20 ];
};
}