1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-05 20:41:42 +03:00

regenerate rosPackages.eloquent, Mon Dec 9 23:14:50 2019

This commit is contained in:
Ben Wolsieffer 2019-12-09 23:14:51 -05:00
parent 2c19fe0545
commit a9eb913eb4
362 changed files with 972 additions and 1152 deletions

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, rosidl-default-runtime, ament-lint-common, ament-cmake, unique-identifier-msgs, rosidl-default-generators, builtin-interfaces, ament-lint-auto }: { lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, builtin-interfaces, rosidl-default-generators, rosidl-default-runtime, unique-identifier-msgs }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-action-msgs"; pname = "ros-eloquent-action-msgs";
version = "0.8.0-r1"; version = "0.8.0-r1";
@ -14,10 +14,9 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ builtin-interfaces unique-identifier-msgs ]; checkInputs = [ ament-lint-auto ament-lint-common ];
checkInputs = [ ament-lint-common ament-lint-auto ]; propagatedBuildInputs = [ builtin-interfaces rosidl-default-runtime unique-identifier-msgs ];
propagatedBuildInputs = [ rosidl-default-runtime builtin-interfaces unique-identifier-msgs ]; nativeBuildInputs = [ ament-cmake rosidl-default-generators ];
nativeBuildInputs = [ rosidl-default-generators ament-cmake ];
meta = { meta = {
description = ''Messages and service definitions common among all ROS actions.''; description = ''Messages and service definitions common among all ROS actions.'';

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, rclcpp-action, rclcpp-components, ament-lint-common, ament-cmake, action-tutorials-interfaces, rclcpp, ament-lint-auto }: { lib, buildRosPackage, fetchurl, action-tutorials-interfaces, ament-cmake, ament-lint-auto, ament-lint-common, rclcpp, rclcpp-action, rclcpp-components }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-action-tutorials-cpp"; pname = "ros-eloquent-action-tutorials-cpp";
version = "0.8.4-r1"; version = "0.8.4-r1";
@ -14,9 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ rclcpp-action rclcpp action-tutorials-interfaces rclcpp-components ]; checkInputs = [ ament-lint-auto ament-lint-common ];
checkInputs = [ ament-lint-common ament-lint-auto ]; propagatedBuildInputs = [ action-tutorials-interfaces rclcpp rclcpp-action rclcpp-components ];
propagatedBuildInputs = [ rclcpp-action rclcpp action-tutorials-interfaces rclcpp-components ];
nativeBuildInputs = [ ament-cmake ]; nativeBuildInputs = [ ament-cmake ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, rosidl-default-runtime, ament-lint-common, ament-cmake, ament-lint-auto, rosidl-default-generators, action-msgs }: { lib, buildRosPackage, fetchurl, action-msgs, ament-cmake, ament-lint-auto, ament-lint-common, rosidl-default-generators, rosidl-default-runtime }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-action-tutorials-interfaces"; pname = "ros-eloquent-action-tutorials-interfaces";
version = "0.8.4-r1"; version = "0.8.4-r1";
@ -14,10 +14,9 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ action-msgs ]; checkInputs = [ ament-lint-auto ament-lint-common ];
checkInputs = [ ament-lint-common ament-lint-auto ]; propagatedBuildInputs = [ action-msgs rosidl-default-runtime ];
propagatedBuildInputs = [ rosidl-default-runtime action-msgs ]; nativeBuildInputs = [ ament-cmake rosidl-default-generators ];
nativeBuildInputs = [ rosidl-default-generators ament-cmake ];
meta = { meta = {
description = ''Action tutorials action''; description = ''Action tutorials action'';

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, rclpy, ament-lint-common, ament-lint-auto, action-tutorials-interfaces }: { lib, buildRosPackage, fetchurl, action-tutorials-interfaces, ament-lint-auto, ament-lint-common, rclpy }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-action-tutorials-py"; pname = "ros-eloquent-action-tutorials-py";
version = "0.8.4-r1"; version = "0.8.4-r1";
@ -14,8 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_python"; buildType = "ament_python";
buildInputs = [ action-tutorials-interfaces ]; checkInputs = [ ament-lint-auto ament-lint-common ];
checkInputs = [ ament-lint-common ament-lint-auto ];
propagatedBuildInputs = [ action-tutorials-interfaces rclpy ]; propagatedBuildInputs = [ action-tutorials-interfaces rclpy ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, rosidl-default-runtime, std-msgs, ament-lint-common, ament-cmake, rosidl-default-generators, builtin-interfaces }: { lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-common, builtin-interfaces, rosidl-default-generators, rosidl-default-runtime, std-msgs }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-actionlib-msgs"; pname = "ros-eloquent-actionlib-msgs";
version = "0.8.1-r1"; version = "0.8.1-r1";
@ -14,10 +14,9 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ std-msgs builtin-interfaces ];
checkInputs = [ ament-lint-common ]; checkInputs = [ ament-lint-common ];
propagatedBuildInputs = [ std-msgs builtin-interfaces rosidl-default-runtime ]; propagatedBuildInputs = [ builtin-interfaces rosidl-default-runtime std-msgs ];
nativeBuildInputs = [ rosidl-default-generators ament-cmake ]; nativeBuildInputs = [ ament-cmake rosidl-default-generators ];
meta = { meta = {
description = ''A package containing some message definitions used in the implementation of ROS 1 actions.''; description = ''A package containing some message definitions used in the implementation of ROS 1 actions.'';

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, clang, python3Packages, ament-copyright, pythonPackages, ament-pep257, ament-flake8 }: { lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, clang, python3Packages, pythonPackages }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-clang-format"; pname = "ros-eloquent-ament-clang-format";
version = "0.8.1-r1"; version = "0.8.1-r1";
@ -14,8 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_python"; buildType = "ament_python";
checkInputs = [ pythonPackages.pytest ament-flake8 ament-copyright ament-pep257 ]; checkInputs = [ ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest ];
propagatedBuildInputs = [ python3Packages.pyyaml clang ]; propagatedBuildInputs = [ clang python3Packages.pyyaml ];
meta = { meta = {
description = ''The ability to check code against style conventions using description = ''The ability to check code against style conventions using

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, clang, python3Packages, ament-copyright, pythonPackages, ament-pep257, ament-flake8 }: { lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, clang, python3Packages, pythonPackages }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-clang-tidy"; pname = "ros-eloquent-ament-clang-tidy";
version = "0.8.1-r1"; version = "0.8.1-r1";
@ -14,8 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_python"; buildType = "ament_python";
checkInputs = [ pythonPackages.pytest ament-flake8 ament-copyright ament-pep257 ]; checkInputs = [ ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest ];
propagatedBuildInputs = [ python3Packages.pyyaml clang ]; propagatedBuildInputs = [ clang python3Packages.pyyaml ];
meta = { meta = {
description = ''The ability to check code against style conventions using description = ''The ability to check code against style conventions using

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-lint-cmake, ament-cmake-test, ament-clang-format, ament-cmake-core, ament-cmake-copyright }: { lib, buildRosPackage, fetchurl, ament-clang-format, ament-cmake-copyright, ament-cmake-core, ament-cmake-lint-cmake, ament-cmake-test }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-cmake-clang-format"; pname = "ros-eloquent-ament-cmake-clang-format";
version = "0.8.1-r1"; version = "0.8.1-r1";
@ -14,8 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
checkInputs = [ ament-cmake-lint-cmake ament-cmake-copyright ]; checkInputs = [ ament-cmake-copyright ament-cmake-lint-cmake ];
propagatedBuildInputs = [ ament-cmake-test ament-clang-format ]; propagatedBuildInputs = [ ament-clang-format ament-cmake-test ];
nativeBuildInputs = [ ament-cmake-core ament-cmake-test ]; nativeBuildInputs = [ ament-cmake-core ament-cmake-test ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-lint-cmake, ament-cmake-test, ament-cmake-core, ament-clang-tidy, ament-cmake-copyright }: { lib, buildRosPackage, fetchurl, ament-clang-tidy, ament-cmake-copyright, ament-cmake-core, ament-cmake-lint-cmake, ament-cmake-test }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-cmake-clang-tidy"; pname = "ros-eloquent-ament-cmake-clang-tidy";
version = "0.8.1-r1"; version = "0.8.1-r1";
@ -14,8 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
checkInputs = [ ament-cmake-lint-cmake ament-cmake-copyright ]; checkInputs = [ ament-cmake-copyright ament-cmake-lint-cmake ];
propagatedBuildInputs = [ ament-cmake-test ament-clang-tidy ]; propagatedBuildInputs = [ ament-clang-tidy ament-cmake-test ];
nativeBuildInputs = [ ament-cmake-core ament-cmake-test ]; nativeBuildInputs = [ ament-cmake-core ament-cmake-test ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-test, ament-cmake-lint-cmake, ament-cmake-core, ament-copyright }: { lib, buildRosPackage, fetchurl, ament-cmake-core, ament-cmake-lint-cmake, ament-cmake-test, ament-copyright }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-cmake-copyright"; pname = "ros-eloquent-ament-cmake-copyright";
version = "0.8.1-r1"; version = "0.8.1-r1";

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-package, python3Packages, cmake }: { lib, buildRosPackage, fetchurl, ament-package, cmake, python3Packages }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-cmake-core"; pname = "ros-eloquent-ament-cmake-core";
version = "0.8.2-r1"; version = "0.8.2-r1";
@ -14,8 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
propagatedBuildInputs = [ ament-package python3Packages.catkin-pkg cmake ]; propagatedBuildInputs = [ ament-package cmake python3Packages.catkin-pkg ];
nativeBuildInputs = [ ament-package python3Packages.catkin-pkg cmake ]; nativeBuildInputs = [ ament-package cmake python3Packages.catkin-pkg ];
meta = { meta = {
description = ''The core of the ament buildsystem in CMake. description = ''The core of the ament buildsystem in CMake.

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-lint-cmake, ament-cppcheck, ament-cmake-test, ament-cmake-core, ament-cmake-copyright }: { lib, buildRosPackage, fetchurl, ament-cmake-copyright, ament-cmake-core, ament-cmake-lint-cmake, ament-cmake-test, ament-cppcheck }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-cmake-cppcheck"; pname = "ros-eloquent-ament-cmake-cppcheck";
version = "0.8.1-r1"; version = "0.8.1-r1";
@ -14,8 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
checkInputs = [ ament-cmake-lint-cmake ament-cmake-copyright ]; checkInputs = [ ament-cmake-copyright ament-cmake-lint-cmake ];
propagatedBuildInputs = [ ament-cmake-core ament-cppcheck ament-cmake-test ]; propagatedBuildInputs = [ ament-cmake-core ament-cmake-test ament-cppcheck ];
nativeBuildInputs = [ ament-cmake-core ament-cmake-test ]; nativeBuildInputs = [ ament-cmake-core ament-cmake-test ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-lint-cmake, ament-cmake-test, ament-cmake-core, ament-cpplint, ament-cmake-copyright }: { lib, buildRosPackage, fetchurl, ament-cmake-copyright, ament-cmake-core, ament-cmake-lint-cmake, ament-cmake-test, ament-cpplint }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-cmake-cpplint"; pname = "ros-eloquent-ament-cmake-cpplint";
version = "0.8.1-r1"; version = "0.8.1-r1";
@ -14,7 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
checkInputs = [ ament-cmake-lint-cmake ament-cmake-copyright ]; checkInputs = [ ament-cmake-copyright ament-cmake-lint-cmake ];
propagatedBuildInputs = [ ament-cmake-test ament-cpplint ]; propagatedBuildInputs = [ ament-cmake-test ament-cpplint ];
nativeBuildInputs = [ ament-cmake-core ament-cmake-test ]; nativeBuildInputs = [ ament-cmake-core ament-cmake-test ];

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-export-libraries, ament-cmake-core }: { lib, buildRosPackage, fetchurl, ament-cmake-core, ament-cmake-export-libraries }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-cmake-export-interfaces"; pname = "ros-eloquent-ament-cmake-export-interfaces";
version = "0.8.2-r1"; version = "0.8.2-r1";
@ -14,7 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
propagatedBuildInputs = [ ament-cmake-export-libraries ament-cmake-core ]; propagatedBuildInputs = [ ament-cmake-core ament-cmake-export-libraries ];
nativeBuildInputs = [ ament-cmake-core ]; nativeBuildInputs = [ ament-cmake-core ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-lint-cmake, ament-cmake-test, ament-cmake-core, ament-flake8, ament-cmake-copyright }: { lib, buildRosPackage, fetchurl, ament-cmake-copyright, ament-cmake-core, ament-cmake-lint-cmake, ament-cmake-test, ament-flake8 }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-cmake-flake8"; pname = "ros-eloquent-ament-cmake-flake8";
version = "0.8.1-r1"; version = "0.8.1-r1";
@ -14,7 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
checkInputs = [ ament-cmake-lint-cmake ament-cmake-copyright ]; checkInputs = [ ament-cmake-copyright ament-cmake-lint-cmake ];
propagatedBuildInputs = [ ament-cmake-test ament-flake8 ]; propagatedBuildInputs = [ ament-cmake-test ament-flake8 ];
nativeBuildInputs = [ ament-cmake-core ament-cmake-test ]; nativeBuildInputs = [ ament-cmake-core ament-cmake-test ];

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-test, ament-cmake-core, gmock, gmock-vendor, ament-cmake-gtest }: { lib, buildRosPackage, fetchurl, ament-cmake-core, ament-cmake-gtest, ament-cmake-test, gmock, gmock-vendor }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-cmake-gmock"; pname = "ros-eloquent-ament-cmake-gmock";
version = "0.8.2-r1"; version = "0.8.2-r1";
@ -14,7 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
propagatedBuildInputs = [ ament-cmake-test gmock gmock-vendor ament-cmake-gtest ]; propagatedBuildInputs = [ ament-cmake-gtest ament-cmake-test gmock gmock-vendor ];
nativeBuildInputs = [ ament-cmake-core ]; nativeBuildInputs = [ ament-cmake-core ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, gtest, gtest-vendor, ament-cmake-test, ament-cmake-core }: { lib, buildRosPackage, fetchurl, ament-cmake-core, ament-cmake-test, gtest, gtest-vendor }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-cmake-gtest"; pname = "ros-eloquent-ament-cmake-gtest";
version = "0.8.2-r1"; version = "0.8.2-r1";
@ -14,7 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
propagatedBuildInputs = [ gtest gtest-vendor ament-cmake-test ]; propagatedBuildInputs = [ ament-cmake-test gtest gtest-vendor ];
nativeBuildInputs = [ ament-cmake-core ]; nativeBuildInputs = [ ament-cmake-core ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-test, ament-cmake-core, ament-lint-cmake }: { lib, buildRosPackage, fetchurl, ament-cmake-core, ament-cmake-test, ament-lint-cmake }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-cmake-lint-cmake"; pname = "ros-eloquent-ament-cmake-lint-cmake";
version = "0.8.1-r1"; version = "0.8.1-r1";

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-lint-cmake, ament-mypy, ament-cmake-test, ament-cmake-core, ament-cmake-copyright }: { lib, buildRosPackage, fetchurl, ament-cmake-copyright, ament-cmake-core, ament-cmake-lint-cmake, ament-cmake-test, ament-mypy }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-cmake-mypy"; pname = "ros-eloquent-ament-cmake-mypy";
version = "0.8.1-r1"; version = "0.8.1-r1";
@ -14,8 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
checkInputs = [ ament-cmake-lint-cmake ament-cmake-copyright ]; checkInputs = [ ament-cmake-copyright ament-cmake-lint-cmake ];
propagatedBuildInputs = [ ament-mypy ament-cmake-test ]; propagatedBuildInputs = [ ament-cmake-test ament-mypy ];
nativeBuildInputs = [ ament-cmake-core ament-cmake-test ]; nativeBuildInputs = [ ament-cmake-core ament-cmake-test ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-core, python3Packages, ament-cmake-test }: { lib, buildRosPackage, fetchurl, ament-cmake-core, ament-cmake-test, python3Packages }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-cmake-nose"; pname = "ros-eloquent-ament-cmake-nose";
version = "0.8.2-r1"; version = "0.8.2-r1";
@ -14,7 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
propagatedBuildInputs = [ ament-cmake-core python3Packages.nose ament-cmake-test ]; propagatedBuildInputs = [ ament-cmake-core ament-cmake-test python3Packages.nose ];
nativeBuildInputs = [ ament-cmake-core ]; nativeBuildInputs = [ ament-cmake-core ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-lint-cmake, ament-pclint, ament-cmake-test, ament-cmake-core, ament-cmake-copyright }: { lib, buildRosPackage, fetchurl, ament-cmake-copyright, ament-cmake-core, ament-cmake-lint-cmake, ament-cmake-test, ament-pclint }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-cmake-pclint"; pname = "ros-eloquent-ament-cmake-pclint";
version = "0.8.1-r1"; version = "0.8.1-r1";
@ -14,7 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
checkInputs = [ ament-cmake-lint-cmake ament-cmake-copyright ]; checkInputs = [ ament-cmake-copyright ament-cmake-lint-cmake ];
propagatedBuildInputs = [ ament-cmake-test ament-pclint ]; propagatedBuildInputs = [ ament-cmake-test ament-pclint ];
nativeBuildInputs = [ ament-cmake-core ament-cmake-test ]; nativeBuildInputs = [ ament-cmake-core ament-cmake-test ];

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-lint-cmake, ament-cmake-test, ament-pep257, ament-cmake-core, ament-cmake-copyright }: { lib, buildRosPackage, fetchurl, ament-cmake-copyright, ament-cmake-core, ament-cmake-lint-cmake, ament-cmake-test, ament-pep257 }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-cmake-pep257"; pname = "ros-eloquent-ament-cmake-pep257";
version = "0.8.1-r1"; version = "0.8.1-r1";
@ -14,7 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
checkInputs = [ ament-cmake-lint-cmake ament-cmake-copyright ]; checkInputs = [ ament-cmake-copyright ament-cmake-lint-cmake ];
propagatedBuildInputs = [ ament-cmake-test ament-pep257 ]; propagatedBuildInputs = [ ament-cmake-test ament-pep257 ];
nativeBuildInputs = [ ament-cmake-core ament-cmake-test ]; nativeBuildInputs = [ ament-cmake-core ament-cmake-test ];

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-lint-cmake, ament-cmake-test, ament-cmake-core, ament-pep8, ament-cmake-copyright }: { lib, buildRosPackage, fetchurl, ament-cmake-copyright, ament-cmake-core, ament-cmake-lint-cmake, ament-cmake-test, ament-pep8 }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-cmake-pep8"; pname = "ros-eloquent-ament-cmake-pep8";
version = "0.8.1-r1"; version = "0.8.1-r1";
@ -14,7 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
checkInputs = [ ament-cmake-lint-cmake ament-cmake-copyright ]; checkInputs = [ ament-cmake-copyright ament-cmake-lint-cmake ];
propagatedBuildInputs = [ ament-cmake-test ament-pep8 ]; propagatedBuildInputs = [ ament-cmake-test ament-pep8 ];
nativeBuildInputs = [ ament-cmake-core ament-cmake-test ]; nativeBuildInputs = [ ament-cmake-core ament-cmake-test ];

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-lint-cmake, ament-cmake-test, ament-pyflakes, ament-cmake-core, ament-cmake-copyright }: { lib, buildRosPackage, fetchurl, ament-cmake-copyright, ament-cmake-core, ament-cmake-lint-cmake, ament-cmake-test, ament-pyflakes }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-cmake-pyflakes"; pname = "ros-eloquent-ament-cmake-pyflakes";
version = "0.8.1-r1"; version = "0.8.1-r1";
@ -14,7 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
checkInputs = [ ament-cmake-lint-cmake ament-cmake-copyright ]; checkInputs = [ ament-cmake-copyright ament-cmake-lint-cmake ];
propagatedBuildInputs = [ ament-cmake-test ament-pyflakes ]; propagatedBuildInputs = [ ament-cmake-test ament-pyflakes ];
nativeBuildInputs = [ ament-cmake-core ament-cmake-test ]; nativeBuildInputs = [ ament-cmake-core ament-cmake-test ];

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-core, pythonPackages, ament-cmake-test }: { lib, buildRosPackage, fetchurl, ament-cmake-core, ament-cmake-test, pythonPackages }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-cmake-pytest"; pname = "ros-eloquent-ament-cmake-pytest";
version = "0.8.2-r1"; version = "0.8.2-r1";
@ -14,7 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
propagatedBuildInputs = [ ament-cmake-core pythonPackages.pytest ament-cmake-test ]; propagatedBuildInputs = [ ament-cmake-core ament-cmake-test pythonPackages.pytest ];
nativeBuildInputs = [ ament-cmake-core ]; nativeBuildInputs = [ ament-cmake-core ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-lint-common, ament-cmake, ament-lint-auto, domain-coordinator, ament-cmake-pytest, ament-cmake-gmock, ament-cmake-gtest }: { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gmock, ament-cmake-gtest, ament-cmake-pytest, ament-lint-auto, ament-lint-common, domain-coordinator }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-cmake-ros"; pname = "ros-eloquent-ament-cmake-ros";
version = "0.8.0-r1"; version = "0.8.0-r1";
@ -14,9 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ domain-coordinator ]; checkInputs = [ ament-lint-auto ament-lint-common ];
checkInputs = [ ament-lint-common ament-lint-auto ]; propagatedBuildInputs = [ ament-cmake ament-cmake-gmock ament-cmake-gtest ament-cmake-pytest domain-coordinator ];
propagatedBuildInputs = [ ament-cmake domain-coordinator ament-cmake-pytest ament-cmake-gmock ament-cmake-gtest ];
nativeBuildInputs = [ ament-cmake ]; nativeBuildInputs = [ ament-cmake ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-uncrustify, ament-cmake-lint-cmake, ament-cmake-test, ament-cmake-core, ament-cmake-copyright }: { lib, buildRosPackage, fetchurl, ament-cmake-copyright, ament-cmake-core, ament-cmake-lint-cmake, ament-cmake-test, ament-uncrustify }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-cmake-uncrustify"; pname = "ros-eloquent-ament-cmake-uncrustify";
version = "0.8.1-r1"; version = "0.8.1-r1";
@ -14,7 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
checkInputs = [ ament-cmake-lint-cmake ament-cmake-copyright ]; checkInputs = [ ament-cmake-copyright ament-cmake-lint-cmake ];
propagatedBuildInputs = [ ament-cmake-test ament-uncrustify ]; propagatedBuildInputs = [ ament-cmake-test ament-uncrustify ];
nativeBuildInputs = [ ament-cmake-core ament-cmake-test ]; nativeBuildInputs = [ ament-cmake-core ament-cmake-test ];

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-lint-cmake, ament-cmake-test, ament-xmllint, ament-cmake-core, ament-cmake-copyright }: { lib, buildRosPackage, fetchurl, ament-cmake-copyright, ament-cmake-core, ament-cmake-lint-cmake, ament-cmake-test, ament-xmllint }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-cmake-xmllint"; pname = "ros-eloquent-ament-cmake-xmllint";
version = "0.8.1-r1"; version = "0.8.1-r1";
@ -14,7 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
checkInputs = [ ament-cmake-lint-cmake ament-cmake-copyright ]; checkInputs = [ ament-cmake-copyright ament-cmake-lint-cmake ];
propagatedBuildInputs = [ ament-cmake-test ament-xmllint ]; propagatedBuildInputs = [ ament-cmake-test ament-xmllint ];
nativeBuildInputs = [ ament-cmake-core ament-cmake-test ]; nativeBuildInputs = [ ament-cmake-core ament-cmake-test ];

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-export-libraries, ament-cmake-target-dependencies, ament-cmake-export-link-flags, ament-cmake-export-interfaces, cmake, ament-cmake-test, ament-cmake-export-dependencies, ament-cmake-export-include-directories, ament-cmake-export-definitions, ament-cmake-core, ament-cmake-version, ament-cmake-libraries, ament-cmake-python }: { lib, buildRosPackage, fetchurl, ament-cmake-core, ament-cmake-export-definitions, ament-cmake-export-dependencies, ament-cmake-export-include-directories, ament-cmake-export-interfaces, ament-cmake-export-libraries, ament-cmake-export-link-flags, ament-cmake-libraries, ament-cmake-python, ament-cmake-target-dependencies, ament-cmake-test, ament-cmake-version, cmake }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-cmake"; pname = "ros-eloquent-ament-cmake";
version = "0.8.2-r1"; version = "0.8.2-r1";
@ -14,8 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ ament-cmake-core ament-cmake-export-dependencies ]; propagatedBuildInputs = [ ament-cmake-core ament-cmake-export-definitions ament-cmake-export-dependencies ament-cmake-export-include-directories ament-cmake-export-interfaces ament-cmake-export-libraries ament-cmake-export-link-flags ament-cmake-libraries ament-cmake-python ament-cmake-target-dependencies ament-cmake-test ament-cmake-version cmake ];
propagatedBuildInputs = [ ament-cmake-export-libraries ament-cmake-target-dependencies ament-cmake-export-interfaces ament-cmake-export-link-flags cmake ament-cmake-test ament-cmake-export-dependencies ament-cmake-export-include-directories ament-cmake-export-definitions ament-cmake-core ament-cmake-version ament-cmake-libraries ament-cmake-python ];
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-lint, ament-pep257, pythonPackages, ament-flake8 }: { lib, buildRosPackage, fetchurl, ament-flake8, ament-lint, ament-pep257, pythonPackages }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-copyright"; pname = "ros-eloquent-ament-copyright";
version = "0.8.1-r1"; version = "0.8.1-r1";
@ -14,7 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_python"; buildType = "ament_python";
checkInputs = [ pythonPackages.pytest ament-flake8 ament-pep257 ]; checkInputs = [ ament-flake8 ament-pep257 pythonPackages.pytest ];
propagatedBuildInputs = [ ament-lint ]; propagatedBuildInputs = [ ament-lint ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-pep257, pythonPackages, ament-flake8, ament-copyright }: { lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, pythonPackages }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-cpplint"; pname = "ros-eloquent-ament-cpplint";
version = "0.8.1-r1"; version = "0.8.1-r1";
@ -14,7 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_python"; buildType = "ament_python";
checkInputs = [ pythonPackages.pytest ament-flake8 ament-copyright ament-pep257 ]; checkInputs = [ ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest ];
meta = { meta = {
description = ''The ability to check code against the Google style conventions using description = ''The ability to check code against the Google style conventions using

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-lint-common, ament-cmake, ament-lint-auto }: { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-lint-auto, ament-lint-common }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-index-cpp"; pname = "ros-eloquent-ament-index-cpp";
version = "0.7.2-r1"; version = "0.7.2-r1";
@ -14,7 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
nativeBuildInputs = [ ament-cmake ]; nativeBuildInputs = [ ament-cmake ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-pep257, pythonPackages, ament-flake8 }: { lib, buildRosPackage, fetchurl, ament-flake8, ament-pep257, pythonPackages }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-index-python"; pname = "ros-eloquent-ament-index-python";
version = "0.7.2-r1"; version = "0.7.2-r1";
@ -14,7 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_python"; buildType = "ament_python";
checkInputs = [ pythonPackages.pytest ament-flake8 ament-pep257 ]; checkInputs = [ ament-flake8 ament-pep257 pythonPackages.pytest ];
meta = { meta = {
description = ''Python API to access the ament resource index.''; description = ''Python API to access the ament resource index.'';

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-pep257, pythonPackages, ament-flake8, ament-copyright }: { lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, pythonPackages }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-lint-cmake"; pname = "ros-eloquent-ament-lint-cmake";
version = "0.8.1-r1"; version = "0.8.1-r1";
@ -14,7 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_python"; buildType = "ament_python";
checkInputs = [ pythonPackages.pytest ament-flake8 ament-copyright ament-pep257 ]; checkInputs = [ ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest ];
meta = { meta = {
description = ''The ability to lint CMake code using cmakelint and generate xUnit test description = ''The ability to lint CMake code using cmakelint and generate xUnit test

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-xmllint, ament-cmake-lint-cmake, ament-cmake-cpplint, ament-cmake-flake8, ament-cmake-pep257, ament-cmake-uncrustify, ament-cmake-export-dependencies, ament-cmake-core, ament-cmake-cppcheck, ament-cmake-copyright }: { lib, buildRosPackage, fetchurl, ament-cmake-copyright, ament-cmake-core, ament-cmake-cppcheck, ament-cmake-cpplint, ament-cmake-export-dependencies, ament-cmake-flake8, ament-cmake-lint-cmake, ament-cmake-pep257, ament-cmake-uncrustify, ament-cmake-xmllint }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-lint-common"; pname = "ros-eloquent-ament-lint-common";
version = "0.8.1-r1"; version = "0.8.1-r1";
@ -14,7 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
propagatedBuildInputs = [ ament-cmake-xmllint ament-cmake-lint-cmake ament-cmake-cppcheck ament-cmake-cpplint ament-cmake-flake8 ament-cmake-uncrustify ament-cmake-core ament-cmake-pep257 ament-cmake-copyright ]; propagatedBuildInputs = [ ament-cmake-copyright ament-cmake-core ament-cmake-cppcheck ament-cmake-cpplint ament-cmake-flake8 ament-cmake-lint-cmake ament-cmake-pep257 ament-cmake-uncrustify ament-cmake-xmllint ];
nativeBuildInputs = [ ament-cmake-core ament-cmake-export-dependencies ]; nativeBuildInputs = [ ament-cmake-core ament-cmake-export-dependencies ];
meta = { meta = {

View file

@ -14,7 +14,6 @@ buildRosPackage {
}; };
buildType = "ament_python"; buildType = "ament_python";
buildInputs = [ python3Packages.setuptools ];
checkInputs = [ python3Packages.flake8 pythonPackages.pytest ]; checkInputs = [ python3Packages.flake8 pythonPackages.pytest ];
propagatedBuildInputs = [ python3Packages.setuptools ]; propagatedBuildInputs = [ python3Packages.setuptools ];

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-pep257, pythonPackages, ament-flake8, ament-copyright }: { lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, pythonPackages }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-pclint"; pname = "ros-eloquent-ament-pclint";
version = "0.8.1-r1"; version = "0.8.1-r1";
@ -14,7 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_python"; buildType = "ament_python";
checkInputs = [ pythonPackages.pytest ament-flake8 ament-copyright ament-pep257 ]; checkInputs = [ ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest ];
meta = { meta = {
description = ''The ability to perform static code analysis on C/C++ code using pclint description = ''The ability to perform static code analysis on C/C++ code using pclint

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-lint, python3Packages, ament-flake8, pythonPackages }: { lib, buildRosPackage, fetchurl, ament-flake8, ament-lint, python3Packages, pythonPackages }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-pep257"; pname = "ros-eloquent-ament-pep257";
version = "0.8.1-r1"; version = "0.8.1-r1";
@ -14,7 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_python"; buildType = "ament_python";
checkInputs = [ pythonPackages.pytest ament-flake8 ]; checkInputs = [ ament-flake8 pythonPackages.pytest ];
propagatedBuildInputs = [ ament-lint python3Packages.pydocstyle ]; propagatedBuildInputs = [ ament-lint python3Packages.pydocstyle ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, python3Packages, ament-pep8, pythonPackages }: { lib, buildRosPackage, fetchurl, ament-pep8, python3Packages, pythonPackages }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-pyflakes"; pname = "ros-eloquent-ament-pyflakes";
version = "0.8.1-r1"; version = "0.8.1-r1";

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-lint, pythonPackages, libxml2, ament-pep257, ament-flake8 }: { lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-lint, ament-pep257, libxml2, pythonPackages }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ament-xmllint"; pname = "ros-eloquent-ament-xmllint";
version = "0.8.1-r1"; version = "0.8.1-r1";
@ -14,7 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_python"; buildType = "ament_python";
checkInputs = [ pythonPackages.pytest ament-flake8 ament-copyright ament-pep257 ]; checkInputs = [ ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest ];
propagatedBuildInputs = [ ament-lint libxml2 ]; propagatedBuildInputs = [ ament-lint libxml2 ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake, cppzmq }: { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, cppzmq }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-behaviortree-cpp-v3"; pname = "ros-eloquent-behaviortree-cpp-v3";
version = "3.1.1-r1"; version = "3.1.1-r1";
@ -14,7 +14,6 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ cppzmq ];
checkInputs = [ ament-cmake-gtest ]; checkInputs = [ ament-cmake-gtest ];
propagatedBuildInputs = [ cppzmq ]; propagatedBuildInputs = [ cppzmq ];
nativeBuildInputs = [ ament-cmake ]; nativeBuildInputs = [ ament-cmake ];

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, rosidl-default-runtime, rosidl-default-generators, ament-lint-common, ament-cmake }: { lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-common, rosidl-default-generators, rosidl-default-runtime }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-builtin-interfaces"; pname = "ros-eloquent-builtin-interfaces";
version = "0.8.0-r1"; version = "0.8.0-r1";
@ -16,7 +16,7 @@ buildRosPackage {
buildType = "ament_cmake"; buildType = "ament_cmake";
checkInputs = [ ament-lint-common ]; checkInputs = [ ament-lint-common ];
propagatedBuildInputs = [ rosidl-default-runtime ]; propagatedBuildInputs = [ rosidl-default-runtime ];
nativeBuildInputs = [ rosidl-default-generators ament-cmake ]; nativeBuildInputs = [ ament-cmake rosidl-default-generators ];
meta = { meta = {
description = ''A package containing message and service definitions for types defined in the OMG IDL Platform Specific Model.''; description = ''A package containing message and service definitions for types defined in the OMG IDL Platform Specific Model.'';

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, sensor-msgs, yaml-cpp-vendor, ament-cmake-ros, ament-lint-common, ament-lint-auto, rclcpp, ament-cmake-gtest }: { lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, rclcpp, sensor-msgs, yaml-cpp-vendor }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-camera-calibration-parsers"; pname = "ros-eloquent-camera-calibration-parsers";
version = "2.2.1-r1"; version = "2.2.1-r1";
@ -14,9 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ sensor-msgs yaml-cpp-vendor rclcpp ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ]; propagatedBuildInputs = [ rclcpp sensor-msgs yaml-cpp-vendor ];
propagatedBuildInputs = [ sensor-msgs yaml-cpp-vendor rclcpp ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, sensor-msgs, ament-cmake-ros, ament-lint-common, image-transport, ament-cmake-gtest, rclcpp, camera-calibration-parsers, ament-lint-auto }: { lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, camera-calibration-parsers, image-transport, rclcpp, sensor-msgs }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-camera-info-manager"; pname = "ros-eloquent-camera-info-manager";
version = "2.2.1-r1"; version = "2.2.1-r1";
@ -14,9 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ image-transport sensor-msgs rclcpp camera-calibration-parsers ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ]; propagatedBuildInputs = [ camera-calibration-parsers image-transport rclcpp sensor-msgs ];
propagatedBuildInputs = [ image-transport sensor-msgs rclcpp camera-calibration-parsers ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, rosidl-default-runtime, std-msgs, ament-lint-common, ament-cmake, rosidl-default-generators, ament-lint-auto }: { lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, rosidl-default-generators, rosidl-default-runtime, std-msgs }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-can-msgs"; pname = "ros-eloquent-can-msgs";
version = "2.0.0-r1"; version = "2.0.0-r1";
@ -14,10 +14,9 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ std-msgs ]; checkInputs = [ ament-lint-auto ament-lint-common ];
checkInputs = [ ament-lint-common ament-lint-auto ]; propagatedBuildInputs = [ rosidl-default-runtime std-msgs ];
propagatedBuildInputs = [ std-msgs rosidl-default-runtime ]; nativeBuildInputs = [ ament-cmake rosidl-default-generators ];
nativeBuildInputs = [ rosidl-default-generators ament-cmake ];
meta = { meta = {
description = ''CAN related message types.''; description = ''CAN related message types.'';

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, geometry-msgs, rosidl-default-runtime, std-msgs, ament-lint-common, ament-cmake, rosidl-default-generators, ament-lint-auto }: { lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, geometry-msgs, rosidl-default-generators, rosidl-default-runtime, std-msgs }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-cartographer-ros-msgs"; pname = "ros-eloquent-cartographer-ros-msgs";
version = "1.0.9000-r1"; version = "1.0.9000-r1";
@ -14,10 +14,9 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ std-msgs geometry-msgs ]; checkInputs = [ ament-lint-auto ament-lint-common ];
checkInputs = [ ament-lint-common ament-lint-auto ]; propagatedBuildInputs = [ geometry-msgs rosidl-default-runtime std-msgs ];
propagatedBuildInputs = [ rosidl-default-runtime geometry-msgs std-msgs ]; nativeBuildInputs = [ ament-cmake rosidl-default-generators ];
nativeBuildInputs = [ rosidl-default-generators ament-cmake ];
meta = { meta = {
description = ''ROS messages for the cartographer_ros package.''; description = ''ROS messages for the cartographer_ros package.'';

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, sensor-msgs, urdfdom-headers, lua5, cartographer, tf2, ament-cmake, pcl, tf2-eigen, libyamlcpp, eigen, pcl-conversions, visualization-msgs, tf2-msgs, cartographer-ros-msgs, rclcpp, nav-msgs, tf2-ros }: { lib, buildRosPackage, fetchurl, ament-cmake, cartographer, cartographer-ros-msgs, eigen, libyamlcpp, lua5, nav-msgs, pcl, pcl-conversions, rclcpp, sensor-msgs, tf2, tf2-eigen, tf2-msgs, tf2-ros, urdfdom-headers, visualization-msgs }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-cartographer-ros"; pname = "ros-eloquent-cartographer-ros";
version = "1.0.9000-r1"; version = "1.0.9000-r1";
@ -14,8 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ sensor-msgs urdfdom-headers cartographer lua5 pcl tf2-eigen libyamlcpp eigen tf2-msgs pcl-conversions visualization-msgs tf2 cartographer-ros-msgs rclcpp nav-msgs tf2-ros ]; buildInputs = [ eigen pcl-conversions tf2-eigen urdfdom-headers ];
propagatedBuildInputs = [ sensor-msgs cartographer lua5 tf2 pcl libyamlcpp visualization-msgs tf2-msgs cartographer-ros-msgs rclcpp nav-msgs tf2-ros ]; propagatedBuildInputs = [ cartographer cartographer-ros-msgs libyamlcpp lua5 nav-msgs pcl rclcpp sensor-msgs tf2 tf2-msgs tf2-ros visualization-msgs ];
nativeBuildInputs = [ ament-cmake ]; nativeBuildInputs = [ ament-cmake ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, boost, protobuf, glog, ceres-solver, lua5, pythonPackages, cmake, cairo, eigen, gmock, gflags }: { lib, buildRosPackage, fetchurl, boost, cairo, ceres-solver, cmake, eigen, gflags, glog, gmock, lua5, protobuf, pythonPackages }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-cartographer"; pname = "ros-eloquent-cartographer";
version = "1.0.0-r1"; version = "1.0.0-r1";
@ -14,8 +14,8 @@ buildRosPackage {
}; };
buildType = "cmake"; buildType = "cmake";
buildInputs = [ boost protobuf glog ceres-solver lua5 cairo eigen pythonPackages.sphinx gmock gflags ]; buildInputs = [ gmock pythonPackages.sphinx ];
propagatedBuildInputs = [ boost protobuf glog ceres-solver lua5 cairo eigen gflags ]; propagatedBuildInputs = [ boost cairo ceres-solver eigen gflags glog lua5 protobuf ];
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, poco, poco-vendor, console-bridge-vendor, ament-lint-common, ament-cmake, ament-cmake-gtest, console-bridge, ament-lint-auto }: { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-lint-auto, ament-lint-common, console-bridge, console-bridge-vendor, poco, poco-vendor }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-class-loader"; pname = "ros-eloquent-class-loader";
version = "1.4.0-r1"; version = "1.4.0-r1";
@ -14,9 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ poco poco-vendor console-bridge-vendor console-bridge ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ]; propagatedBuildInputs = [ console-bridge console-bridge-vendor poco poco-vendor ];
propagatedBuildInputs = [ poco poco-vendor console-bridge-vendor console-bridge ];
nativeBuildInputs = [ ament-cmake ]; nativeBuildInputs = [ ament-cmake ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, trajectory-msgs, sensor-msgs, diagnostic-msgs, geometry-msgs, std-msgs, std-srvs, shape-msgs, ament-cmake, stereo-msgs, actionlib-msgs, visualization-msgs, builtin-interfaces, nav-msgs }: { lib, buildRosPackage, fetchurl, actionlib-msgs, ament-cmake, builtin-interfaces, diagnostic-msgs, geometry-msgs, nav-msgs, sensor-msgs, shape-msgs, std-msgs, std-srvs, stereo-msgs, trajectory-msgs, visualization-msgs }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-common-interfaces"; pname = "ros-eloquent-common-interfaces";
version = "0.8.1-r1"; version = "0.8.1-r1";
@ -14,7 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
propagatedBuildInputs = [ trajectory-msgs sensor-msgs geometry-msgs diagnostic-msgs std-msgs std-srvs shape-msgs stereo-msgs actionlib-msgs visualization-msgs builtin-interfaces nav-msgs ]; propagatedBuildInputs = [ actionlib-msgs builtin-interfaces diagnostic-msgs geometry-msgs nav-msgs sensor-msgs shape-msgs std-msgs std-srvs stereo-msgs trajectory-msgs visualization-msgs ];
nativeBuildInputs = [ ament-cmake ]; nativeBuildInputs = [ ament-cmake ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, rosidl-default-runtime, ament-lint-common, ament-cmake, rcl-interfaces, rosidl-default-generators }: { lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-common, rcl-interfaces, rosidl-default-generators, rosidl-default-runtime }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-composition-interfaces"; pname = "ros-eloquent-composition-interfaces";
version = "0.8.0-r1"; version = "0.8.0-r1";
@ -14,10 +14,9 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ rcl-interfaces ];
checkInputs = [ ament-lint-common ]; checkInputs = [ ament-lint-common ];
propagatedBuildInputs = [ rosidl-default-runtime rcl-interfaces ]; propagatedBuildInputs = [ rcl-interfaces rosidl-default-runtime ];
nativeBuildInputs = [ rosidl-default-generators ament-cmake ]; nativeBuildInputs = [ ament-cmake rosidl-default-generators ];
meta = { meta = {
description = ''A package containing message and service definitions for managing composable nodes in a container process.''; description = ''A package containing message and service definitions for managing composable nodes in a container process.'';

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, launch-testing-ros, example-interfaces, rcutils, launch, rclcpp-components, std-msgs, rmw-implementation-cmake, launch-testing, launch-ros, ament-lint-common, ament-cmake, launch-testing-ament-cmake, ament-cmake-pytest, rclcpp, ament-lint-auto }: { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-pytest, ament-lint-auto, ament-lint-common, example-interfaces, launch, launch-ros, launch-testing, launch-testing-ament-cmake, launch-testing-ros, rclcpp, rclcpp-components, rcutils, rmw-implementation-cmake, std-msgs }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-composition"; pname = "ros-eloquent-composition";
version = "0.8.4-r1"; version = "0.8.4-r1";
@ -14,9 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ example-interfaces rcutils rclcpp-components std-msgs rclcpp ]; checkInputs = [ ament-cmake-pytest ament-lint-auto ament-lint-common launch launch-testing launch-testing-ament-cmake launch-testing-ros rmw-implementation-cmake ];
checkInputs = [ launch-testing-ros launch rmw-implementation-cmake launch-testing ament-lint-common launch-testing-ament-cmake ament-cmake-pytest ament-lint-auto ]; propagatedBuildInputs = [ example-interfaces launch-ros rclcpp rclcpp-components rcutils std-msgs ];
propagatedBuildInputs = [ example-interfaces rcutils rclcpp-components std-msgs launch-ros rclcpp ];
nativeBuildInputs = [ ament-cmake ]; nativeBuildInputs = [ ament-cmake ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, image-transport, cv-bridge, ament-cmake }: { lib, buildRosPackage, fetchurl, ament-cmake, cv-bridge, image-transport }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-compressed-depth-image-transport"; pname = "ros-eloquent-compressed-depth-image-transport";
version = "2.2.1-r1"; version = "2.2.1-r1";
@ -14,8 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ image-transport cv-bridge ]; propagatedBuildInputs = [ cv-bridge image-transport ];
propagatedBuildInputs = [ image-transport cv-bridge ];
nativeBuildInputs = [ ament-cmake ]; nativeBuildInputs = [ ament-cmake ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, image-transport, cv-bridge, ament-cmake }: { lib, buildRosPackage, fetchurl, ament-cmake, cv-bridge, image-transport }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-compressed-image-transport"; pname = "ros-eloquent-compressed-image-transport";
version = "2.2.1-r1"; version = "2.2.1-r1";
@ -14,8 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ image-transport cv-bridge ]; propagatedBuildInputs = [ cv-bridge image-transport ];
propagatedBuildInputs = [ image-transport cv-bridge ];
nativeBuildInputs = [ ament-cmake ]; nativeBuildInputs = [ ament-cmake ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-lint-common, ament-cmake, ament-lint-auto }: { lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-connext-cmake-module"; pname = "ros-eloquent-connext-cmake-module";
version = "0.8.4-r1"; version = "0.8.4-r1";
@ -14,7 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
checkInputs = [ ament-lint-common ament-lint-auto ]; checkInputs = [ ament-lint-auto ament-lint-common ];
propagatedBuildInputs = [ ament-cmake ]; propagatedBuildInputs = [ ament-cmake ];
nativeBuildInputs = [ ament-cmake ]; nativeBuildInputs = [ ament-cmake ];

View file

@ -14,7 +14,6 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ console-bridge ];
propagatedBuildInputs = [ console-bridge ]; propagatedBuildInputs = [ console-bridge ];
nativeBuildInputs = [ ament-cmake ]; nativeBuildInputs = [ ament-cmake ];

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, trajectory-msgs, geometry-msgs, rosidl-default-runtime, std-msgs, ament-lint-common, ament-cmake, action-msgs, rosidl-default-generators, builtin-interfaces, ament-lint-auto }: { lib, buildRosPackage, fetchurl, action-msgs, ament-cmake, ament-lint-auto, ament-lint-common, builtin-interfaces, geometry-msgs, rosidl-default-generators, rosidl-default-runtime, std-msgs, trajectory-msgs }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-control-msgs"; pname = "ros-eloquent-control-msgs";
version = "2.2.0-r1"; version = "2.2.0-r1";
@ -14,10 +14,9 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ trajectory-msgs geometry-msgs std-msgs builtin-interfaces action-msgs ]; checkInputs = [ ament-lint-auto ament-lint-common ];
checkInputs = [ ament-lint-common ament-lint-auto ]; propagatedBuildInputs = [ action-msgs builtin-interfaces geometry-msgs rosidl-default-runtime std-msgs trajectory-msgs ];
propagatedBuildInputs = [ trajectory-msgs geometry-msgs rosidl-default-runtime std-msgs builtin-interfaces action-msgs ]; nativeBuildInputs = [ ament-cmake rosidl-default-generators ];
nativeBuildInputs = [ rosidl-default-generators ament-cmake ];
meta = { meta = {
description = ''control_msgs contains base messages and actions useful for description = ''control_msgs contains base messages and actions useful for

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, boost, sensor-msgs, ament-cmake-ros, python3Packages, opencv3, ament-lint-common, python-cmake-module, ament-cmake-gtest, ament-cmake-pytest, ament-index-python, ament-lint-auto }: { lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-pytest, ament-cmake-ros, ament-index-python, ament-lint-auto, ament-lint-common, boost, opencv3, python-cmake-module, python3Packages, sensor-msgs }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-cv-bridge"; pname = "ros-eloquent-cv-bridge";
version = "2.1.3-r1"; version = "2.1.3-r1";
@ -14,9 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ sensor-msgs boost python3Packages.numpy opencv3 ]; checkInputs = [ ament-cmake-gtest ament-cmake-pytest ament-lint-auto ament-lint-common python3Packages.opencv3 ];
checkInputs = [ ament-lint-common python3Packages.opencv3 ament-cmake-gtest ament-cmake-pytest ament-lint-auto ]; propagatedBuildInputs = [ ament-index-python boost opencv3 python3Packages.numpy sensor-msgs ];
propagatedBuildInputs = [ sensor-msgs boost python3Packages.numpy opencv3 ament-index-python ];
nativeBuildInputs = [ ament-cmake-ros python-cmake-module ]; nativeBuildInputs = [ ament-cmake-ros python-cmake-module ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-lint-common, ament-cmake, ament-lint-auto }: { lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-cyclonedds-cmake-module"; pname = "ros-eloquent-cyclonedds-cmake-module";
version = "0.4.4-r1"; version = "0.4.4-r1";
@ -14,7 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
checkInputs = [ ament-lint-common ament-lint-auto ]; checkInputs = [ ament-lint-auto ament-lint-common ];
nativeBuildInputs = [ ament-cmake ]; nativeBuildInputs = [ ament-cmake ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, openssl, cunit, cmake }: { lib, buildRosPackage, fetchurl, cmake, cunit, openssl }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-cyclonedds"; pname = "ros-eloquent-cyclonedds";
version = "0.1.0-r7"; version = "0.1.0-r7";
@ -14,7 +14,6 @@ buildRosPackage {
}; };
buildType = "cmake"; buildType = "cmake";
buildInputs = [ openssl ];
checkInputs = [ cunit ]; checkInputs = [ cunit ];
propagatedBuildInputs = [ openssl ]; propagatedBuildInputs = [ openssl ];
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, launch-testing-ros, rmw-fastrtps-cpp, launch, rclcpp-components, std-msgs, launch-testing, ament-lint-common, ament-cmake, launch-testing-ament-cmake, ament-cmake-pytest, rclcpp, ament-lint-auto }: { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-pytest, ament-lint-auto, ament-lint-common, launch, launch-testing, launch-testing-ament-cmake, launch-testing-ros, rclcpp, rclcpp-components, rmw-fastrtps-cpp, std-msgs }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-demo-nodes-cpp-native"; pname = "ros-eloquent-demo-nodes-cpp-native";
version = "0.8.4-r1"; version = "0.8.4-r1";
@ -14,9 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ std-msgs rclcpp rmw-fastrtps-cpp rclcpp-components ]; checkInputs = [ ament-cmake-pytest ament-lint-auto ament-lint-common launch launch-testing launch-testing-ament-cmake launch-testing-ros ];
checkInputs = [ launch-testing-ros launch launch-testing ament-lint-common launch-testing-ament-cmake ament-cmake-pytest ament-lint-auto ]; propagatedBuildInputs = [ rclcpp rclcpp-components rmw-fastrtps-cpp std-msgs ];
propagatedBuildInputs = [ std-msgs rclcpp rmw-fastrtps-cpp rclcpp-components ];
nativeBuildInputs = [ ament-cmake ]; nativeBuildInputs = [ ament-cmake ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, launch-testing-ros, example-interfaces, rcutils, rclcpp-components, rmw-implementation-cmake, std-msgs, launch, launch-testing, launch-ros, ament-lint-common, ament-cmake, launch-testing-ament-cmake, rmw, ament-cmake-pytest, rclcpp, ament-lint-auto }: { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-pytest, ament-lint-auto, ament-lint-common, example-interfaces, launch, launch-ros, launch-testing, launch-testing-ament-cmake, launch-testing-ros, rclcpp, rclcpp-components, rcutils, rmw, rmw-implementation-cmake, std-msgs }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-demo-nodes-cpp"; pname = "ros-eloquent-demo-nodes-cpp";
version = "0.8.4-r1"; version = "0.8.4-r1";
@ -14,9 +14,9 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ example-interfaces rcutils rclcpp-components rmw-implementation-cmake std-msgs rmw rclcpp ]; buildInputs = [ rmw-implementation-cmake ];
checkInputs = [ launch-testing-ros launch launch-testing ament-lint-common launch-testing-ament-cmake ament-cmake-pytest ament-lint-auto ]; checkInputs = [ ament-cmake-pytest ament-lint-auto ament-lint-common launch launch-testing launch-testing-ament-cmake launch-testing-ros ];
propagatedBuildInputs = [ example-interfaces rcutils rclcpp-components std-msgs launch-ros rmw rclcpp ]; propagatedBuildInputs = [ example-interfaces launch-ros rclcpp rclcpp-components rcutils rmw std-msgs ];
nativeBuildInputs = [ ament-cmake ]; nativeBuildInputs = [ ament-cmake ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, example-interfaces, ament-copyright, std-msgs, pythonPackages, ament-pep257, rclpy, ament-flake8 }: { lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, example-interfaces, pythonPackages, rclpy, std-msgs }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-demo-nodes-py"; pname = "ros-eloquent-demo-nodes-py";
version = "0.8.4-r1"; version = "0.8.4-r1";
@ -14,8 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_python"; buildType = "ament_python";
checkInputs = [ pythonPackages.pytest ament-flake8 ament-copyright ament-pep257 ]; checkInputs = [ ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest ];
propagatedBuildInputs = [ example-interfaces std-msgs rclpy ]; propagatedBuildInputs = [ example-interfaces rclpy std-msgs ];
meta = { meta = {
description = ''Python nodes which were previously in the ros2/examples repository but are now just used for demo purposes.''; description = ''Python nodes which were previously in the ros2/examples repository but are now just used for demo purposes.'';

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, sensor-msgs, ament-cmake-ros, rclcpp-components, opencv3, rclcpp, ament-cmake-gtest, image-geometry }: { lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, image-geometry, opencv3, rclcpp, rclcpp-components, sensor-msgs }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-depthimage-to-laserscan"; pname = "ros-eloquent-depthimage-to-laserscan";
version = "2.2.5-r1"; version = "2.2.5-r1";
@ -14,9 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ sensor-msgs rclcpp-components opencv3 rclcpp image-geometry ];
checkInputs = [ ament-cmake-gtest ]; checkInputs = [ ament-cmake-gtest ];
propagatedBuildInputs = [ sensor-msgs rclcpp-components opencv3 rclcpp image-geometry ]; propagatedBuildInputs = [ image-geometry opencv3 rclcpp rclcpp-components sensor-msgs ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, examples-rclpy-minimal-subscriber, examples-rclpy-minimal-action-client, dummy-sensors, quality-of-service-demo-py, examples-rclcpp-minimal-service, ament-cmake, demo-nodes-py, demo-nodes-cpp, action-tutorials-cpp, rviz2, examples-rclpy-minimal-client, examples-rclcpp-minimal-action-client, logging-demo, examples-rclcpp-minimal-action-server, examples-rclpy-executors, teleop-twist-joy, composition, examples-rclpy-minimal-publisher, examples-rclpy-minimal-service, action-tutorials-py, pendulum-control, examples-rclcpp-minimal-client, quality-of-service-demo-cpp, tlsf, examples-rclcpp-minimal-publisher, action-tutorials-interfaces, teleop-twist-keyboard, intra-process-demo, joy, dummy-robot-bringup, demo-nodes-cpp-native, examples-rclcpp-minimal-subscriber, pendulum-msgs, examples-rclcpp-minimal-timer, angles, lifecycle, examples-rclcpp-minimal-composition, depthimage-to-laserscan, topic-monitor, tlsf-cpp, rviz-default-plugins, dummy-map-server, pcl-conversions, examples-rclpy-minimal-action-server, image-tools, ros-base }: { lib, buildRosPackage, fetchurl, action-tutorials-cpp, action-tutorials-interfaces, action-tutorials-py, ament-cmake, angles, composition, demo-nodes-cpp, demo-nodes-cpp-native, demo-nodes-py, depthimage-to-laserscan, dummy-map-server, dummy-robot-bringup, dummy-sensors, examples-rclcpp-minimal-action-client, examples-rclcpp-minimal-action-server, examples-rclcpp-minimal-client, examples-rclcpp-minimal-composition, examples-rclcpp-minimal-publisher, examples-rclcpp-minimal-service, examples-rclcpp-minimal-subscriber, examples-rclcpp-minimal-timer, examples-rclpy-executors, examples-rclpy-minimal-action-client, examples-rclpy-minimal-action-server, examples-rclpy-minimal-client, examples-rclpy-minimal-publisher, examples-rclpy-minimal-service, examples-rclpy-minimal-subscriber, image-tools, intra-process-demo, joy, lifecycle, logging-demo, pcl-conversions, pendulum-control, pendulum-msgs, quality-of-service-demo-cpp, quality-of-service-demo-py, ros-base, rviz-default-plugins, rviz2, teleop-twist-joy, teleop-twist-keyboard, tlsf, tlsf-cpp, topic-monitor }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-desktop"; pname = "ros-eloquent-desktop";
version = "0.8.3-r1"; version = "0.8.3-r1";
@ -14,7 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
propagatedBuildInputs = [ examples-rclpy-minimal-subscriber examples-rclpy-minimal-action-client dummy-sensors quality-of-service-demo-py examples-rclcpp-minimal-service demo-nodes-py demo-nodes-cpp action-tutorials-cpp rviz2 examples-rclpy-minimal-client examples-rclcpp-minimal-action-client logging-demo examples-rclcpp-minimal-action-server examples-rclpy-executors teleop-twist-joy composition examples-rclpy-minimal-publisher examples-rclpy-minimal-service action-tutorials-py pendulum-control examples-rclcpp-minimal-client quality-of-service-demo-cpp tlsf examples-rclcpp-minimal-publisher action-tutorials-interfaces teleop-twist-keyboard intra-process-demo joy dummy-robot-bringup demo-nodes-cpp-native examples-rclcpp-minimal-subscriber pendulum-msgs examples-rclcpp-minimal-timer angles lifecycle examples-rclcpp-minimal-composition depthimage-to-laserscan topic-monitor tlsf-cpp rviz-default-plugins dummy-map-server pcl-conversions examples-rclpy-minimal-action-server image-tools ros-base ]; propagatedBuildInputs = [ action-tutorials-cpp action-tutorials-interfaces action-tutorials-py angles composition demo-nodes-cpp demo-nodes-cpp-native demo-nodes-py depthimage-to-laserscan dummy-map-server dummy-robot-bringup dummy-sensors examples-rclcpp-minimal-action-client examples-rclcpp-minimal-action-server examples-rclcpp-minimal-client examples-rclcpp-minimal-composition examples-rclcpp-minimal-publisher examples-rclcpp-minimal-service examples-rclcpp-minimal-subscriber examples-rclcpp-minimal-timer examples-rclpy-executors examples-rclpy-minimal-action-client examples-rclpy-minimal-action-server examples-rclpy-minimal-client examples-rclpy-minimal-publisher examples-rclpy-minimal-service examples-rclpy-minimal-subscriber image-tools intra-process-demo joy lifecycle logging-demo pcl-conversions pendulum-control pendulum-msgs quality-of-service-demo-cpp quality-of-service-demo-py ros-base rviz-default-plugins rviz2 teleop-twist-joy teleop-twist-keyboard tlsf tlsf-cpp topic-monitor ];
nativeBuildInputs = [ ament-cmake ]; nativeBuildInputs = [ ament-cmake ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, geometry-msgs, rosidl-default-runtime, std-msgs, ament-lint-common, ament-cmake, rosidl-default-generators, builtin-interfaces }: { lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-common, builtin-interfaces, geometry-msgs, rosidl-default-generators, rosidl-default-runtime, std-msgs }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-diagnostic-msgs"; pname = "ros-eloquent-diagnostic-msgs";
version = "0.8.1-r1"; version = "0.8.1-r1";
@ -14,10 +14,9 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ std-msgs builtin-interfaces geometry-msgs ];
checkInputs = [ ament-lint-common ]; checkInputs = [ ament-lint-common ];
propagatedBuildInputs = [ std-msgs rosidl-default-runtime builtin-interfaces geometry-msgs ]; propagatedBuildInputs = [ builtin-interfaces geometry-msgs rosidl-default-runtime std-msgs ];
nativeBuildInputs = [ rosidl-default-generators ament-cmake ]; nativeBuildInputs = [ ament-cmake rosidl-default-generators ];
meta = { meta = {
description = ''A package containing some diagnostics related message and service definitions.''; description = ''A package containing some diagnostics related message and service definitions.'';

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-pep257, pythonPackages, ament-flake8, ament-copyright }: { lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, pythonPackages }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-domain-coordinator"; pname = "ros-eloquent-domain-coordinator";
version = "0.8.0-r1"; version = "0.8.0-r1";
@ -14,7 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_python"; buildType = "ament_python";
checkInputs = [ pythonPackages.pytest ament-flake8 ament-copyright ament-pep257 ]; checkInputs = [ ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest ];
meta = { meta = {
description = ''A tool to coordinate unique ROS_DOMAIN_IDs across multiple processes''; description = ''A tool to coordinate unique ROS_DOMAIN_IDs across multiple processes'';

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-lint-common, ament-cmake, ament-lint-auto, rclcpp, nav-msgs, ament-cmake-gtest }: { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-lint-auto, ament-lint-common, nav-msgs, rclcpp }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-dummy-map-server"; pname = "ros-eloquent-dummy-map-server";
version = "0.8.4-r1"; version = "0.8.4-r1";
@ -14,9 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ rclcpp nav-msgs ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ]; propagatedBuildInputs = [ nav-msgs rclcpp ];
propagatedBuildInputs = [ rclcpp nav-msgs ];
nativeBuildInputs = [ ament-cmake ]; nativeBuildInputs = [ ament-cmake ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, dummy-sensors, robot-state-publisher, launch, launch-ros, ament-lint-common, ament-cmake, dummy-map-server, ament-cmake-gtest, ament-index-python, ament-lint-auto }: { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-index-python, ament-lint-auto, ament-lint-common, dummy-map-server, dummy-sensors, launch, launch-ros, robot-state-publisher }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-dummy-robot-bringup"; pname = "ros-eloquent-dummy-robot-bringup";
version = "0.8.4-r1"; version = "0.8.4-r1";
@ -14,8 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
propagatedBuildInputs = [ launch robot-state-publisher dummy-sensors launch-ros dummy-map-server ament-index-python ]; propagatedBuildInputs = [ ament-index-python dummy-map-server dummy-sensors launch launch-ros robot-state-publisher ];
nativeBuildInputs = [ ament-cmake ]; nativeBuildInputs = [ ament-cmake ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, sensor-msgs, ament-lint-common, ament-cmake, ament-lint-auto, rclcpp, ament-cmake-gtest }: { lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-lint-auto, ament-lint-common, rclcpp, sensor-msgs }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-dummy-sensors"; pname = "ros-eloquent-dummy-sensors";
version = "0.8.4-r1"; version = "0.8.4-r1";
@ -14,9 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ sensor-msgs rclcpp ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ]; propagatedBuildInputs = [ rclcpp sensor-msgs ];
propagatedBuildInputs = [ sensor-msgs rclcpp ];
nativeBuildInputs = [ ament-cmake ]; nativeBuildInputs = [ ament-cmake ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ecl-license, ament-cmake }: { lib, buildRosPackage, fetchurl, ament-cmake, ecl-license }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ecl-build"; pname = "ros-eloquent-ecl-build";
version = "1.0.2-r1"; version = "1.0.2-r1";
@ -14,7 +14,6 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ ecl-license ];
propagatedBuildInputs = [ ecl-license ]; propagatedBuildInputs = [ ecl-license ];
nativeBuildInputs = [ ament-cmake ]; nativeBuildInputs = [ ament-cmake ];

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-license, ament-lint-common, ament-lint-auto, ecl-build, ament-cmake-gtest }: { lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, ecl-build, ecl-license }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ecl-command-line"; pname = "ros-eloquent-ecl-command-line";
version = "1.0.4-r1"; version = "1.0.4-r1";
@ -14,8 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ ecl-license ecl-build ]; buildInputs = [ ecl-build ];
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
propagatedBuildInputs = [ ecl-license ]; propagatedBuildInputs = [ ecl-license ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-license, ecl-type-traits, ament-lint-common, ament-cmake-gtest, ecl-config, ecl-build, ament-lint-auto }: { lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, ecl-build, ecl-config, ecl-license, ecl-type-traits }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ecl-concepts"; pname = "ros-eloquent-ecl-concepts";
version = "1.0.4-r1"; version = "1.0.4-r1";
@ -14,9 +14,9 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ ecl-license ecl-type-traits ecl-config ecl-build ]; buildInputs = [ ecl-build ];
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
propagatedBuildInputs = [ ecl-license ecl-config ecl-type-traits ]; propagatedBuildInputs = [ ecl-config ecl-license ecl-type-traits ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-license, ament-lint-common, ament-lint-auto, ecl-build, ament-cmake-gtest }: { lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, ecl-build, ecl-license }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ecl-config"; pname = "ros-eloquent-ecl-config";
version = "1.0.3-r1"; version = "1.0.3-r1";
@ -14,9 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ ecl-license ecl-build ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ]; propagatedBuildInputs = [ ecl-build ecl-license ];
propagatedBuildInputs = [ ecl-license ecl-build ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ecl-license, ecl-config, ecl-build, ament-cmake-ros }: { lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-build, ecl-config, ecl-license }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ecl-console"; pname = "ros-eloquent-ecl-console";
version = "1.0.3-r1"; version = "1.0.3-r1";
@ -14,8 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ ecl-license ecl-config ecl-build ]; propagatedBuildInputs = [ ecl-build ecl-config ecl-license ];
propagatedBuildInputs = [ ecl-license ecl-config ecl-build ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-formatters, ecl-license, ecl-type-traits, ament-lint-common, ament-lint-auto, ecl-errors, ecl-utilities, ecl-exceptions, ecl-mpl, ament-cmake-gtest, ecl-config, ecl-build, ecl-converters }: { lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, ecl-build, ecl-config, ecl-converters, ecl-errors, ecl-exceptions, ecl-formatters, ecl-license, ecl-mpl, ecl-type-traits, ecl-utilities }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ecl-containers"; pname = "ros-eloquent-ecl-containers";
version = "1.0.4-r1"; version = "1.0.4-r1";
@ -14,9 +14,9 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ ecl-formatters ecl-license ecl-type-traits ecl-errors ecl-utilities ecl-exceptions ecl-mpl ecl-config ecl-build ecl-converters ]; buildInputs = [ ecl-build ];
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
propagatedBuildInputs = [ ecl-formatters ecl-license ecl-type-traits ecl-errors ecl-utilities ecl-exceptions ecl-mpl ecl-config ecl-converters ]; propagatedBuildInputs = [ ecl-config ecl-converters ecl-errors ecl-exceptions ecl-formatters ecl-license ecl-mpl ecl-type-traits ecl-utilities ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-license, ament-lint-common, ament-lint-auto, ecl-config, ament-cmake-gtest }: { lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, ecl-config, ecl-license }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ecl-converters-lite"; pname = "ros-eloquent-ecl-converters-lite";
version = "1.0.3-r1"; version = "1.0.3-r1";
@ -14,9 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ ecl-license ecl-config ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ]; propagatedBuildInputs = [ ecl-config ecl-license ];
propagatedBuildInputs = [ ecl-license ecl-config ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-license, ecl-type-traits, ament-lint-common, ecl-errors, ecl-exceptions, ecl-concepts, ecl-mpl, ament-cmake-gtest, ecl-config, ecl-build, ament-lint-auto }: { lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, ecl-build, ecl-concepts, ecl-config, ecl-errors, ecl-exceptions, ecl-license, ecl-mpl, ecl-type-traits }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ecl-converters"; pname = "ros-eloquent-ecl-converters";
version = "1.0.4-r1"; version = "1.0.4-r1";
@ -14,9 +14,9 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ ecl-license ecl-type-traits ecl-errors ecl-exceptions ecl-concepts ecl-mpl ecl-config ecl-build ]; buildInputs = [ ecl-build ];
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
propagatedBuildInputs = [ ecl-license ecl-type-traits ecl-errors ecl-exceptions ecl-concepts ecl-mpl ecl-config ]; propagatedBuildInputs = [ ecl-concepts ecl-config ecl-errors ecl-exceptions ecl-license ecl-mpl ecl-type-traits ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ecl-license, ecl-containers, ecl-ipc, ecl-config, ament-cmake-ros, ecl-type-traits, ecl-threads, ecl-linear-algebra, ecl-converters, ecl-formatters, ecl-sigslots, ecl-command-line, ecl-exceptions, ecl-build, ecl-devices, ecl-streams, ecl-geometry, ecl-errors, ecl-time-lite }: { lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-build, ecl-command-line, ecl-config, ecl-containers, ecl-converters, ecl-devices, ecl-errors, ecl-exceptions, ecl-formatters, ecl-geometry, ecl-ipc, ecl-license, ecl-linear-algebra, ecl-sigslots, ecl-streams, ecl-threads, ecl-time-lite, ecl-type-traits }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ecl-core-apps"; pname = "ros-eloquent-ecl-core-apps";
version = "1.0.4-r1"; version = "1.0.4-r1";
@ -14,8 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ ecl-streams ecl-formatters ecl-geometry ecl-sigslots ecl-license ecl-type-traits ecl-errors ecl-containers ecl-command-line ecl-exceptions ecl-build ecl-config ecl-converters ecl-ipc ecl-threads ecl-time-lite ecl-devices ecl-linear-algebra ]; propagatedBuildInputs = [ ecl-build ecl-command-line ecl-config ecl-containers ecl-converters ecl-devices ecl-errors ecl-exceptions ecl-formatters ecl-geometry ecl-ipc ecl-license ecl-linear-algebra ecl-sigslots ecl-streams ecl-threads ecl-time-lite ecl-type-traits ];
propagatedBuildInputs = [ ecl-linear-algebra ecl-streams ecl-geometry ecl-formatters ecl-sigslots ecl-license ecl-type-traits ecl-errors ecl-containers ecl-command-line ecl-exceptions ecl-build ecl-time-lite ecl-ipc ecl-threads ecl-config ecl-devices ecl-converters ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ecl-containers, ecl-ipc, ament-cmake-ros, ecl-type-traits, ecl-utilities, ecl-core-apps, ecl-threads, ecl-math, ecl-linear-algebra, ecl-converters, ecl-time, ecl-formatters, ecl-sigslots, ecl-command-line, ecl-exceptions, ecl-concepts, ecl-mpl, ecl-eigen, ecl-devices, ecl-streams, ecl-geometry, ecl-statistics }: { lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-command-line, ecl-concepts, ecl-containers, ecl-converters, ecl-core-apps, ecl-devices, ecl-eigen, ecl-exceptions, ecl-formatters, ecl-geometry, ecl-ipc, ecl-linear-algebra, ecl-math, ecl-mpl, ecl-sigslots, ecl-statistics, ecl-streams, ecl-threads, ecl-time, ecl-type-traits, ecl-utilities }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ecl-core"; pname = "ros-eloquent-ecl-core";
version = "1.0.4-r1"; version = "1.0.4-r1";
@ -14,7 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
propagatedBuildInputs = [ ecl-containers ecl-ipc ecl-type-traits ecl-utilities ecl-core-apps ecl-threads ecl-math ecl-converters ecl-linear-algebra ecl-time ecl-formatters ecl-sigslots ecl-command-line ecl-exceptions ecl-concepts ecl-mpl ecl-eigen ecl-devices ecl-streams ecl-geometry ecl-statistics ]; propagatedBuildInputs = [ ecl-command-line ecl-concepts ecl-containers ecl-converters ecl-core-apps ecl-devices ecl-eigen ecl-exceptions ecl-formatters ecl-geometry ecl-ipc ecl-linear-algebra ecl-math ecl-mpl ecl-sigslots ecl-statistics ecl-streams ecl-threads ecl-time ecl-type-traits ecl-utilities ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-license, ecl-type-traits, ament-lint-common, ament-lint-auto, ecl-errors, ecl-containers, ecl-utilities, ecl-mpl, ecl-threads, ecl-config, ecl-build, ament-cmake-gtest }: { lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, ecl-build, ecl-config, ecl-containers, ecl-errors, ecl-license, ecl-mpl, ecl-threads, ecl-type-traits, ecl-utilities }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ecl-devices"; pname = "ros-eloquent-ecl-devices";
version = "1.0.4-r1"; version = "1.0.4-r1";
@ -14,9 +14,9 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ ecl-license ecl-type-traits ecl-errors ecl-containers ecl-utilities ecl-mpl ecl-threads ecl-config ecl-build ]; buildInputs = [ ecl-build ];
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
propagatedBuildInputs = [ ecl-license ecl-type-traits ecl-errors ecl-containers ecl-utilities ecl-mpl ecl-threads ecl-config ]; propagatedBuildInputs = [ ecl-config ecl-containers ecl-errors ecl-license ecl-mpl ecl-threads ecl-type-traits ecl-utilities ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, eigen, ament-cmake-ros }: { lib, buildRosPackage, fetchurl, ament-cmake-ros, eigen }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ecl-eigen"; pname = "ros-eloquent-ecl-eigen";
version = "1.0.4-r1"; version = "1.0.4-r1";
@ -14,7 +14,6 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ eigen ];
propagatedBuildInputs = [ eigen ]; propagatedBuildInputs = [ eigen ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ecl-license, ecl-config, ecl-build, ament-cmake-ros }: { lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-build, ecl-config, ecl-license }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ecl-errors"; pname = "ros-eloquent-ecl-errors";
version = "1.0.3-r1"; version = "1.0.3-r1";
@ -14,8 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ ecl-license ecl-config ecl-build ]; buildInputs = [ ecl-build ];
propagatedBuildInputs = [ ecl-license ecl-config ]; propagatedBuildInputs = [ ecl-config ecl-license ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-license, ecl-errors, ecl-config, ecl-build }: { lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-build, ecl-config, ecl-errors, ecl-license }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ecl-exceptions"; pname = "ros-eloquent-ecl-exceptions";
version = "1.0.4-r1"; version = "1.0.4-r1";
@ -14,8 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ ecl-errors ecl-license ecl-config ecl-build ]; buildInputs = [ ecl-build ];
propagatedBuildInputs = [ ecl-errors ecl-license ecl-config ]; propagatedBuildInputs = [ ecl-config ecl-errors ecl-license ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-license, ament-lint-common, ecl-errors, ament-cmake-gtest, ecl-config, ecl-build, ament-lint-auto }: { lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, ecl-build, ecl-config, ecl-errors, ecl-license }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ecl-filesystem"; pname = "ros-eloquent-ecl-filesystem";
version = "1.0.4-r1"; version = "1.0.4-r1";
@ -14,9 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ ecl-errors ecl-license ecl-config ecl-build ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ]; propagatedBuildInputs = [ ecl-build ecl-config ecl-errors ecl-license ];
propagatedBuildInputs = [ ecl-errors ecl-license ecl-config ecl-build ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-license, ecl-exceptions, ecl-config, ecl-build, ecl-converters }: { lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-build, ecl-config, ecl-converters, ecl-exceptions, ecl-license }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ecl-formatters"; pname = "ros-eloquent-ecl-formatters";
version = "1.0.4-r1"; version = "1.0.4-r1";
@ -14,8 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ ecl-license ecl-exceptions ecl-config ecl-build ecl-converters ]; buildInputs = [ ecl-build ];
propagatedBuildInputs = [ ecl-license ecl-exceptions ecl-config ecl-converters ]; propagatedBuildInputs = [ ecl-config ecl-converters ecl-exceptions ecl-license ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-formatters, ecl-license, ecl-type-traits, ament-lint-common, ament-lint-auto, ecl-containers, ecl-exceptions, ecl-mpl, ament-cmake-gtest, ecl-config, ecl-math, ecl-build, ecl-linear-algebra }: { lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, ecl-build, ecl-config, ecl-containers, ecl-exceptions, ecl-formatters, ecl-license, ecl-linear-algebra, ecl-math, ecl-mpl, ecl-type-traits }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ecl-geometry"; pname = "ros-eloquent-ecl-geometry";
version = "1.0.4-r1"; version = "1.0.4-r1";
@ -14,9 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ ecl-formatters ecl-license ecl-type-traits ecl-containers ecl-exceptions ecl-mpl ecl-config ecl-math ecl-build ecl-linear-algebra ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ]; propagatedBuildInputs = [ ecl-build ecl-config ecl-containers ecl-exceptions ecl-formatters ecl-license ecl-linear-algebra ecl-math ecl-mpl ecl-type-traits ];
propagatedBuildInputs = [ ecl-formatters ecl-license ecl-type-traits ecl-containers ecl-exceptions ecl-mpl ecl-config ecl-math ecl-build ecl-linear-algebra ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-license, ecl-errors, ecl-config, ecl-build }: { lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-build, ecl-config, ecl-errors, ecl-license }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ecl-io"; pname = "ros-eloquent-ecl-io";
version = "1.0.3-r1"; version = "1.0.3-r1";
@ -14,8 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ ecl-errors ecl-license ecl-config ecl-build ]; buildInputs = [ ecl-build ];
propagatedBuildInputs = [ ecl-errors ecl-license ecl-config ]; propagatedBuildInputs = [ ecl-config ecl-errors ecl-license ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ecl-time, ament-cmake-ros, ecl-license, ament-lint-common, ament-lint-auto, ecl-errors, ecl-exceptions, ecl-config, ecl-threads, ecl-time-lite, ecl-build, ament-cmake-gtest }: { lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, ecl-build, ecl-config, ecl-errors, ecl-exceptions, ecl-license, ecl-threads, ecl-time, ecl-time-lite }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ecl-ipc"; pname = "ros-eloquent-ecl-ipc";
version = "1.0.4-r1"; version = "1.0.4-r1";
@ -14,9 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ ecl-time ecl-license ecl-errors ecl-exceptions ecl-time-lite ecl-threads ecl-config ecl-build ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ]; propagatedBuildInputs = [ ecl-build ecl-config ecl-errors ecl-exceptions ecl-license ecl-threads ecl-time ecl-time-lite ];
propagatedBuildInputs = [ ecl-time ecl-license ecl-errors ecl-exceptions ecl-time-lite ecl-threads ecl-config ecl-build ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-formatters, ecl-license, ament-lint-common, ament-lint-auto, ecl-build, ecl-exceptions, ament-cmake-gtest, ecl-eigen, ecl-math, sophus, ecl-converters }: { lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, ecl-build, ecl-converters, ecl-eigen, ecl-exceptions, ecl-formatters, ecl-license, ecl-math, sophus }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ecl-linear-algebra"; pname = "ros-eloquent-ecl-linear-algebra";
version = "1.0.4-r1"; version = "1.0.4-r1";
@ -14,9 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ sophus ecl-formatters ecl-license ecl-exceptions ecl-eigen ecl-math ecl-build ecl-converters ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ]; propagatedBuildInputs = [ ecl-build ecl-converters ecl-eigen ecl-exceptions ecl-formatters ecl-license ecl-math sophus ];
propagatedBuildInputs = [ sophus ecl-formatters ecl-license ecl-exceptions ecl-eigen ecl-math ecl-build ecl-converters ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-converters-lite, ecl-sigslots-lite, ecl-errors, ecl-time-lite, ecl-config, ecl-io }: { lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-config, ecl-converters-lite, ecl-errors, ecl-io, ecl-sigslots-lite, ecl-time-lite }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ecl-lite"; pname = "ros-eloquent-ecl-lite";
version = "1.0.3-r1"; version = "1.0.3-r1";
@ -14,7 +14,7 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
propagatedBuildInputs = [ ecl-converters-lite ecl-sigslots-lite ecl-errors ecl-time-lite ecl-config ecl-io ]; propagatedBuildInputs = [ ecl-config ecl-converters-lite ecl-errors ecl-io ecl-sigslots-lite ecl-time-lite ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-formatters, ecl-geometry, ecl-license, ament-lint-common, ecl-exceptions, ament-cmake-gtest, ecl-build, ament-lint-auto }: { lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, ecl-build, ecl-exceptions, ecl-formatters, ecl-geometry, ecl-license }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ecl-manipulators"; pname = "ros-eloquent-ecl-manipulators";
version = "1.0.4-r1"; version = "1.0.4-r1";
@ -14,9 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ ecl-formatters ecl-license ecl-geometry ecl-exceptions ecl-build ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ]; propagatedBuildInputs = [ ecl-build ecl-exceptions ecl-formatters ecl-geometry ecl-license ];
propagatedBuildInputs = [ ecl-formatters ecl-license ecl-geometry ecl-exceptions ecl-build ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-license, ecl-type-traits, ament-lint-common, ament-lint-auto, ecl-build, ament-cmake-gtest }: { lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, ecl-build, ecl-license, ecl-type-traits }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ecl-math"; pname = "ros-eloquent-ecl-math";
version = "1.0.4-r1"; version = "1.0.4-r1";
@ -14,8 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ ecl-license ecl-type-traits ecl-build ]; buildInputs = [ ecl-build ];
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
propagatedBuildInputs = [ ecl-license ecl-type-traits ]; propagatedBuildInputs = [ ecl-license ecl-type-traits ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-linear-algebra, ecl-formatters, ecl-geometry, ecl-license, ament-lint-common, ecl-errors, ament-cmake-gtest, ecl-math, ecl-build, ament-lint-auto }: { lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, ecl-build, ecl-errors, ecl-formatters, ecl-geometry, ecl-license, ecl-linear-algebra, ecl-math }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ecl-mobile-robot"; pname = "ros-eloquent-ecl-mobile-robot";
version = "1.0.4-r1"; version = "1.0.4-r1";
@ -14,9 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ ecl-formatters ecl-geometry ecl-license ecl-errors ecl-math ecl-build ecl-linear-algebra ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ]; propagatedBuildInputs = [ ecl-build ecl-errors ecl-formatters ecl-geometry ecl-license ecl-linear-algebra ecl-math ];
propagatedBuildInputs = [ ecl-formatters ecl-license ecl-geometry ecl-errors ecl-math ecl-build ecl-linear-algebra ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-license, ament-lint-common, ament-lint-auto, ecl-build, ament-cmake-gtest }: { lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, ecl-build, ecl-license }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ecl-mpl"; pname = "ros-eloquent-ecl-mpl";
version = "1.0.4-r1"; version = "1.0.4-r1";
@ -14,8 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ ecl-license ecl-build ]; buildInputs = [ ecl-build ];
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
propagatedBuildInputs = [ ecl-license ]; propagatedBuildInputs = [ ecl-license ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-license, ecl-errors, ecl-config, ecl-build }: { lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-build, ecl-config, ecl-errors, ecl-license }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ecl-sigslots-lite"; pname = "ros-eloquent-ecl-sigslots-lite";
version = "1.0.3-r1"; version = "1.0.3-r1";
@ -14,8 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ ecl-errors ecl-license ecl-config ecl-build ]; buildInputs = [ ecl-build ];
propagatedBuildInputs = [ ecl-errors ecl-license ecl-config ]; propagatedBuildInputs = [ ecl-config ecl-errors ecl-license ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-license, ament-lint-common, ament-cmake-gtest, ecl-threads, ecl-config, ecl-build, ament-lint-auto }: { lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, ecl-build, ecl-config, ecl-license, ecl-threads }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ecl-sigslots"; pname = "ros-eloquent-ecl-sigslots";
version = "1.0.4-r1"; version = "1.0.4-r1";
@ -14,9 +14,9 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ ecl-threads ecl-license ecl-config ecl-build ]; buildInputs = [ ecl-build ];
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
propagatedBuildInputs = [ ecl-threads ecl-license ecl-config ]; propagatedBuildInputs = [ ecl-config ecl-license ecl-threads ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-linear-algebra, ecl-license, ecl-type-traits, ament-lint-common, ecl-mpl, ament-cmake-gtest, ecl-config, ecl-build, ament-lint-auto }: { lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, ecl-build, ecl-config, ecl-license, ecl-linear-algebra, ecl-mpl, ecl-type-traits }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ecl-statistics"; pname = "ros-eloquent-ecl-statistics";
version = "1.0.4-r1"; version = "1.0.4-r1";
@ -14,9 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ ecl-license ecl-type-traits ecl-mpl ecl-config ecl-build ecl-linear-algebra ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ]; propagatedBuildInputs = [ ecl-build ecl-config ecl-license ecl-linear-algebra ecl-mpl ecl-type-traits ];
propagatedBuildInputs = [ ecl-license ecl-type-traits ecl-mpl ecl-config ecl-build ecl-linear-algebra ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ecl-time, ament-cmake-ros, ecl-license, ecl-type-traits, ament-lint-common, ecl-errors, ecl-converters, ecl-concepts, ament-cmake-gtest, ecl-devices, ecl-build, ament-lint-auto }: { lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, ecl-build, ecl-concepts, ecl-converters, ecl-devices, ecl-errors, ecl-license, ecl-time, ecl-type-traits }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ecl-streams"; pname = "ros-eloquent-ecl-streams";
version = "1.0.4-r1"; version = "1.0.4-r1";
@ -14,9 +14,9 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ ecl-time ecl-license ecl-type-traits ecl-errors ecl-build ecl-concepts ecl-devices ecl-converters ]; buildInputs = [ ecl-build ];
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
propagatedBuildInputs = [ ecl-time ecl-license ecl-type-traits ecl-errors ecl-concepts ecl-devices ecl-converters ]; propagatedBuildInputs = [ ecl-concepts ecl-converters ecl-devices ecl-errors ecl-license ecl-time ecl-type-traits ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];
meta = { meta = {

View file

@ -2,7 +2,7 @@
# Copyright 2019 Open Source Robotics Foundation # Copyright 2019 Open Source Robotics Foundation
# Distributed under the terms of the BSD license # Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ecl-time, ament-cmake-ros, ecl-license, ament-lint-common, ament-lint-auto, ecl-errors, ecl-utilities, ecl-exceptions, ecl-concepts, ecl-config, ecl-build, ament-cmake-gtest }: { lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, ecl-build, ecl-concepts, ecl-config, ecl-errors, ecl-exceptions, ecl-license, ecl-time, ecl-utilities }:
buildRosPackage { buildRosPackage {
pname = "ros-eloquent-ecl-threads"; pname = "ros-eloquent-ecl-threads";
version = "1.0.4-r1"; version = "1.0.4-r1";
@ -14,9 +14,8 @@ buildRosPackage {
}; };
buildType = "ament_cmake"; buildType = "ament_cmake";
buildInputs = [ ecl-time ecl-license ecl-errors ecl-utilities ecl-exceptions ecl-concepts ecl-config ecl-build ]; checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ]; propagatedBuildInputs = [ ecl-build ecl-concepts ecl-config ecl-errors ecl-exceptions ecl-license ecl-time ecl-utilities ];
propagatedBuildInputs = [ ecl-time ecl-license ecl-errors ecl-utilities ecl-exceptions ecl-concepts ecl-config ecl-build ];
nativeBuildInputs = [ ament-cmake-ros ]; nativeBuildInputs = [ ament-cmake-ros ];
meta = { meta = {

Some files were not shown because too many files have changed in this diff Show more