regenerate all distros, Fri Jul 1 13:51:59 2022

This commit is contained in:
Superflore 2022-07-01 13:51:59 +00:00 committed by Ben Wolsieffer
parent 6b09de5c1a
commit 4f4522ad3a
400 changed files with 4361 additions and 1176 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gmock, controller-interface, controller-manager, hardware-interface, pluginlib, rclcpp, rclcpp-lifecycle, realtime-tools, ros2-control-test-assets, std-msgs }:
buildRosPackage {
pname = "ros-humble-forward-command-controller";
version = "2.5.0-r1";
version = "2.6.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ros2_controllers-release/archive/release/humble/forward_command_controller/2.5.0-1.tar.gz";
name = "2.5.0-1.tar.gz";
sha256 = "6b5ae95c59d78acb8528ac0e53d770f9676791cfacec95958e112b4b5c919fb4";
url = "https://github.com/ros2-gbp/ros2_controllers-release/archive/release/humble/forward_command_controller/2.6.0-1.tar.gz";
name = "2.6.0-1.tar.gz";
sha256 = "bc71e32986238aa890af5292b3277a218de36bfff01dfa0d5572bec88de6ea83";
};
buildType = "ament_cmake";