1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 14:10:37 +03:00

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

@ -2,21 +2,22 @@
# Copyright 2024 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake, geometry-msgs, polygon-msgs }:
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-pytest, ament-cmake-python, geometry-msgs, polygon-msgs, python3Packages }:
buildRosPackage {
pname = "ros-jazzy-polygon-utils";
version = "1.0.2-r3";
version = "1.1.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/polygon_ros-release/archive/release/jazzy/polygon_utils/1.0.2-3.tar.gz";
name = "1.0.2-3.tar.gz";
sha256 = "6a13d021809e64dc69bd3648296d6bfd62bdde58a324bc531ec572f71dfdc3d1";
url = "https://github.com/ros2-gbp/polygon_ros-release/archive/release/jazzy/polygon_utils/1.1.0-1.tar.gz";
name = "1.1.0-1.tar.gz";
sha256 = "5ddac03af96d1733d08254753c8c6840f7ffa8944666e91fdb7652ed81eeffc5";
};
buildType = "ament_cmake";
buildInputs = [ ament-cmake ];
propagatedBuildInputs = [ geometry-msgs polygon-msgs ];
nativeBuildInputs = [ ament-cmake ];
buildInputs = [ ament-cmake ament-cmake-python ];
checkInputs = [ ament-cmake-pytest ];
propagatedBuildInputs = [ geometry-msgs polygon-msgs python3Packages.shapely ];
nativeBuildInputs = [ ament-cmake ament-cmake-python ];
meta = {
description = "Utilities for working with polygons, including triangulation";