# Automatically generated by: ros2nix --output-as-nix-pkg-name --fetch --flake --distro jazzy --output-dir .nix { lib, buildRosPackage, fetchFromGitHub, ament-cmake, controller-interface, kdl-parser, pluginlib, rclcpp, realtime-tools, trajectory-msgs }: buildRosPackage rec { pname = "ros-jazzy-cartesian-controller-base"; version = "0.0.0"; src = fetchFromGitHub { owner = "solid-sinusoid"; repo = "cartesian_controllers"; rev = "1218ab5e7153b9aa7a3cd687908671d9f900a838"; sha256 = "1h0izk742gg4k3v4s8d3c1mj3hqxph390adfccyixggb511c8nvj"; }; buildType = "ament_cmake"; sourceRoot = "${src.name}/cartesian_controller_base/"; buildInputs = [ ament-cmake ]; propagatedBuildInputs = [ controller-interface kdl-parser pluginlib rclcpp realtime-tools trajectory-msgs ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = "The cartesian_controller_base package"; license = with lib.licenses; [ bsd3 ]; }; }