regenerate all distros, Fri Jan 24 13:19:17 2025

This commit is contained in:
Superflore 2025-01-24 13:19:18 +00:00 committed by Ben Wolsieffer
parent 503be40676
commit c761860cb6
477 changed files with 2830 additions and 1823 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.18.0-r2";
version = "4.19.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ros2_controllers-release/archive/release/rolling/forward_command_controller/4.18.0-2.tar.gz";
name = "4.18.0-2.tar.gz";
sha256 = "d9bf2bfe630f200bb7f235215ee18e8b01a7e293d28ac2286faac4ca743dc3cb";
url = "https://github.com/ros2-gbp/ros2_controllers-release/archive/release/rolling/forward_command_controller/4.19.0-1.tar.gz";
name = "4.19.0-1.tar.gz";
sha256 = "b96862acf0e1cfe1cf94ac82e9e11d45d47f0d1ab4f9f8d7fcc48d6f4bab1a11";
};
buildType = "ament_cmake";