# Copyright 2021 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-lint-auto, ament-lint-common, lifecycle-msgs, rclcpp, rclcpp-lifecycle }: buildRosPackage { pname = "ros-foxy-plansys2-lifecycle-manager"; version = "1.0.10-r1"; src = fetchurl { url = "https://github.com/IntelligentRoboticsLabs/ros2_planning_system-release/archive/release/foxy/plansys2_lifecycle_manager/1.0.10-1.tar.gz"; name = "1.0.10-1.tar.gz"; sha256 = "cd6e824d5918fc69ef0453d7fc5d71e982da9784ff13e84d0338272666e6e78c"; }; buildType = "ament_cmake"; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ]; propagatedBuildInputs = [ lifecycle-msgs rclcpp rclcpp-lifecycle ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = ''A controller/manager for the lifecycle nodes of the ROS2 Planning System''; license = with lib.licenses; [ asl20 ]; }; }