regenerate all distros, Fri Sep 13 14:15:34 2024

This commit is contained in:
Superflore 2024-09-13 14:15:34 +00:00 committed by Ben Wolsieffer
parent 9bc338678f
commit dc78c560eb
682 changed files with 3707 additions and 2796 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gmock, backward-ros, controller-interface, controller-manager, generate-parameter-library, hardware-interface, hardware-interface-testing, pluginlib, rclcpp, rclcpp-lifecycle, realtime-tools, ros2-control-test-assets, std-msgs }:
buildRosPackage {
pname = "ros-rolling-forward-command-controller";
version = "4.13.0-r1";
version = "4.14.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ros2_controllers-release/archive/release/rolling/forward_command_controller/4.13.0-1.tar.gz";
name = "4.13.0-1.tar.gz";
sha256 = "989c187e9a99372ac10db00447cedfc122a83e9c410010a1d3f26446ee08b632";
url = "https://github.com/ros2-gbp/ros2_controllers-release/archive/release/rolling/forward_command_controller/4.14.0-1.tar.gz";
name = "4.14.0-1.tar.gz";
sha256 = "ce2364aff3d5b8688810bf62f864ffa366ba4c839ce42acda1bfe94d1b5cf8c4";
};
buildType = "ament_cmake";