mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-28 01:15:34 +03:00
regenerate all distros, Fri Dec 20 17:04:47 2019
This commit is contained in:
parent
7bbd6df901
commit
3c2e731332
121 changed files with 1641 additions and 293 deletions
26
eloquent/costmap-queue/default.nix
Normal file
26
eloquent/costmap-queue/default.nix
Normal file
|
@ -0,0 +1,26 @@
|
|||
|
||||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-lint-auto, ament-lint-common, nav2-common, nav2-costmap-2d, rclcpp }:
|
||||
buildRosPackage {
|
||||
pname = "ros-eloquent-costmap-queue";
|
||||
version = "0.3.1-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/SteveMacenski/navigation2-release/archive/release/eloquent/costmap_queue/0.3.1-1.tar.gz";
|
||||
name = "0.3.1-1.tar.gz";
|
||||
sha256 = "6a0bd408eb6f921304d2400d1ed31044bdb826dde1be916530886887eaf4d88d";
|
||||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ nav2-common ];
|
||||
checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ nav2-costmap-2d rclcpp ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
meta = {
|
||||
description = ''The costmap_queue package'';
|
||||
license = with lib.licenses; [ bsdOriginal ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue