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

regenerate all distros, Fri Jul 26 13:34:25 2024

This commit is contained in:
Superflore 2024-07-26 13:34:25 +00:00 committed by Ben Wolsieffer
parent a76cac0463
commit 400bfc88fb
2195 changed files with 17872 additions and 7924 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, cv-bridge, diagnostic-updater, image-transport, message-filters, nav-msgs, rclcpp, rclcpp-components, rtabmap-conversions, rtabmap-msgs, sensor-msgs }:
buildRosPackage {
pname = "ros-humble-rtabmap-sync";
version = "0.21.4-r2";
version = "0.21.5-r1";
src = fetchurl {
url = "https://github.com/introlab/rtabmap_ros-release/archive/release/humble/rtabmap_sync/0.21.4-2.tar.gz";
name = "0.21.4-2.tar.gz";
sha256 = "b3bc8905a34fbbd21ebd15323f2b3c32e42fcfb740f2209dc1b8443058ae3589";
url = "https://github.com/introlab/rtabmap_ros-release/archive/release/humble/rtabmap_sync/0.21.5-1.tar.gz";
name = "0.21.5-1.tar.gz";
sha256 = "1464bd6b71cf68e430b170bfb88300f245ec418c1ec3c29b0dbf7e9b6d5f5734";
};
buildType = "ament_cmake";