regenerate all distros, Fri Mar 8 13:41:18 2024

This commit is contained in:
Superflore 2024-03-08 13:41:18 +00:00 committed by Ben Wolsieffer
parent 2c2781805f
commit de1ea0a747
1165 changed files with 4832 additions and 4718 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, ament-lint-auto, ament-lint-common, angles, boost, builtin-interfaces, diagnostic-msgs, diagnostic-updater, eigen, geographic-msgs, geographiclib, geometry-msgs, launch-ros, launch-testing-ament-cmake, message-filters, nav-msgs, rclcpp, rmw-implementation, rosidl-default-generators, rosidl-default-runtime, sensor-msgs, std-msgs, std-srvs, tf2, tf2-eigen, tf2-geometry-msgs, tf2-ros, yaml-cpp-vendor }:
buildRosPackage {
pname = "ros-rolling-robot-localization";
version = "3.6.0-r1";
version = "3.6.0-r2";
src = fetchurl {
url = "https://github.com/ros2-gbp/robot_localization-release/archive/release/rolling/robot_localization/3.6.0-1.tar.gz";
name = "3.6.0-1.tar.gz";
sha256 = "cbed7498d81dbaf92d40ae1527aa588de0b2052f63b33f5a0eb66f93008d051d";
url = "https://github.com/ros2-gbp/robot_localization-release/archive/release/rolling/robot_localization/3.6.0-2.tar.gz";
name = "3.6.0-2.tar.gz";
sha256 = "26e5cd8c08c9a0097de19db62a09b4eb4328d6d0df6c419183026f45e507f88f";
};
buildType = "ament_cmake";