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 Mar 1 13:05:06 2024

This commit is contained in:
Superflore 2024-03-01 13:05:07 +00:00 committed by Ben Wolsieffer
parent dd9cc83369
commit 160dfe7959
431 changed files with 1890 additions and 1626 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-iron-rtabmap-rviz-plugins";
version = "0.21.3-r1";
version = "0.21.4-r2";
src = fetchurl {
url = "https://github.com/introlab/rtabmap_ros-release/archive/release/iron/rtabmap_rviz_plugins/0.21.3-1.tar.gz";
name = "0.21.3-1.tar.gz";
sha256 = "324d648d5c8580346a630d2f17c70c3b6085436a2fe93a2a7908bc1a6a17f2ee";
url = "https://github.com/introlab/rtabmap_ros-release/archive/release/iron/rtabmap_rviz_plugins/0.21.4-2.tar.gz";
name = "0.21.4-2.tar.gz";
sha256 = "5b52e022cbf23c6b56a0dd7428a209d07c6b5f2794d5190c4f7c0b733d9adbf4";
};
buildType = "ament_cmake";