1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 06:00:38 +03:00

regenerate rosPackages.eloquent, Fri Jun 12 18:32:11 2020

This commit is contained in:
Ben Wolsieffer 2020-06-12 18:32:11 -04:00
parent e68c29e498
commit 35caca88c3
2 changed files with 8 additions and 6 deletions

View file

@ -2,19 +2,19 @@
# Copyright 2020 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, boost, cairo, ceres-solver, cmake, eigen, gflags, glog, gmock, lua5, protobuf, pythonPackages }:
{ lib, buildRosPackage, fetchurl, boost, cairo, ceres-solver, cmake, eigen, gflags, glog, gmock, gtest, lua5, protobuf, python3Packages }:
buildRosPackage {
pname = "ros-eloquent-cartographer";
version = "1.0.0-r1";
version = "1.0.9001-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/cartographer-release/archive/release/eloquent/cartographer/1.0.0-1.tar.gz";
name = "1.0.0-1.tar.gz";
sha256 = "a528f0790014f53e4039ec96d0f7db68a3666012c6d22294c94e3d571a06c78a";
url = "https://github.com/ros2-gbp/cartographer-release/archive/release/eloquent/cartographer/1.0.9001-1.tar.gz";
name = "1.0.9001-1.tar.gz";
sha256 = "03eeee014c5ffb0085cd8ad43d5d030fc3f0fa50b85bd8aa7052d30bce267021";
};
buildType = "cmake";
buildInputs = [ gmock pythonPackages.sphinx ];
buildInputs = [ gmock gtest python3Packages.sphinx ];
propagatedBuildInputs = [ boost cairo ceres-solver eigen gflags glog lua5 protobuf ];
nativeBuildInputs = [ cmake ];

View file

@ -148,6 +148,8 @@ self: super: {
can-msgs = self.callPackage ./can-msgs {};
cartographer = self.callPackage ./cartographer {};
cartographer-ros = self.callPackage ./cartographer-ros {};
cartographer-ros-msgs = self.callPackage ./cartographer-ros-msgs {};