Remove foxy.

Foxy was EOL on June 20th, 2023.
This commit is contained in:
Ben Wolsieffer 2023-08-05 22:53:43 -04:00
parent 9417386d01
commit 113129c9da
1131 changed files with 0 additions and 31292 deletions

View file

@ -1,26 +0,0 @@
# Copyright 2023 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-gmock, ament-cmake-google-benchmark, ament-cmake-gtest, ament-cmake-ros, ament-lint-auto, ament-lint-common, builtin-interfaces, libstatistics-collector, mimick-vendor, performance-test-fixture, rcl, rcl-interfaces, rcl-yaml-param-parser, rcpputils, rcutils, rmw, rmw-implementation-cmake, rosgraph-msgs, rosidl-default-generators, rosidl-runtime-cpp, rosidl-typesupport-c, rosidl-typesupport-cpp, statistics-msgs, test-msgs, tracetools }:
buildRosPackage {
pname = "ros-foxy-rclcpp";
version = "2.4.3-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rclcpp-release/archive/release/foxy/rclcpp/2.4.3-1.tar.gz";
name = "2.4.3-1.tar.gz";
sha256 = "b9954280a5fd47c085f68741bf3903be19144328cd06ba755fb43d28beb35095";
};
buildType = "ament_cmake";
buildInputs = [ ament-cmake-ros ];
checkInputs = [ ament-cmake-gmock ament-cmake-google-benchmark ament-cmake-gtest ament-lint-auto ament-lint-common mimick-vendor performance-test-fixture rmw rmw-implementation-cmake rosidl-default-generators test-msgs ];
propagatedBuildInputs = [ builtin-interfaces libstatistics-collector rcl rcl-interfaces rcl-yaml-param-parser rcpputils rcutils rmw rosgraph-msgs rosidl-runtime-cpp rosidl-typesupport-c rosidl-typesupport-cpp statistics-msgs tracetools ];
nativeBuildInputs = [ ament-cmake-ros ];
meta = {
description = ''The ROS client library in C++.'';
license = with lib.licenses; [ asl20 ];
};
}