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 Jan 19 13:36:48 2024

This commit is contained in:
Superflore 2024-01-19 13:36:49 +00:00 committed by Ben Wolsieffer
parent 1f89e13710
commit 5053bf9d76
5646 changed files with 9235 additions and 7758 deletions

View file

@ -1,16 +1,16 @@
# Copyright 2023 Open Source Robotics Foundation
# Copyright 2024 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, catkin, pcl-conversions, pluginlib, roscpp, rtabmap-conversions, rtabmap-msgs, rviz, sensor-msgs, std-msgs, tf }:
buildRosPackage {
pname = "ros-noetic-rtabmap-rviz-plugins";
version = "0.21.1-r4";
version = "0.21.3-r4";
src = fetchurl {
url = "https://github.com/introlab/rtabmap_ros-release/archive/release/noetic/rtabmap_rviz_plugins/0.21.1-4.tar.gz";
name = "0.21.1-4.tar.gz";
sha256 = "21e0167f69122fd3fea7acd549745f47e67526b80d8e5e7b463e53a1bdf457fa";
url = "https://github.com/introlab/rtabmap_ros-release/archive/release/noetic/rtabmap_rviz_plugins/0.21.3-4.tar.gz";
name = "0.21.3-4.tar.gz";
sha256 = "0421389934360b110f1427e75101aba16f9ee8faa45e9fe15006e6a65e646cc4";
};
buildType = "catkin";