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

regenerate all distros, Sat Mar 7 13:15:26 2020

This commit is contained in:
Ben Wolsieffer 2020-03-07 13:15:26 -05:00
parent 37d40b28f9
commit b51a8a5f1d
76 changed files with 55 additions and 1668 deletions

View file

@ -0,0 +1,25 @@
# Copyright 2020 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, python3Packages, pythonPackages }:
buildRosPackage {
pname = "ros-eloquent-ament-virtualenv";
version = "0.0.5-r6";
src = fetchurl {
url = "https://github.com/esol-community/ament_virtualenv-release/archive/release/eloquent/ament_virtualenv/0.0.5-6.tar.gz";
name = "0.0.5-6.tar.gz";
sha256 = "bc0bb431ff3059a5c8b0b7941880f70b0e54f3971cbbad59e58ed8f375678464";
};
buildType = "ament_python";
checkInputs = [ ament-copyright ament-flake8 ament-pep257 python3Packages.packaging pythonPackages.pytest pythonPackages.virtualenv ];
propagatedBuildInputs = [ python3Packages.packaging pythonPackages.virtualenv ];
nativeBuildInputs = [ python3Packages.packaging pythonPackages.virtualenv ];
meta = {
description = ''Bundle python requirements in a ament package via virtualenv.'';
license = with lib.licenses; [ gpl1 ];
};
}

View file

@ -122,6 +122,8 @@ self: super: {
ament-uncrustify = self.callPackage ./ament-uncrustify {};
ament-virtualenv = self.callPackage ./ament-virtualenv {};
ament-xmllint = self.callPackage ./ament-xmllint {};
angles = self.callPackage ./angles {};

View file

@ -1,28 +0,0 @@
# Copyright 2020 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, action-msgs, ament-cmake, ament-lint-common, rosidl-default-generators, rosidl-default-runtime, std-msgs }:
buildRosPackage {
pname = "ros-eloquent-kobuki-msgs";
version = "0.8.0-r1";
src = fetchurl {
url = "https://github.com/yujinrobot-release/kobuki_msgs-release/archive/release/eloquent/kobuki_msgs/0.8.0-1.tar.gz";
name = "0.8.0-1.tar.gz";
sha256 = "4c50c131d55d3de6b109ab7774c007ee7e1344b8de1c8a5faa66b0f6f6483ec3";
};
buildType = "ament_cmake";
buildInputs = [ rosidl-default-generators ];
checkInputs = [ ament-lint-common ];
propagatedBuildInputs = [ action-msgs rosidl-default-runtime std-msgs ];
nativeBuildInputs = [ ament-cmake ];
meta = {
description = ''<p>
Kobuki message and service types: custom messages and services for Kobuki packages.
</p>'';
license = with lib.licenses; [ bsdOriginal ];
};
}

View file

@ -1,24 +0,0 @@
# Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake, bison, flex, rclcpp }:
buildRosPackage {
pname = "ros-eloquent-popf";
version = "0.0.3-r1";
src = fetchurl {
url = "https://github.com/fmrico/popf-release/archive/release/eloquent/popf/0.0.3-1.tar.gz";
name = "0.0.3-1.tar.gz";
sha256 = "fb5468df295b1e382df2f855ea30f9b5b750ff11f04af6671a0bf306cabac447";
};
buildType = "ament_cmake";
propagatedBuildInputs = [ bison flex rclcpp ];
nativeBuildInputs = [ ament-cmake ];
meta = {
description = ''The POPF package'';
license = with lib.licenses; [ gpl2 ];
};
}