mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-06-18 05:18:39 +03:00
regenerate all distros, Mon Dec 9 23:36:28 2019
This commit is contained in:
parent
7f09206177
commit
ae1dd7dbf2
4875 changed files with 11083 additions and 13185 deletions
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-action-msgs";
|
||||
version = "0.6.3";
|
||||
|
@ -14,10 +14,9 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ builtin-interfaces unique-identifier-msgs ];
|
||||
checkInputs = [ ament-lint-common ament-lint-auto ];
|
||||
propagatedBuildInputs = [ rosidl-default-runtime builtin-interfaces unique-identifier-msgs ];
|
||||
nativeBuildInputs = [ rosidl-default-generators ament-cmake ];
|
||||
checkInputs = [ ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ builtin-interfaces rosidl-default-runtime unique-identifier-msgs ];
|
||||
nativeBuildInputs = [ ament-cmake rosidl-default-generators ];
|
||||
|
||||
meta = {
|
||||
description = ''Messages and service definitions common among all ROS actions.'';
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-actionlib-msgs";
|
||||
version = "0.6.1";
|
||||
|
@ -14,10 +14,9 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ std-msgs builtin-interfaces ];
|
||||
checkInputs = [ ament-lint-common ];
|
||||
propagatedBuildInputs = [ std-msgs builtin-interfaces rosidl-default-runtime ];
|
||||
nativeBuildInputs = [ rosidl-default-generators ament-cmake ];
|
||||
propagatedBuildInputs = [ builtin-interfaces rosidl-default-runtime std-msgs ];
|
||||
nativeBuildInputs = [ ament-cmake rosidl-default-generators ];
|
||||
|
||||
meta = {
|
||||
description = ''A package containing some message definitions used in the implementation or actions.'';
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, clang, ament-copyright, pythonPackages, ament-pep257, ament-flake8 }:
|
||||
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, clang, pythonPackages }:
|
||||
buildRosPackage {
|
||||
pname = "ros-crystal-ament-clang-format";
|
||||
version = "0.6.4";
|
||||
|
@ -14,7 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_python";
|
||||
checkInputs = [ pythonPackages.pytest ament-flake8 ament-copyright ament-pep257 ];
|
||||
checkInputs = [ ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest ];
|
||||
propagatedBuildInputs = [ clang ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ament-cmake-clang-format";
|
||||
version = "0.6.4";
|
||||
|
@ -14,8 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
checkInputs = [ ament-cmake-lint-cmake ament-cmake-copyright ];
|
||||
propagatedBuildInputs = [ ament-cmake-test ament-clang-format ];
|
||||
checkInputs = [ ament-cmake-copyright ament-cmake-lint-cmake ];
|
||||
propagatedBuildInputs = [ ament-clang-format ament-cmake-test ];
|
||||
nativeBuildInputs = [ ament-cmake-core ament-cmake-test ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ament-cmake-copyright";
|
||||
version = "0.6.4";
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, ament-package, python3Packages, cmake }:
|
||||
{ lib, buildRosPackage, fetchurl, ament-package, cmake, python3Packages }:
|
||||
buildRosPackage {
|
||||
pname = "ros-crystal-ament-cmake-core";
|
||||
version = "0.6.1";
|
||||
|
@ -14,8 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
propagatedBuildInputs = [ ament-package python3Packages.catkin-pkg cmake ];
|
||||
nativeBuildInputs = [ ament-package python3Packages.catkin-pkg cmake ];
|
||||
propagatedBuildInputs = [ ament-package cmake python3Packages.catkin-pkg ];
|
||||
nativeBuildInputs = [ ament-package cmake python3Packages.catkin-pkg ];
|
||||
|
||||
meta = {
|
||||
description = ''The core of the ament buildsystem in CMake.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ament-cmake-cppcheck";
|
||||
version = "0.6.4";
|
||||
|
@ -14,8 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
checkInputs = [ ament-cmake-lint-cmake ament-cmake-copyright ];
|
||||
propagatedBuildInputs = [ ament-cmake-core ament-cppcheck ament-cmake-test ];
|
||||
checkInputs = [ ament-cmake-copyright ament-cmake-lint-cmake ];
|
||||
propagatedBuildInputs = [ ament-cmake-core ament-cmake-test ament-cppcheck ];
|
||||
nativeBuildInputs = [ ament-cmake-core ament-cmake-test ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ament-cmake-cpplint";
|
||||
version = "0.6.4";
|
||||
|
@ -14,7 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
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 ];
|
||||
nativeBuildInputs = [ ament-cmake-core ament-cmake-test ];
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ament-cmake-export-interfaces";
|
||||
version = "0.6.1";
|
||||
|
@ -14,7 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
propagatedBuildInputs = [ ament-cmake-export-libraries ament-cmake-core ];
|
||||
propagatedBuildInputs = [ ament-cmake-core ament-cmake-export-libraries ];
|
||||
nativeBuildInputs = [ ament-cmake-core ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ament-cmake-flake8";
|
||||
version = "0.6.4";
|
||||
|
@ -14,7 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
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 ];
|
||||
nativeBuildInputs = [ ament-cmake-core ament-cmake-test ];
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ament-cmake-gmock";
|
||||
version = "0.6.1";
|
||||
|
@ -14,7 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
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 ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ament-cmake-gtest";
|
||||
version = "0.6.1";
|
||||
|
@ -14,7 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
propagatedBuildInputs = [ gtest gtest-vendor ament-cmake-test ];
|
||||
propagatedBuildInputs = [ ament-cmake-test gtest gtest-vendor ];
|
||||
nativeBuildInputs = [ ament-cmake-core ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ament-cmake-lint-cmake";
|
||||
version = "0.6.4";
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ament-cmake-nose";
|
||||
version = "0.6.1";
|
||||
|
@ -14,7 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
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 ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ament-cmake-pclint";
|
||||
version = "0.6.4";
|
||||
|
@ -14,7 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
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 ];
|
||||
nativeBuildInputs = [ ament-cmake-core ament-cmake-test ];
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ament-cmake-pep257";
|
||||
version = "0.6.4";
|
||||
|
@ -14,7 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
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 ];
|
||||
nativeBuildInputs = [ ament-cmake-core ament-cmake-test ];
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ament-cmake-pep8";
|
||||
version = "0.6.4";
|
||||
|
@ -14,7 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
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 ];
|
||||
nativeBuildInputs = [ ament-cmake-core ament-cmake-test ];
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ament-cmake-pyflakes";
|
||||
version = "0.6.4";
|
||||
|
@ -14,7 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
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 ];
|
||||
nativeBuildInputs = [ ament-cmake-core ament-cmake-test ];
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ament-cmake-pytest";
|
||||
version = "0.6.1";
|
||||
|
@ -14,7 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
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 ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ament-cmake-ros";
|
||||
version = "0.5.0";
|
||||
|
@ -14,7 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
checkInputs = [ ament-lint-common ament-lint-auto ];
|
||||
checkInputs = [ ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ ament-cmake ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ament-cmake-uncrustify";
|
||||
version = "0.6.4";
|
||||
|
@ -14,7 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
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 ];
|
||||
nativeBuildInputs = [ ament-cmake-core ament-cmake-test ];
|
||||
|
||||
|
|
|
@ -2,20 +2,20 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake-lint-cmake, ament-virtualenv, 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-virtualenv }:
|
||||
buildRosPackage {
|
||||
pname = "ros-crystal-ament-cmake-virtualenv";
|
||||
version = "0.0.3-r2";
|
||||
version = "0.0.4-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/esol-community/ament_virtualenv-release/archive/release/crystal/ament_cmake_virtualenv/0.0.3-2.tar.gz";
|
||||
name = "0.0.3-2.tar.gz";
|
||||
sha256 = "a0ad34a6300beadadeca08608698f915f0795e64ff162d73a3aeecc8e4dba8dc";
|
||||
url = "https://github.com/esol-community/ament_virtualenv-release/archive/release/crystal/ament_cmake_virtualenv/0.0.4-1.tar.gz";
|
||||
name = "0.0.4-1.tar.gz";
|
||||
sha256 = "295548aaaf0f99386f73aec401c1a70322aa6c46e509aae59b0f9efba9c2f569";
|
||||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
checkInputs = [ ament-cmake-lint-cmake ament-cmake-copyright ];
|
||||
nativeBuildInputs = [ ament-cmake-core ament-virtualenv ament-cmake-test ];
|
||||
checkInputs = [ ament-cmake-copyright ament-cmake-lint-cmake ];
|
||||
nativeBuildInputs = [ ament-cmake-core ament-cmake-test ament-virtualenv ];
|
||||
|
||||
meta = {
|
||||
description = ''Bundle python requirements in a ament package via virtualenv.'';
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ament-cmake-xmllint";
|
||||
version = "0.6.4";
|
||||
|
@ -14,7 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
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 ];
|
||||
nativeBuildInputs = [ ament-cmake-core ament-cmake-test ];
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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-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, cmake }:
|
||||
buildRosPackage {
|
||||
pname = "ros-crystal-ament-cmake";
|
||||
version = "0.6.1";
|
||||
|
@ -14,8 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ament-cmake-core ament-cmake-export-dependencies ];
|
||||
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-libraries ament-cmake-python ];
|
||||
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 cmake ];
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ament-copyright";
|
||||
version = "0.6.4";
|
||||
|
@ -14,7 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_python";
|
||||
checkInputs = [ pythonPackages.pytest ament-flake8 ament-pep257 ];
|
||||
checkInputs = [ ament-flake8 ament-pep257 pythonPackages.pytest ];
|
||||
|
||||
meta = {
|
||||
description = ''The ability to check source files for copyright and license
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ament-cpplint";
|
||||
version = "0.6.4";
|
||||
|
@ -14,7 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_python";
|
||||
checkInputs = [ pythonPackages.pytest ament-flake8 ament-copyright ament-pep257 ];
|
||||
checkInputs = [ ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest ];
|
||||
|
||||
meta = {
|
||||
description = ''The ability to check code against the Google style conventions using
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ament-index-cpp";
|
||||
version = "0.5.1";
|
||||
|
@ -14,7 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
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 ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ament-index-python";
|
||||
version = "0.5.1";
|
||||
|
@ -14,7 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_python";
|
||||
checkInputs = [ pythonPackages.pytest ament-flake8 ament-pep257 ];
|
||||
checkInputs = [ ament-flake8 ament-pep257 pythonPackages.pytest ];
|
||||
|
||||
meta = {
|
||||
description = ''Python API to access the ament resource index.'';
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ament-lint-cmake";
|
||||
version = "0.6.4";
|
||||
|
@ -14,7 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_python";
|
||||
checkInputs = [ pythonPackages.pytest ament-flake8 ament-copyright ament-pep257 ];
|
||||
checkInputs = [ ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest ];
|
||||
|
||||
meta = {
|
||||
description = ''The ability to lint CMake code using cmakelint and generate xUnit test
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ament-lint-common";
|
||||
version = "0.6.4";
|
||||
|
@ -14,7 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
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 ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -14,7 +14,6 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_python";
|
||||
buildInputs = [ python3Packages.setuptools ];
|
||||
checkInputs = [ python3Packages.flake8 pythonPackages.pytest ];
|
||||
propagatedBuildInputs = [ python3Packages.setuptools ];
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ament-pclint";
|
||||
version = "0.6.4";
|
||||
|
@ -14,7 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_python";
|
||||
checkInputs = [ pythonPackages.pytest ament-flake8 ament-copyright ament-pep257 ];
|
||||
checkInputs = [ ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest ];
|
||||
|
||||
meta = {
|
||||
description = ''The ability to perform static code analysis on C/C++ code using pclint
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, python3Packages, ament-flake8, pythonPackages }:
|
||||
{ lib, buildRosPackage, fetchurl, ament-flake8, python3Packages, pythonPackages }:
|
||||
buildRosPackage {
|
||||
pname = "ros-crystal-ament-pep257";
|
||||
version = "0.6.4";
|
||||
|
@ -14,7 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_python";
|
||||
checkInputs = [ pythonPackages.pytest ament-flake8 ];
|
||||
checkInputs = [ ament-flake8 pythonPackages.pytest ];
|
||||
propagatedBuildInputs = [ python3Packages.pydocstyle ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, python3Packages, ament-pep8, pythonPackages }:
|
||||
{ lib, buildRosPackage, fetchurl, ament-pep8, python3Packages, pythonPackages }:
|
||||
buildRosPackage {
|
||||
pname = "ros-crystal-ament-pyflakes";
|
||||
version = "0.6.4";
|
||||
|
|
|
@ -2,19 +2,19 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ament-virtualenv";
|
||||
version = "0.0.3-r2";
|
||||
version = "0.0.4-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/esol-community/ament_virtualenv-release/archive/release/crystal/ament_virtualenv/0.0.3-2.tar.gz";
|
||||
name = "0.0.3-2.tar.gz";
|
||||
sha256 = "c444cf9de89ce4c55cd77fdf3717f8c9df15fa6e745410e6d88e3c4d8c7a0173";
|
||||
url = "https://github.com/esol-community/ament_virtualenv-release/archive/release/crystal/ament_virtualenv/0.0.4-1.tar.gz";
|
||||
name = "0.0.4-1.tar.gz";
|
||||
sha256 = "82afd26af944b88a6bc229801567b64ae62e43954ad8b870cb66b82436b1e3e4";
|
||||
};
|
||||
|
||||
buildType = "ament_python";
|
||||
checkInputs = [ pythonPackages.pytest ament-flake8 ament-copyright ament-pep257 ];
|
||||
checkInputs = [ ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest ];
|
||||
|
||||
meta = {
|
||||
description = ''Bundle python requirements in a ament package via virtualenv.'';
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, ament-copyright, pythonPackages, libxml2, ament-pep257, ament-flake8 }:
|
||||
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, libxml2, pythonPackages }:
|
||||
buildRosPackage {
|
||||
pname = "ros-crystal-ament-xmllint";
|
||||
version = "0.6.4";
|
||||
|
@ -14,7 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_python";
|
||||
checkInputs = [ pythonPackages.pytest ament-flake8 ament-copyright ament-pep257 ];
|
||||
checkInputs = [ ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest ];
|
||||
propagatedBuildInputs = [ libxml2 ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, std-msgs, rosidl-default-generators, rosidl-default-runtime, ament-cmake }:
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake, rosidl-default-generators, rosidl-default-runtime, std-msgs }:
|
||||
buildRosPackage {
|
||||
pname = "ros-crystal-apriltag-msgs";
|
||||
version = "1.0.1";
|
||||
|
@ -14,9 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ std-msgs ];
|
||||
propagatedBuildInputs = [ std-msgs rosidl-default-runtime ];
|
||||
nativeBuildInputs = [ rosidl-default-generators ament-cmake ];
|
||||
propagatedBuildInputs = [ rosidl-default-runtime std-msgs ];
|
||||
nativeBuildInputs = [ ament-cmake rosidl-default-generators ];
|
||||
|
||||
meta = {
|
||||
description = ''AprilTag message definitions'';
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, sensor-msgs, class-loader, ament-cmake, eigen, tf2-msgs, apriltag, rclcpp, apriltag-msgs }:
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake, apriltag, apriltag-msgs, class-loader, eigen, rclcpp, sensor-msgs, tf2-msgs }:
|
||||
buildRosPackage {
|
||||
pname = "ros-crystal-apriltag2-node";
|
||||
version = "1.0.1";
|
||||
|
@ -14,8 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ sensor-msgs class-loader eigen tf2-msgs apriltag rclcpp apriltag-msgs ];
|
||||
propagatedBuildInputs = [ sensor-msgs class-loader tf2-msgs apriltag rclcpp apriltag-msgs ];
|
||||
buildInputs = [ eigen ];
|
||||
propagatedBuildInputs = [ apriltag apriltag-msgs class-loader rclcpp sensor-msgs tf2-msgs ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, elfutils, ament-cmake-gtest, ament-cmake, cppzmq }:
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, cppzmq, elfutils }:
|
||||
buildRosPackage {
|
||||
pname = "ros-crystal-behaviortree-cpp-v3";
|
||||
version = "3.0.4";
|
||||
|
@ -14,9 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ elfutils cppzmq ];
|
||||
checkInputs = [ ament-cmake-gtest ];
|
||||
propagatedBuildInputs = [ elfutils cppzmq ];
|
||||
propagatedBuildInputs = [ cppzmq elfutils ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-behaviortree-cpp";
|
||||
version = "2.4.3-r1";
|
||||
|
@ -14,7 +14,6 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ cppzmq ];
|
||||
checkInputs = [ ament-cmake-gtest ];
|
||||
propagatedBuildInputs = [ cppzmq ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-builtin-interfaces";
|
||||
version = "0.6.3";
|
||||
|
@ -16,7 +16,7 @@ buildRosPackage {
|
|||
buildType = "ament_cmake";
|
||||
checkInputs = [ ament-lint-common ];
|
||||
propagatedBuildInputs = [ rosidl-default-runtime ];
|
||||
nativeBuildInputs = [ rosidl-default-generators ament-cmake ];
|
||||
nativeBuildInputs = [ ament-cmake rosidl-default-generators ];
|
||||
|
||||
meta = {
|
||||
description = ''A package containing builtin message and service definitions.'';
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-camera-calibration-parsers";
|
||||
version = "2.0.1";
|
||||
|
@ -14,9 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ sensor-msgs yaml-cpp-vendor rclcpp ];
|
||||
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ sensor-msgs yaml-cpp-vendor rclcpp ];
|
||||
checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ rclcpp sensor-msgs yaml-cpp-vendor ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-camera-info-manager";
|
||||
version = "2.0.1";
|
||||
|
@ -14,9 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ image-transport sensor-msgs rclcpp camera-calibration-parsers ];
|
||||
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ image-transport sensor-msgs rclcpp camera-calibration-parsers ];
|
||||
checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ camera-calibration-parsers image-transport rclcpp sensor-msgs ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-cartographer";
|
||||
version = "1.0.0-r1";
|
||||
|
@ -14,8 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "cmake";
|
||||
buildInputs = [ boost protobuf glog ceres-solver lua5 cairo eigen pythonPackages.sphinx gmock gflags ];
|
||||
propagatedBuildInputs = [ boost protobuf glog ceres-solver lua5 cairo eigen gflags ];
|
||||
buildInputs = [ gmock pythonPackages.sphinx ];
|
||||
propagatedBuildInputs = [ boost cairo ceres-solver eigen gflags glog lua5 protobuf ];
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-class-loader";
|
||||
version = "1.2.0";
|
||||
|
@ -14,9 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ poco poco-vendor console-bridge-vendor console-bridge ];
|
||||
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ poco poco-vendor console-bridge-vendor console-bridge ];
|
||||
checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ console-bridge console-bridge-vendor poco poco-vendor ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-common-interfaces";
|
||||
version = "0.6.1";
|
||||
|
@ -14,7 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
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 ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, example-interfaces, rosidl-cmake, ament-cmake-pytest, rcutils, launch, rmw-implementation-cmake, std-msgs, rosidl-default-runtime, launch-testing, ament-lint-common, ament-cmake, class-loader, ament-index-cpp, rosidl-default-generators, rclcpp, ament-lint-auto }:
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-pytest, ament-index-cpp, ament-lint-auto, ament-lint-common, class-loader, example-interfaces, launch, launch-testing, rclcpp, rcutils, rmw-implementation-cmake, rosidl-cmake, rosidl-default-generators, rosidl-default-runtime, std-msgs }:
|
||||
buildRosPackage {
|
||||
pname = "ros-crystal-composition";
|
||||
version = "0.6.2";
|
||||
|
@ -14,10 +14,10 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ example-interfaces rosidl-cmake rcutils std-msgs class-loader ament-index-cpp rclcpp ];
|
||||
checkInputs = [ launch rmw-implementation-cmake launch-testing ament-lint-common ament-cmake-pytest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ example-interfaces rcutils rosidl-default-runtime std-msgs class-loader ament-index-cpp rclcpp ];
|
||||
nativeBuildInputs = [ rosidl-default-generators ament-cmake ];
|
||||
buildInputs = [ rosidl-cmake ];
|
||||
checkInputs = [ ament-cmake-pytest ament-lint-auto ament-lint-common launch launch-testing rmw-implementation-cmake ];
|
||||
propagatedBuildInputs = [ ament-index-cpp class-loader example-interfaces rclcpp rcutils rosidl-default-runtime std-msgs ];
|
||||
nativeBuildInputs = [ ament-cmake rosidl-default-generators ];
|
||||
|
||||
meta = {
|
||||
description = ''Examples for composing multiple nodes in a single process.'';
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-compressed-depth-image-transport";
|
||||
version = "2.0.0";
|
||||
|
@ -14,8 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ image-transport cv-bridge ];
|
||||
propagatedBuildInputs = [ image-transport cv-bridge ];
|
||||
propagatedBuildInputs = [ cv-bridge image-transport ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-compressed-image-transport";
|
||||
version = "2.0.0";
|
||||
|
@ -14,8 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ image-transport cv-bridge ];
|
||||
propagatedBuildInputs = [ image-transport cv-bridge ];
|
||||
propagatedBuildInputs = [ cv-bridge image-transport ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-connext-cmake-module";
|
||||
version = "0.6.4";
|
||||
|
@ -14,7 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
checkInputs = [ ament-lint-common ament-lint-auto ];
|
||||
checkInputs = [ ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ ament-cmake ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ console-bridge ];
|
||||
propagatedBuildInputs = [ console-bridge ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-control-msgs";
|
||||
version = "2.2.0-r1";
|
||||
|
@ -14,10 +14,9 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ trajectory-msgs geometry-msgs std-msgs builtin-interfaces action-msgs ];
|
||||
checkInputs = [ ament-lint-common ament-lint-auto ];
|
||||
propagatedBuildInputs = [ trajectory-msgs geometry-msgs rosidl-default-runtime std-msgs builtin-interfaces action-msgs ];
|
||||
nativeBuildInputs = [ rosidl-default-generators ament-cmake ];
|
||||
checkInputs = [ ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ action-msgs builtin-interfaces geometry-msgs rosidl-default-runtime std-msgs trajectory-msgs ];
|
||||
nativeBuildInputs = [ ament-cmake rosidl-default-generators ];
|
||||
|
||||
meta = {
|
||||
description = ''control_msgs contains base messages and actions useful for
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, boost, launch, launch-testing, nav2-costmap-2d, ament-lint-common, ament-cmake, ament-cmake-gtest, nav2-common, ament-cmake-pytest, rclcpp, ament-lint-auto }:
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-cmake-pytest, ament-lint-auto, ament-lint-common, boost, launch, launch-testing, nav2-common, nav2-costmap-2d, rclcpp }:
|
||||
buildRosPackage {
|
||||
pname = "ros-crystal-costmap-queue";
|
||||
version = "0.1.7";
|
||||
|
@ -14,9 +14,9 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ boost rclcpp nav2-costmap-2d nav2-common ];
|
||||
checkInputs = [ launch launch-testing ament-lint-common ament-cmake-gtest ament-cmake-pytest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ boost rclcpp nav2-costmap-2d ];
|
||||
buildInputs = [ nav2-common ];
|
||||
checkInputs = [ ament-cmake-gtest ament-cmake-pytest ament-lint-auto ament-lint-common launch launch-testing ];
|
||||
propagatedBuildInputs = [ boost nav2-costmap-2d rclcpp ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-cv-bridge";
|
||||
version = "2.1.0";
|
||||
|
@ -14,9 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ sensor-msgs boost python3Packages.numpy opencv3 ];
|
||||
checkInputs = [ ament-lint-common python3Packages.opencv3 ament-cmake-gtest ament-cmake-pytest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ sensor-msgs boost python3Packages.numpy opencv3 ament-index-python ];
|
||||
checkInputs = [ ament-cmake-gtest ament-cmake-pytest ament-lint-auto ament-lint-common python3Packages.opencv3 ];
|
||||
propagatedBuildInputs = [ ament-index-python boost opencv3 python3Packages.numpy sensor-msgs ];
|
||||
nativeBuildInputs = [ ament-cmake-ros python-cmake-module ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, rmw-fastrtps-cpp, launch, std-msgs, launch-testing, ament-lint-common, 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, rclcpp, rmw-fastrtps-cpp, std-msgs }:
|
||||
buildRosPackage {
|
||||
pname = "ros-crystal-demo-nodes-cpp-native";
|
||||
version = "0.6.2";
|
||||
|
@ -14,9 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ std-msgs rclcpp rmw-fastrtps-cpp ];
|
||||
checkInputs = [ launch launch-testing ament-lint-common ament-cmake-pytest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ std-msgs rclcpp rmw-fastrtps-cpp ];
|
||||
checkInputs = [ ament-cmake-pytest ament-lint-auto ament-lint-common launch launch-testing ];
|
||||
propagatedBuildInputs = [ rclcpp rmw-fastrtps-cpp std-msgs ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, example-interfaces, rcutils, launch, rmw-implementation-cmake, std-msgs, launch-testing, launch-ros, ament-lint-common, 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, rclcpp, rcutils, rmw, rmw-implementation-cmake, std-msgs }:
|
||||
buildRosPackage {
|
||||
pname = "ros-crystal-demo-nodes-cpp";
|
||||
version = "0.6.2";
|
||||
|
@ -14,9 +14,9 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ example-interfaces rcutils rmw-implementation-cmake std-msgs rmw rclcpp ];
|
||||
checkInputs = [ launch launch-testing ament-lint-common ament-cmake-pytest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ example-interfaces rcutils std-msgs launch-ros rmw rclcpp ];
|
||||
buildInputs = [ rmw-implementation-cmake ];
|
||||
checkInputs = [ ament-cmake-pytest ament-lint-auto ament-lint-common launch launch-testing ];
|
||||
propagatedBuildInputs = [ example-interfaces launch-ros rclcpp rcutils rmw std-msgs ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-demo-nodes-py";
|
||||
version = "0.6.2";
|
||||
|
@ -14,8 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_python";
|
||||
checkInputs = [ pythonPackages.pytest ament-flake8 ament-copyright ament-pep257 ];
|
||||
propagatedBuildInputs = [ example-interfaces std-msgs rclpy ];
|
||||
checkInputs = [ ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest ];
|
||||
propagatedBuildInputs = [ example-interfaces rclpy std-msgs ];
|
||||
|
||||
meta = {
|
||||
description = ''Python nodes which were previously in the ros2/examples repository but are now just used for demo purposes.'';
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, sensor-msgs, message-filters, class-loader, ament-lint-common, ament-cmake, ament-lint-auto, image-transport, tf2-eigen, stereo-msgs, cv-bridge, ament-cmake-gtest, tf2, tf2-ros, image-geometry }:
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-lint-auto, ament-lint-common, class-loader, cv-bridge, image-geometry, image-transport, message-filters, sensor-msgs, stereo-msgs, tf2, tf2-eigen, tf2-ros }:
|
||||
buildRosPackage {
|
||||
pname = "ros-crystal-depth-image-proc";
|
||||
version = "2.0.0";
|
||||
|
@ -14,9 +14,9 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ sensor-msgs message-filters class-loader tf2-eigen image-transport stereo-msgs cv-bridge tf2 tf2-ros image-geometry ];
|
||||
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ image-transport tf2-eigen cv-bridge tf2 tf2-ros image-geometry ];
|
||||
buildInputs = [ class-loader message-filters sensor-msgs stereo-msgs ];
|
||||
checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ cv-bridge image-geometry image-transport tf2 tf2-eigen tf2-ros ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, sensor-msgs, ament-cmake-ros, opencv3, rclcpp, ament-cmake-gtest, image-geometry }:
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, image-geometry, opencv3, rclcpp, sensor-msgs }:
|
||||
buildRosPackage {
|
||||
pname = "ros-crystal-depthimage-to-laserscan";
|
||||
version = "2.2.1";
|
||||
|
@ -14,9 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ sensor-msgs rclcpp opencv3 image-geometry ];
|
||||
checkInputs = [ ament-cmake-gtest ];
|
||||
propagatedBuildInputs = [ sensor-msgs rclcpp image-geometry opencv3 ];
|
||||
propagatedBuildInputs = [ image-geometry opencv3 rclcpp sensor-msgs ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, examples-rclpy-minimal-subscriber, dummy-sensors, examples-rclcpp-minimal-service, ament-cmake, sros2, demo-nodes-py, demo-nodes-cpp, logging-demo, rviz2, examples-rclpy-minimal-client, examples-rclcpp-minimal-action-client, examples-rclcpp-minimal-action-server, examples-rclpy-executors, teleop-twist-joy, composition, examples-rclpy-minimal-publisher, examples-rclpy-minimal-service, pendulum-control, examples-rclcpp-minimal-client, tlsf, examples-rclcpp-minimal-publisher, teleop-twist-keyboard, intra-process-demo, joy, dummy-robot-bringup, demo-nodes-cpp-native, examples-rclcpp-minimal-subscriber, 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, image-tools, ros-base }:
|
||||
{ lib, buildRosPackage, fetchurl, 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-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, ros-base, rviz-default-plugins, rviz2, sros2, teleop-twist-joy, teleop-twist-keyboard, tlsf, tlsf-cpp, topic-monitor }:
|
||||
buildRosPackage {
|
||||
pname = "ros-crystal-desktop";
|
||||
version = "0.6.1";
|
||||
|
@ -14,7 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
propagatedBuildInputs = [ examples-rclpy-minimal-subscriber dummy-sensors examples-rclcpp-minimal-service sros2 demo-nodes-py demo-nodes-cpp logging-demo rviz2 examples-rclpy-minimal-client examples-rclcpp-minimal-action-client examples-rclcpp-minimal-action-server examples-rclpy-executors teleop-twist-joy composition examples-rclpy-minimal-publisher examples-rclpy-minimal-service pendulum-control examples-rclcpp-minimal-client tlsf examples-rclcpp-minimal-publisher teleop-twist-keyboard intra-process-demo joy dummy-robot-bringup demo-nodes-cpp-native examples-rclcpp-minimal-subscriber 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 image-tools ros-base ];
|
||||
propagatedBuildInputs = [ 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-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 ros-base rviz-default-plugins rviz2 sros2 teleop-twist-joy teleop-twist-keyboard tlsf tlsf-cpp topic-monitor ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-diagnostic-msgs";
|
||||
version = "0.6.1";
|
||||
|
@ -14,10 +14,9 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ std-msgs builtin-interfaces geometry-msgs ];
|
||||
checkInputs = [ ament-lint-common ];
|
||||
propagatedBuildInputs = [ std-msgs rosidl-default-runtime builtin-interfaces geometry-msgs ];
|
||||
nativeBuildInputs = [ rosidl-default-generators ament-cmake ];
|
||||
propagatedBuildInputs = [ builtin-interfaces geometry-msgs rosidl-default-runtime std-msgs ];
|
||||
nativeBuildInputs = [ ament-cmake rosidl-default-generators ];
|
||||
|
||||
meta = {
|
||||
description = ''A package containing some diagnostics related message and service definitions.'';
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-dummy-map-server";
|
||||
version = "0.6.2";
|
||||
|
@ -14,9 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ rclcpp nav-msgs ];
|
||||
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ rclcpp nav-msgs ];
|
||||
checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ nav-msgs rclcpp ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, ros2run, 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, ros2run }:
|
||||
buildRosPackage {
|
||||
pname = "ros-crystal-dummy-robot-bringup";
|
||||
version = "0.6.2";
|
||||
|
@ -14,8 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ ros2run launch robot-state-publisher dummy-sensors launch-ros dummy-map-server ament-index-python ];
|
||||
checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ ament-index-python dummy-map-server dummy-sensors launch launch-ros robot-state-publisher ros2run ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-dummy-sensors";
|
||||
version = "0.6.2";
|
||||
|
@ -14,9 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ sensor-msgs rclcpp ];
|
||||
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ sensor-msgs rclcpp ];
|
||||
checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ rclcpp sensor-msgs ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, nav2-robot, boost, ament-cmake-pytest, dwb-core, launch, std-msgs, launch-testing, ament-lint-common, ament-cmake, ament-cmake-gtest, nav2-common, nav-2d-msgs, nav2-tasks, nav2-util, rclcpp, nav2-msgs, nav-2d-utils, ament-lint-auto }:
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-cmake-pytest, ament-lint-auto, ament-lint-common, boost, dwb-core, launch, launch-testing, nav-2d-msgs, nav-2d-utils, nav2-common, nav2-msgs, nav2-robot, nav2-tasks, nav2-util, rclcpp, std-msgs }:
|
||||
buildRosPackage {
|
||||
pname = "ros-crystal-dwb-controller";
|
||||
version = "0.1.7";
|
||||
|
@ -14,9 +14,9 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ nav2-robot boost dwb-core std-msgs nav2-common nav-2d-msgs nav2-tasks nav2-util rclcpp nav2-msgs nav-2d-utils ];
|
||||
checkInputs = [ launch launch-testing ament-lint-common ament-cmake-gtest ament-cmake-pytest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ nav2-robot boost dwb-core std-msgs nav-2d-msgs nav2-tasks nav2-util rclcpp nav2-msgs nav-2d-utils ];
|
||||
buildInputs = [ nav2-common ];
|
||||
checkInputs = [ ament-cmake-gtest ament-cmake-pytest ament-lint-auto ament-lint-common launch launch-testing ];
|
||||
propagatedBuildInputs = [ boost dwb-core nav-2d-msgs nav-2d-utils nav2-msgs nav2-robot nav2-tasks nav2-util rclcpp std-msgs ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, geometry-msgs, pluginlib, ament-cmake, nav-2d-msgs, nav-msgs, nav-2d-utils, ament-lint-auto, sensor-msgs, launch-testing, ament-lint-common, nav2-common, dwb-msgs, rclcpp, ament-cmake-gtest, tf2-ros, std-msgs, nav2-costmap-2d, launch, visualization-msgs, ament-cmake-pytest }:
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-cmake-pytest, ament-lint-auto, ament-lint-common, dwb-msgs, geometry-msgs, launch, launch-testing, nav-2d-msgs, nav-2d-utils, nav-msgs, nav2-common, nav2-costmap-2d, pluginlib, rclcpp, sensor-msgs, std-msgs, tf2-ros, visualization-msgs }:
|
||||
buildRosPackage {
|
||||
pname = "ros-crystal-dwb-core";
|
||||
version = "0.1.7";
|
||||
|
@ -14,9 +14,9 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ sensor-msgs geometry-msgs pluginlib std-msgs nav2-costmap-2d nav2-common visualization-msgs nav-2d-msgs dwb-msgs rclcpp nav-msgs nav-2d-utils tf2-ros ];
|
||||
checkInputs = [ launch launch-testing ament-lint-common ament-cmake-gtest ament-cmake-pytest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ geometry-msgs std-msgs pluginlib nav2-costmap-2d dwb-msgs rclcpp nav-msgs nav-2d-utils tf2-ros ];
|
||||
buildInputs = [ nav-2d-msgs nav2-common sensor-msgs visualization-msgs ];
|
||||
checkInputs = [ ament-cmake-gtest ament-cmake-pytest ament-lint-auto ament-lint-common launch launch-testing ];
|
||||
propagatedBuildInputs = [ dwb-msgs geometry-msgs nav-2d-utils nav-msgs nav2-costmap-2d pluginlib rclcpp std-msgs tf2-ros ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, geometry-msgs, pluginlib, costmap-queue, ament-cmake, nav-2d-msgs, nav2-util, nav-2d-utils, ament-lint-auto, sensor-msgs, launch-testing, ament-lint-common, nav2-common, rclcpp, ament-cmake-gtest, nav2-costmap-2d, angles, dwb-core, launch, ament-cmake-pytest }:
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-cmake-pytest, ament-lint-auto, ament-lint-common, angles, costmap-queue, dwb-core, geometry-msgs, launch, launch-testing, nav-2d-msgs, nav-2d-utils, nav2-common, nav2-costmap-2d, nav2-util, pluginlib, rclcpp, sensor-msgs }:
|
||||
buildRosPackage {
|
||||
pname = "ros-crystal-dwb-critics";
|
||||
version = "0.1.7";
|
||||
|
@ -14,9 +14,9 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ sensor-msgs geometry-msgs dwb-core pluginlib nav2-costmap-2d costmap-queue nav2-common nav-2d-msgs angles nav2-util rclcpp nav-2d-utils ];
|
||||
checkInputs = [ launch launch-testing ament-lint-common ament-cmake-gtest ament-cmake-pytest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ sensor-msgs geometry-msgs dwb-core pluginlib nav2-costmap-2d costmap-queue nav-2d-msgs angles nav2-util rclcpp nav-2d-utils ];
|
||||
buildInputs = [ nav2-common ];
|
||||
checkInputs = [ ament-cmake-gtest ament-cmake-pytest ament-lint-auto ament-lint-common launch launch-testing ];
|
||||
propagatedBuildInputs = [ angles costmap-queue dwb-core geometry-msgs nav-2d-msgs nav-2d-utils nav2-costmap-2d nav2-util pluginlib rclcpp sensor-msgs ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, geometry-msgs, launch, nav-2d-msgs, rosidl-default-runtime, std-msgs, launch-testing, ament-lint-common, ament-cmake, ament-cmake-gtest, ament-cmake-pytest, builtin-interfaces, nav-msgs, ament-lint-auto }:
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-cmake-pytest, ament-lint-auto, ament-lint-common, builtin-interfaces, geometry-msgs, launch, launch-testing, nav-2d-msgs, nav-msgs, rosidl-default-runtime, std-msgs }:
|
||||
buildRosPackage {
|
||||
pname = "ros-crystal-dwb-msgs";
|
||||
version = "0.1.7";
|
||||
|
@ -14,9 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ geometry-msgs rosidl-default-runtime std-msgs nav-2d-msgs builtin-interfaces nav-msgs ];
|
||||
checkInputs = [ launch launch-testing ament-lint-common ament-cmake-gtest ament-cmake-pytest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ geometry-msgs rosidl-default-runtime std-msgs nav-2d-msgs builtin-interfaces nav-msgs ];
|
||||
checkInputs = [ ament-cmake-gtest ament-cmake-pytest ament-lint-auto ament-lint-common launch launch-testing ];
|
||||
propagatedBuildInputs = [ builtin-interfaces geometry-msgs nav-2d-msgs nav-msgs rosidl-default-runtime std-msgs ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake-pytest, dwb-core, launch, pluginlib, launch-testing, ament-lint-common, ament-cmake, ament-lint-auto, ament-cmake-gtest, nav2-common, nav2-dynamic-params, nav-2d-msgs, angles, rclcpp, nav-2d-utils, nav2-util }:
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-cmake-pytest, ament-lint-auto, ament-lint-common, angles, dwb-core, launch, launch-testing, nav-2d-msgs, nav-2d-utils, nav2-common, nav2-dynamic-params, nav2-util, pluginlib, rclcpp }:
|
||||
buildRosPackage {
|
||||
pname = "ros-crystal-dwb-plugins";
|
||||
version = "0.1.7";
|
||||
|
@ -14,9 +14,9 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ dwb-core pluginlib nav2-common nav2-dynamic-params nav-2d-msgs angles nav2-util rclcpp nav-2d-utils ];
|
||||
checkInputs = [ launch launch-testing ament-lint-common ament-cmake-gtest ament-cmake-pytest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ dwb-core pluginlib nav2-dynamic-params nav-2d-msgs angles nav2-util rclcpp nav-2d-utils ];
|
||||
buildInputs = [ nav2-common ];
|
||||
checkInputs = [ ament-cmake-gtest ament-cmake-pytest ament-lint-auto ament-lint-common launch launch-testing ];
|
||||
propagatedBuildInputs = [ angles dwb-core nav-2d-msgs nav-2d-utils nav2-dynamic-params nav2-util pluginlib rclcpp ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, ecl-license, ament-cmake }:
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake, ecl-license }:
|
||||
buildRosPackage {
|
||||
pname = "ros-crystal-ecl-build";
|
||||
version = "1.0.1-r1";
|
||||
|
@ -14,7 +14,6 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ecl-license ];
|
||||
propagatedBuildInputs = [ ecl-license ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ecl-command-line";
|
||||
version = "1.0.1";
|
||||
|
@ -14,8 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ecl-license ecl-build ];
|
||||
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ];
|
||||
buildInputs = [ ecl-build ];
|
||||
checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ ecl-license ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ecl-concepts";
|
||||
version = "1.0.1";
|
||||
|
@ -14,9 +14,9 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ecl-license ecl-type-traits ecl-config ecl-build ];
|
||||
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ ecl-license ecl-config ecl-type-traits ];
|
||||
buildInputs = [ ecl-build ];
|
||||
checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ ecl-config ecl-license ecl-type-traits ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ecl-config";
|
||||
version = "1.0.1";
|
||||
|
@ -14,9 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ecl-license ecl-build ];
|
||||
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ ecl-license ecl-build ];
|
||||
checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ ecl-build ecl-license ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ecl-console";
|
||||
version = "1.0.1";
|
||||
|
@ -14,8 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ecl-license ecl-config ecl-build ];
|
||||
propagatedBuildInputs = [ ecl-license ecl-config ecl-build ];
|
||||
propagatedBuildInputs = [ ecl-build ecl-config ecl-license ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ecl-containers";
|
||||
version = "1.0.1";
|
||||
|
@ -14,9 +14,9 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
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 ];
|
||||
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ ecl-formatters ecl-license ecl-type-traits ecl-errors ecl-utilities ecl-exceptions ecl-mpl ecl-config ecl-converters ];
|
||||
buildInputs = [ ecl-build ];
|
||||
checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ ecl-config ecl-converters ecl-errors ecl-exceptions ecl-formatters ecl-license ecl-mpl ecl-type-traits ecl-utilities ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ecl-converters-lite";
|
||||
version = "1.0.1";
|
||||
|
@ -14,9 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ecl-license ecl-config ];
|
||||
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ ecl-license ecl-config ];
|
||||
checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ ecl-config ecl-license ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ecl-converters";
|
||||
version = "1.0.1";
|
||||
|
@ -14,9 +14,9 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ecl-license ecl-type-traits ecl-errors ecl-exceptions ecl-concepts ecl-mpl ecl-config ecl-build ];
|
||||
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ ecl-license ecl-type-traits ecl-errors ecl-exceptions ecl-concepts ecl-mpl ecl-config ];
|
||||
buildInputs = [ ecl-build ];
|
||||
checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ ecl-concepts ecl-config ecl-errors ecl-exceptions ecl-license ecl-mpl ecl-type-traits ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ecl-core-apps";
|
||||
version = "1.0.1";
|
||||
|
@ -14,8 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
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-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 ];
|
||||
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 ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ecl-core";
|
||||
version = "1.0.1";
|
||||
|
@ -14,7 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
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 ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ecl-devices";
|
||||
version = "1.0.1";
|
||||
|
@ -14,9 +14,9 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ecl-license ecl-type-traits ecl-errors ecl-containers ecl-utilities ecl-mpl ecl-threads ecl-config ecl-build ];
|
||||
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ ecl-license ecl-type-traits ecl-errors ecl-containers ecl-utilities ecl-mpl ecl-threads ecl-config ];
|
||||
buildInputs = [ ecl-build ];
|
||||
checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ ecl-config ecl-containers ecl-errors ecl-license ecl-mpl ecl-threads ecl-type-traits ecl-utilities ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, eigen, ament-cmake-ros }:
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, eigen }:
|
||||
buildRosPackage {
|
||||
pname = "ros-crystal-ecl-eigen";
|
||||
version = "1.0.1";
|
||||
|
@ -14,7 +14,6 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ eigen ];
|
||||
propagatedBuildInputs = [ eigen ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ecl-errors";
|
||||
version = "1.0.1";
|
||||
|
@ -14,8 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ecl-license ecl-config ecl-build ];
|
||||
propagatedBuildInputs = [ ecl-license ecl-config ];
|
||||
buildInputs = [ ecl-build ];
|
||||
propagatedBuildInputs = [ ecl-config ecl-license ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ecl-exceptions";
|
||||
version = "1.0.1";
|
||||
|
@ -14,8 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ecl-errors ecl-license ecl-config ecl-build ];
|
||||
propagatedBuildInputs = [ ecl-errors ecl-license ecl-config ];
|
||||
buildInputs = [ ecl-build ];
|
||||
propagatedBuildInputs = [ ecl-config ecl-errors ecl-license ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ecl-filesystem";
|
||||
version = "1.0.1";
|
||||
|
@ -14,9 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ecl-errors ecl-license ecl-config ecl-build ];
|
||||
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ ecl-errors ecl-license ecl-config ecl-build ];
|
||||
checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ ecl-build ecl-config ecl-errors ecl-license ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ecl-formatters";
|
||||
version = "1.0.1";
|
||||
|
@ -14,8 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ecl-license ecl-exceptions ecl-config ecl-build ecl-converters ];
|
||||
propagatedBuildInputs = [ ecl-license ecl-exceptions ecl-config ecl-converters ];
|
||||
buildInputs = [ ecl-build ];
|
||||
propagatedBuildInputs = [ ecl-config ecl-converters ecl-exceptions ecl-license ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ecl-geometry";
|
||||
version = "1.0.1";
|
||||
|
@ -14,9 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
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-lint-common ament-cmake-gtest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ 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 ];
|
||||
propagatedBuildInputs = [ ecl-build ecl-config ecl-containers ecl-exceptions ecl-formatters ecl-license ecl-linear-algebra ecl-math ecl-mpl ecl-type-traits ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ecl-io";
|
||||
version = "1.0.1";
|
||||
|
@ -14,8 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ecl-errors ecl-license ecl-config ecl-build ];
|
||||
propagatedBuildInputs = [ ecl-errors ecl-license ecl-config ];
|
||||
buildInputs = [ ecl-build ];
|
||||
propagatedBuildInputs = [ ecl-config ecl-errors ecl-license ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ecl-ipc";
|
||||
version = "1.0.1";
|
||||
|
@ -14,9 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ecl-time ecl-license ecl-errors ecl-exceptions ecl-time-lite ecl-threads ecl-config ecl-build ];
|
||||
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ 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 ];
|
||||
propagatedBuildInputs = [ ecl-build ecl-config ecl-errors ecl-exceptions ecl-license ecl-threads ecl-time ecl-time-lite ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ecl-linear-algebra";
|
||||
version = "1.0.1";
|
||||
|
@ -14,9 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ sophus ecl-formatters ecl-license ecl-exceptions ecl-eigen ecl-math ecl-build ecl-converters ];
|
||||
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ 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 ];
|
||||
propagatedBuildInputs = [ ecl-build ecl-converters ecl-eigen ecl-exceptions ecl-formatters ecl-license ecl-math sophus ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ecl-lite";
|
||||
version = "1.0.1";
|
||||
|
@ -14,7 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
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 ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ecl-manipulators";
|
||||
version = "1.0.1";
|
||||
|
@ -14,9 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ecl-formatters ecl-license ecl-geometry ecl-exceptions ecl-build ];
|
||||
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ ecl-formatters ecl-license ecl-geometry ecl-exceptions ecl-build ];
|
||||
checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ ecl-build ecl-exceptions ecl-formatters ecl-geometry ecl-license ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ecl-math";
|
||||
version = "1.0.1";
|
||||
|
@ -14,8 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ecl-license ecl-type-traits ecl-build ];
|
||||
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ];
|
||||
buildInputs = [ ecl-build ];
|
||||
checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ ecl-license ecl-type-traits ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ecl-mobile-robot";
|
||||
version = "1.0.1";
|
||||
|
@ -14,9 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ecl-formatters ecl-geometry ecl-license ecl-errors ecl-math ecl-build ecl-linear-algebra ];
|
||||
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ ecl-formatters ecl-license ecl-geometry ecl-errors ecl-math ecl-build ecl-linear-algebra ];
|
||||
checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ ecl-build ecl-errors ecl-formatters ecl-geometry ecl-license ecl-linear-algebra ecl-math ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake-ros, ecl-license, ament-lint-common, ament-lint-auto, ament-cmake-gtest }:
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, ecl-license }:
|
||||
buildRosPackage {
|
||||
pname = "ros-crystal-ecl-mpl";
|
||||
version = "1.0.1";
|
||||
|
@ -14,8 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ecl-license ];
|
||||
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ];
|
||||
checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ ecl-license ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ecl-sigslots-lite";
|
||||
version = "1.0.1";
|
||||
|
@ -14,8 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ecl-errors ecl-license ecl-config ecl-build ];
|
||||
propagatedBuildInputs = [ ecl-errors ecl-license ecl-config ];
|
||||
buildInputs = [ ecl-build ];
|
||||
propagatedBuildInputs = [ ecl-config ecl-errors ecl-license ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ecl-sigslots";
|
||||
version = "1.0.1";
|
||||
|
@ -14,9 +14,9 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ecl-threads ecl-license ecl-config ecl-build ];
|
||||
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ ecl-threads ecl-license ecl-config ];
|
||||
buildInputs = [ ecl-build ];
|
||||
checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ ecl-config ecl-license ecl-threads ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ecl-statistics";
|
||||
version = "1.0.1";
|
||||
|
@ -14,9 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ecl-license ecl-type-traits ecl-mpl ecl-config ecl-build ecl-linear-algebra ];
|
||||
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ ecl-license ecl-type-traits ecl-mpl ecl-config ecl-build ecl-linear-algebra ];
|
||||
checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ ecl-build ecl-config ecl-license ecl-linear-algebra ecl-mpl ecl-type-traits ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ecl-streams";
|
||||
version = "1.0.1";
|
||||
|
@ -14,9 +14,9 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ecl-time ecl-license ecl-type-traits ecl-errors ecl-build ecl-concepts ecl-devices ecl-converters ];
|
||||
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ ecl-time ecl-license ecl-type-traits ecl-errors ecl-concepts ecl-devices ecl-converters ];
|
||||
buildInputs = [ ecl-build ];
|
||||
checkInputs = [ ament-cmake-gtest ament-lint-auto ament-lint-common ];
|
||||
propagatedBuildInputs = [ ecl-concepts ecl-converters ecl-devices ecl-errors ecl-license ecl-time ecl-type-traits ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ecl-threads";
|
||||
version = "1.0.1";
|
||||
|
@ -14,9 +14,8 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ecl-time ecl-license ecl-errors ecl-utilities ecl-exceptions ecl-concepts ecl-config ecl-build ];
|
||||
checkInputs = [ ament-lint-common ament-cmake-gtest ament-lint-auto ];
|
||||
propagatedBuildInputs = [ 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 ];
|
||||
propagatedBuildInputs = [ ecl-build ecl-concepts ecl-config ecl-errors ecl-exceptions ecl-license ecl-time ecl-utilities ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright 2019 Open Source Robotics Foundation
|
||||
# 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 {
|
||||
pname = "ros-crystal-ecl-time-lite";
|
||||
version = "1.0.1";
|
||||
|
@ -14,8 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ecl-errors ecl-license ecl-config ecl-build ];
|
||||
propagatedBuildInputs = [ ecl-errors ecl-license ecl-config ecl-build ];
|
||||
propagatedBuildInputs = [ ecl-build ecl-config ecl-errors ecl-license ];
|
||||
nativeBuildInputs = [ ament-cmake-ros ];
|
||||
|
||||
meta = {
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue