mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-12 02:34:50 +03:00
regenerate all distros, Fri Jul 26 13:34:25 2024
This commit is contained in:
parent
a76cac0463
commit
400bfc88fb
2195 changed files with 17872 additions and 7924 deletions
|
@ -5,12 +5,12 @@
|
|||
{ lib, buildRosPackage, fetchurl, ament-cmake, rmf-building-map-tools, ros2run }:
|
||||
buildRosPackage {
|
||||
pname = "ros-rolling-rmf-traffic-editor-test-maps";
|
||||
version = "1.8.2-r1";
|
||||
version = "1.10.0-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/rmf_traffic_editor-release/archive/release/rolling/rmf_traffic_editor_test_maps/1.8.2-1.tar.gz";
|
||||
name = "1.8.2-1.tar.gz";
|
||||
sha256 = "064c9abe311839a2f64c992c12fb22bc0432b49163b4a129851339c0d7199150";
|
||||
url = "https://github.com/ros2-gbp/rmf_traffic_editor-release/archive/release/rolling/rmf_traffic_editor_test_maps/1.10.0-1.tar.gz";
|
||||
name = "1.10.0-1.tar.gz";
|
||||
sha256 = "e60d91858304e9058d798fb8be992d5c4e3524cc888de947c80365bfd950fc17";
|
||||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
|
@ -18,7 +18,7 @@ buildRosPackage {
|
|||
nativeBuildInputs = [ ament-cmake rmf-building-map-tools ros2run ];
|
||||
|
||||
meta = {
|
||||
description = ''Some test maps for traffic_editor and rmf_building_map_tools.'';
|
||||
description = "Some test maps for traffic_editor and rmf_building_map_tools.";
|
||||
license = with lib.licenses; [ asl20 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue