regenerate all distros, Fri Oct 4 13:25:33 2024

This commit is contained in:
Superflore 2024-10-04 13:25:33 +00:00 committed by Ben Wolsieffer
parent e311549688
commit 393b154bd3
838 changed files with 4944 additions and 3346 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-pytest, ament-index-python, geometry-msgs, moveit-core, moveit-ros-planning, moveit-ros-planning-interface, octomap-msgs, pybind11-vendor, pythonPackages, rclcpp, rclpy }:
buildRosPackage {
pname = "ros-rolling-moveit-py";
version = "2.10.0-r1";
version = "2.11.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/moveit2-release/archive/release/rolling/moveit_py/2.10.0-1.tar.gz";
name = "2.10.0-1.tar.gz";
sha256 = "b2cdef55b0d8de6a46de829d8f9a94f898375f6608242b3fec12afc0ab1956db";
url = "https://github.com/ros2-gbp/moveit2-release/archive/release/rolling/moveit_py/2.11.0-1.tar.gz";
name = "2.11.0-1.tar.gz";
sha256 = "9d15bac9579e9d562866b277583f19334bf8e27ef87cfafc65ec8cd6a7436400";
};
buildType = "ament_cmake";