2020-01-10 12:36:13 +00:00
|
|
|
|
|
|
|
# Copyright 2020 Open Source Robotics Foundation
|
|
|
|
# Distributed under the terms of the BSD license
|
|
|
|
|
2020-03-27 18:49:02 -04:00
|
|
|
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-index-cpp, ament-lint-auto, ament-lint-common, lifecycle-msgs, plansys2-domain-expert, plansys2-msgs, plansys2-pddl-parser, plansys2-planner, plansys2-problem-expert, popf, rclcpp, rclcpp-action, rclcpp-cascade-lifecycle, rclcpp-lifecycle }:
|
2020-01-10 12:36:13 +00:00
|
|
|
buildRosPackage {
|
|
|
|
pname = "ros-eloquent-plansys2-executor";
|
2020-03-27 18:49:02 -04:00
|
|
|
version = "0.0.7-r1";
|
2020-01-10 12:36:13 +00:00
|
|
|
|
|
|
|
src = fetchurl {
|
2020-03-27 18:49:02 -04:00
|
|
|
url = "https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/eloquent/plansys2_executor/0.0.7-1.tar.gz";
|
|
|
|
name = "0.0.7-1.tar.gz";
|
|
|
|
sha256 = "70cb13178c4381a63a8471a73fe375dee04da47651447486f3656bb65a83bbf4";
|
2020-01-10 12:36:13 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
buildType = "ament_cmake";
|
|
|
|
checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
|
2020-03-27 18:49:02 -04:00
|
|
|
propagatedBuildInputs = [ ament-index-cpp lifecycle-msgs plansys2-domain-expert plansys2-msgs plansys2-pddl-parser plansys2-planner plansys2-problem-expert popf rclcpp rclcpp-action rclcpp-cascade-lifecycle rclcpp-lifecycle ];
|
2020-01-10 12:36:13 +00:00
|
|
|
nativeBuildInputs = [ ament-cmake ];
|
|
|
|
|
|
|
|
meta = {
|
|
|
|
description = ''This package contains the Executor module for the ROS2 Planning System'';
|
|
|
|
license = with lib.licenses; [ asl20 ];
|
|
|
|
};
|
|
|
|
}
|