24 lines
987 B
Nix
24 lines
987 B
Nix
# Automatically generated by: ros2nix --output-as-nix-pkg-name --fetch --distro jazzy
|
|
{ lib, buildRosPackage, fetchgit, ament-cmake, ament-cmake-gtest, ament-index-cpp, ament-lint-auto, ament-lint-common, behaviortree-ros2, behaviortree-cpp-v3, test-msgs }:
|
|
buildRosPackage rec {
|
|
pname = "ros-jazzy-rbs-task-planner";
|
|
version = "0.0.1";
|
|
|
|
src = fetchgit {
|
|
url = "https://gitlab.com/robossembler/robossembler-ros2";
|
|
rev = "b83a68f77724d83e1a0a014ffb4da4ef42ec3a42";
|
|
sha256 = "sha256-UdshWzp+WAThBieQPIqNgpy48bLO/+FEEX/higgMJH8=";
|
|
};
|
|
|
|
buildType = "ament_cmake";
|
|
sourceRoot = "${src.name}/rbs_task_planner/";
|
|
buildInputs = [ ament-cmake ];
|
|
checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common test-msgs ];
|
|
propagatedBuildInputs = [ ament-index-cpp behaviortree-ros2 behaviortree-cpp-v3 ];
|
|
nativeBuildInputs = [ ament-cmake ];
|
|
|
|
meta = {
|
|
description = "ROS2 task planner for manipulator";
|
|
license = with lib.licenses; [ asl20 ];
|
|
};
|
|
}
|