mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
regenerate all distros, Tue May 2 16:50:21 2023
This commit is contained in:
parent
4817b14e2d
commit
fd3628c920
1601 changed files with 10237 additions and 5790 deletions
|
@ -2,25 +2,25 @@
|
|||
# Copyright 2023 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, ament-clang-format, ament-cmake, ament-cmake-gtest, ament-cmake-lint-cmake, ament-cmake-xmllint, ament-index-cpp, ament-lint-auto, moveit-ros-visualization, moveit-setup-framework, pluginlib, rclcpp }:
|
||||
{ lib, buildRosPackage, fetchurl, ament-clang-format, ament-cmake, ament-cmake-gtest, ament-cmake-lint-cmake, ament-cmake-xmllint, ament-index-cpp, ament-lint-auto, moveit-configs-utils, moveit-ros-visualization, moveit-setup-framework, pluginlib, rclcpp }:
|
||||
buildRosPackage {
|
||||
pname = "ros-rolling-moveit-setup-app-plugins";
|
||||
version = "2.6.0-r1";
|
||||
version = "2.7.3-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/moveit/moveit2-release/archive/release/rolling/moveit_setup_app_plugins/2.6.0-1.tar.gz";
|
||||
name = "2.6.0-1.tar.gz";
|
||||
sha256 = "da2ba5690ae954a0825e4abde76f29f3a606fe4bb2e2b1946f576aa38220ccb9";
|
||||
url = "https://github.com/ros2-gbp/moveit2-release/archive/release/rolling/moveit_setup_app_plugins/2.7.3-1.tar.gz";
|
||||
name = "2.7.3-1.tar.gz";
|
||||
sha256 = "0715b8d9b3d38750632186ba4c51d01693ed12be565f7dd31f4b5440a85a6a81";
|
||||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ament-cmake ];
|
||||
checkInputs = [ ament-clang-format ament-cmake-gtest ament-cmake-lint-cmake ament-cmake-xmllint ament-lint-auto ];
|
||||
propagatedBuildInputs = [ ament-index-cpp moveit-ros-visualization moveit-setup-framework pluginlib rclcpp ];
|
||||
propagatedBuildInputs = [ ament-index-cpp moveit-configs-utils moveit-ros-visualization moveit-setup-framework pluginlib rclcpp ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
meta = {
|
||||
description = ''Various specialty plugins for MoveIt Setup Assistant'';
|
||||
license = with lib.licenses; [ bsdOriginal ];
|
||||
license = with lib.licenses; [ bsd3 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue