runtime/nix/rbs-bt-executor.nix

25 lines
1.3 KiB
Nix
Raw Permalink Normal View History

2025-05-29 22:38:44 +03:00
# Automatically generated by: ros2nix --output-as-nix-pkg-name --fetch --output-dir nix --distro jazzy
{ lib, buildRosPackage, fetchgit, ament-cmake, ament-cmake-python, ament-lint-auto, ament-lint-common, behaviortree-cpp, behaviortree-ros2, control-msgs, env-manager-interfaces, geometry-msgs, lifecycle-msgs, moveit-core, moveit-ros-planning, moveit-ros-planning-interface, rbs-skill-interfaces, rbs-utils, rclpy }:
buildRosPackage rec {
pname = "ros-jazzy-rbs-bt-executor";
version = "0.0.0";
src = fetchgit {
url = "git@gitlab.com:robossembler/robossembler-ros2.git";
rev = "a87d5779895cadca4ef5a121d03156e85387b199";
sha256 = "0zxx8pd8y5f8qi6phwr88zx502i31clsx3wk78rsjs9zp4q3zlmm";
};
buildType = "ament_cmake";
sourceRoot = "${src.name}/rbs_bt_executor/";
buildInputs = [ ament-cmake ament-cmake-python ];
checkInputs = [ ament-lint-auto ament-lint-common ];
propagatedBuildInputs = [ behaviortree-cpp behaviortree-ros2 control-msgs env-manager-interfaces geometry-msgs lifecycle-msgs moveit-core moveit-ros-planning moveit-ros-planning-interface rbs-skill-interfaces rbs-utils rclpy ];
nativeBuildInputs = [ ament-cmake ament-cmake-python ];
meta = {
description = "TODO: Package description";
license = with lib.licenses; [ "TODO-License-declaration" ];
};
}