mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-13 13:40:32 +03:00
regenerate all distros, Mon Dec 9 05:16:45 2019
This commit is contained in:
parent
166ab6841e
commit
1cdfda3fb7
4992 changed files with 27436 additions and 12893 deletions
24
eloquent/vision-opencv/default.nix
Normal file
24
eloquent/vision-opencv/default.nix
Normal file
|
@ -0,0 +1,24 @@
|
|||
|
||||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, cv-bridge, ament-cmake, image-geometry }:
|
||||
buildRosPackage {
|
||||
pname = "ros-eloquent-vision-opencv";
|
||||
version = "2.1.3-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/vision_opencv-release/archive/release/eloquent/vision_opencv/2.1.3-1.tar.gz";
|
||||
name = "2.1.3-1.tar.gz";
|
||||
sha256 = "ffa2b7372b86cbb83a780c0d0c0c064537b8c82bc71265073c90ea9ae9ea1e33";
|
||||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
propagatedBuildInputs = [ cv-bridge image-geometry ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
meta = {
|
||||
description = ''Packages for interfacing ROS2 with OpenCV, a library of programming functions for real time computer vision.'';
|
||||
license = with lib.licenses; [ bsdOriginal ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue