1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-13 13:40:32 +03:00

regenerate all distros, Fri Aug 16 13:54:37 2024

This commit is contained in:
Superflore 2024-08-16 13:54:37 +00:00 committed by Ben Wolsieffer
parent 6753eee596
commit 1992646cf6
516 changed files with 4352 additions and 1804 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-humble-forward-command-controller";
version = "2.37.0-r1";
version = "2.37.1-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/ros2_controllers-release/archive/release/humble/forward_command_controller/2.37.0-1.tar.gz";
name = "2.37.0-1.tar.gz";
sha256 = "1db9f4a26da10f0cf932f15a9d770da561074ee85e9dc955ee661f1b7741917c";
url = "https://github.com/ros2-gbp/ros2_controllers-release/archive/release/humble/forward_command_controller/2.37.1-1.tar.gz";
name = "2.37.1-1.tar.gz";
sha256 = "f4341f4b847d1a11a73e2e8b2dfe669c8aacacdb3dd9681ce4f2deb84fbed472";
};
buildType = "ament_cmake";