first generated, rbs-assets-library - broken

This commit is contained in:
Игорь Брылёв 2025-05-29 16:36:11 +03:00
parent a87d577989
commit d2ded4365b
39 changed files with 1002 additions and 19 deletions

View file

@ -0,0 +1,25 @@
# Automatically generated by: ros2nix --distro jazzy --output-dir generated --output-as-nix-pkg-name --fetch
{ lib, buildRosPackage, fetchFromGitHub, ament-cmake, ament-cmake-gmock, hardware-interface, rclcpp-lifecycle, sensor-msgs }:
buildRosPackage rec {
pname = "ros-jazzy-controller-interface";
version = "2.39.1";
src = fetchFromGitHub {
owner = "solid-sinusoid";
repo = "ros2_control";
rev = "e4a4aade5aa844f2bfb693d389e048ca509ce7db";
sha256 = "06jl0b3cwqdja8k901gjxnp5dgpnis61m10qwk4ghv17h197y02b";
};
buildType = "ament_cmake";
sourceRoot = "${src.name}/controller_interface/";
buildInputs = [ ament-cmake ];
checkInputs = [ ament-cmake-gmock ];
propagatedBuildInputs = [ hardware-interface rclcpp-lifecycle sensor-msgs ];
nativeBuildInputs = [ ament-cmake ];
meta = {
description = "Description of controller_interface";
license = with lib.licenses; [ asl20 ];
};
}