regenerate all distros, Fri Nov 15 13:25:01 2024

This commit is contained in:
Superflore 2024-11-15 13:25:01 +00:00 committed by Ben Wolsieffer
parent 73d002eb26
commit f07f7f9c42
500 changed files with 2379 additions and 1961 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gen-version-h, ament-cmake-gmock, ament-cmake-pytest, ament-cmake-python, ament-index-cpp, backward-ros, controller-interface, controller-manager-msgs, diagnostic-updater, hardware-interface, hardware-interface-testing, launch, launch-ros, pluginlib, python3Packages, rclcpp, rcpputils, realtime-tools, ros2-control-test-assets, ros2param, ros2run, std-msgs }:
buildRosPackage {
pname = "ros-jazzy-controller-manager";
version = "4.19.0-r1";
version = "4.20.0-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ros2_control-release/archive/release/jazzy/controller_manager/4.19.0-1.tar.gz";
name = "4.19.0-1.tar.gz";
sha256 = "fc42f6397c2e2c0b474e8f840759b8180ed8fb9866ec956d08b84b5b86c4069c";
url = "https://github.com/ros2-gbp/ros2_control-release/archive/release/jazzy/controller_manager/4.20.0-1.tar.gz";
name = "4.20.0-1.tar.gz";
sha256 = "abb1bba0b0b0a6baf8adfbe5fb258cdaff6593c1a52b8f9f6dae90abb51726a4";
};
buildType = "ament_cmake";