regenerate all distros, Fri Jan 7 13:12:33 2022

This commit is contained in:
Superflore 2022-01-07 13:12:33 +00:00 committed by Ben Wolsieffer
parent bd65ab8019
commit 0a6544c7d0
5591 changed files with 8373 additions and 7003 deletions

View file

@ -1,16 +1,16 @@
# Copyright 2021 Open Source Robotics Foundation
# Copyright 2022 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gmock, ament-cmake-gtest, ament-index-cpp, ament-lint-auto, ament-lint-common, controller-interface, controller-manager-msgs, hardware-interface, launch, launch-ros, pluginlib, rclcpp, rcpputils, ros2-control-test-assets, ros2param, ros2run }:
buildRosPackage {
pname = "ros-foxy-controller-manager";
version = "0.8.1-r1";
version = "0.9.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ros2_control-release/archive/release/foxy/controller_manager/0.8.1-1.tar.gz";
name = "0.8.1-1.tar.gz";
sha256 = "ce30b80b22a9c7ae38545ab826c51cb6e0d9aff52c5498005c0ea72fdac32127";
url = "https://github.com/ros2-gbp/ros2_control-release/archive/release/foxy/controller_manager/0.9.0-1.tar.gz";
name = "0.9.0-1.tar.gz";
sha256 = "f4416d7723aa175d4a44c92eb6c5431a016cf9ab8ea981076d6c075ffe04afcd";
};
buildType = "ament_cmake";