regenerate all distros, Fri Feb 16 13:29:45 2024

This commit is contained in:
Superflore 2024-02-16 13:29:45 +00:00 committed by Ben Wolsieffer
parent d67a2d82a3
commit 1dda479ef2
143 changed files with 712 additions and 628 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-clang-format, ament-cmake-cppcheck, ament-cmake-cpplint, ament-cmake-gtest, ament-lint-auto, as2-core, as2-motion-reference-handlers, as2-msgs, eigen, gbenchmark, geometry-msgs, pluginlib, rclcpp, yaml-cpp }:
buildRosPackage {
pname = "ros-humble-as2-motion-controller";
version = "1.0.7-r1";
version = "1.0.8-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/aerostack2-release/archive/release/humble/as2_motion_controller/1.0.7-1.tar.gz";
name = "1.0.7-1.tar.gz";
sha256 = "311d7e5b598b8b90a77a74d42ed7be2ba6d1e95523ac099263b7c1c2ce83b5e6";
url = "https://github.com/ros2-gbp/aerostack2-release/archive/release/humble/as2_motion_controller/1.0.8-1.tar.gz";
name = "1.0.8-1.tar.gz";
sha256 = "2d20b8d998dbfd40c8d2d22dc9bc0a78107dc4603bb5f0d886da20aaed5d8ab4";
};
buildType = "ament_cmake";