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 Feb 14 13:45:14 2025

This commit is contained in:
Superflore 2025-02-14 13:45:14 +00:00 committed by Ben Wolsieffer
parent f9c218f6e9
commit 4ce7073301
582 changed files with 2762 additions and 2400 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, pcl-conversions, pluginlib, rclcpp, rtabmap-conversions, rtabmap-msgs, rviz-common, rviz-default-plugins, rviz-rendering, sensor-msgs, std-msgs, tf2 }:
buildRosPackage {
pname = "ros-jazzy-rtabmap-rviz-plugins";
version = "0.21.9-r1";
version = "0.21.10-r1";
src = fetchurl {
url = "https://github.com/introlab/rtabmap_ros-release/archive/release/jazzy/rtabmap_rviz_plugins/0.21.9-1.tar.gz";
name = "0.21.9-1.tar.gz";
sha256 = "6bc848d24d9fad4aa100fc59431cbdf9785d1fabd4fe5b41204da7ab463b5e87";
url = "https://github.com/introlab/rtabmap_ros-release/archive/release/jazzy/rtabmap_rviz_plugins/0.21.10-1.tar.gz";
name = "0.21.10-1.tar.gz";
sha256 = "f5ee367cd00d0e7740ded609d95d7adebad10ebf348c7f103bb5d0b751542cc3";
};
buildType = "ament_cmake";