# Copyright 2025 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, moveit-core, moveit-planners, moveit-plugins, moveit-ros-move-group, moveit-ros-perception, moveit-ros-planning, moveit-ros-planning-interface, moveit-ros-warehouse }: buildRosPackage { pname = "ros-rolling-moveit-runtime"; version = "2.12.0-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/moveit2-release/archive/release/rolling/moveit_runtime/2.12.0-1.tar.gz"; name = "2.12.0-1.tar.gz"; sha256 = "542f8f0ba9c1ceb3b46d34990e8e4484b153b8dcb4e78b2f19dde34a1ad07e66"; }; buildType = "ament_cmake"; buildInputs = [ ament-cmake ]; propagatedBuildInputs = [ moveit-core moveit-planners moveit-plugins moveit-ros-move-group moveit-ros-perception moveit-ros-planning moveit-ros-planning-interface moveit-ros-warehouse ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = "moveit_runtime meta package contains MoveIt packages that are essential for its runtime (e.g. running MoveIt on robots)."; license = with lib.licenses; [ bsd3 ]; }; }