mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
regenerate all distros, Fri Jan 19 13:36:48 2024
This commit is contained in:
parent
1f89e13710
commit
5053bf9d76
5646 changed files with 9235 additions and 7758 deletions
|
@ -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, 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.2-r1";
|
||||
version = "0.21.3-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/introlab/rtabmap_ros-release/archive/release/iron/rtabmap_rviz_plugins/0.21.2-1.tar.gz";
|
||||
name = "0.21.2-1.tar.gz";
|
||||
sha256 = "c2662b8d9d5da92399bddba0bb89479efae4c27e71081cadddb60d34524c821e";
|
||||
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";
|
||||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue