24 lines
1 KiB
Nix
24 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, cartesian-controller-base, controller-interface, geometry-msgs, interactive-markers, kdl-parser, pluginlib, rclcpp, urdf }:
|
|
buildRosPackage rec {
|
|
pname = "ros-jazzy-cartesian-controller-handles";
|
|
version = "0.0.0";
|
|
|
|
src = fetchFromGitHub {
|
|
owner = "solid-sinusoid";
|
|
repo = "cartesian_controllers";
|
|
rev = "1218ab5e7153b9aa7a3cd687908671d9f900a838";
|
|
sha256 = "1h0izk742gg4k3v4s8d3c1mj3hqxph390adfccyixggb511c8nvj";
|
|
};
|
|
|
|
buildType = "ament_cmake";
|
|
sourceRoot = "${src.name}/cartesian_controller_handles/";
|
|
buildInputs = [ ament-cmake ];
|
|
propagatedBuildInputs = [ cartesian-controller-base controller-interface geometry-msgs interactive-markers kdl-parser pluginlib rclcpp urdf ];
|
|
nativeBuildInputs = [ ament-cmake ];
|
|
|
|
meta = {
|
|
description = "The cartesian_controller_handles package";
|
|
license = with lib.licenses; [ bsd3 ];
|
|
};
|
|
}
|