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