# Copyright 2021 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common }: buildRosPackage { pname = "ros-foxy-moveit-common"; version = "2.2.1-r1"; src = fetchurl { url = "https://github.com/moveit/moveit2-release/archive/release/foxy/moveit_common/2.2.1-1.tar.gz"; name = "2.2.1-1.tar.gz"; sha256 = "62688ea5e6548ce5269d20b220cae703282b13692c68db4d336d4a4d206d6be7"; }; buildType = "ament_cmake"; checkInputs = [ ament-lint-auto ament-lint-common ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = ''Common support functionality used throughout MoveIt''; license = with lib.licenses; [ bsdOriginal ]; }; }