# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-index-cpp, moveit-configs-utils, moveit-resources-fanuc-moveit-config, moveit-resources-panda-moveit-config, moveit-setup-framework, pluginlib, rclcpp }: buildRosPackage { pname = "ros-jazzy-moveit-setup-controllers"; version = "2.12.3-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/moveit2-release/archive/release/jazzy/moveit_setup_controllers/2.12.3-1.tar.gz"; name = "2.12.3-1.tar.gz"; sha256 = "a850c0447374373e86dd7f9fb50ada88300fe40c06845706ab39f1cb208f8195"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake ]; checkInputs = [ ament-cmake-gtest moveit-configs-utils moveit-resources-fanuc-moveit-config moveit-resources-panda-moveit-config ]; propagatedBuildInputs = [ ament-index-cpp moveit-setup-framework pluginlib rclcpp ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = "MoveIt Setup Steps for ROS 2 Control"; license = with lib.licenses; [ bsd3 ]; }; }