runtime/rbs-bt-executor.nix
2024-12-01 17:31:27 +03:00

24 lines
1.2 KiB
Nix

# Automatically generated by: ros2nix --output-as-nix-pkg-name --fetch --distro jazzy
{ lib, buildRosPackage, fetchgit, ament-cmake, ament-cmake-python, ament-lint-auto, ament-lint-common, behaviortree-cpp, behaviortree-ros2, env-manager-interfaces, rbs-skill-interfaces, rbs-utils, rclpy, moveit-core, moveit-ros-planning, moveit-ros-planning-interface, control-msgs }:
buildRosPackage rec {
pname = "ros-jazzy-rbs-bt-executor";
version = "0.0.0";
src = fetchgit {
url = "https://gitlab.com/robossembler/robossembler-ros2";
rev = "b83a68f77724d83e1a0a014ffb4da4ef42ec3a42";
sha256 = "sha256-UdshWzp+WAThBieQPIqNgpy48bLO/+FEEX/higgMJH8=";
};
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 env-manager-interfaces rbs-skill-interfaces rbs-utils rclpy moveit-core moveit-ros-planning moveit-ros-planning-interface control-msgs ];
nativeBuildInputs = [ ament-cmake ament-cmake-python ];
meta = {
description = "TODO: Package description";
license = with lib.licenses; [ "TODO-License-declaration" ];
};
}