regenerate all distros, Fri Sep 15 13:13:19 2023

This commit is contained in:
Superflore 2023-09-15 13:13:19 +00:00 committed by Ben Wolsieffer
parent c060df9b68
commit 148dc07305
534 changed files with 3173 additions and 2024 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, pluginlib, rclcpp, rclcpp-lifecycle, realtime-tools, ros2-control-test-assets, std-msgs }:
buildRosPackage {
pname = "ros-rolling-forward-command-controller";
version = "3.14.0-r1";
version = "3.15.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ros2_controllers-release/archive/release/rolling/forward_command_controller/3.14.0-1.tar.gz";
name = "3.14.0-1.tar.gz";
sha256 = "731b23cdbbf95018e80a8ded48d362a32f3816a66b8a80560c7b1bf01a8a6a97";
url = "https://github.com/ros2-gbp/ros2_controllers-release/archive/release/rolling/forward_command_controller/3.15.0-1.tar.gz";
name = "3.15.0-1.tar.gz";
sha256 = "800dfc1497efb02ffccade37d63f6350be1f10eb90b2bd8d0d361243616ffd7d";
};
buildType = "ament_cmake";