1
0
Fork 0
mirror of https://github.com/lopsided98/nix-ros-overlay.git synced 2025-07-14 14:10:37 +03:00

regenerate all distros, Fri Oct 4 13:25:33 2024

This commit is contained in:
Superflore 2024-10-04 13:25:33 +00:00 committed by Ben Wolsieffer
parent e311549688
commit 393b154bd3
838 changed files with 4944 additions and 3346 deletions

View file

@ -5,12 +5,12 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-gtest, boost, camera-calibration-parsers, ceres-solver, control-msgs, cv-bridge, eigen, geometric-shapes, geometry-msgs, gflags, kdl-parser, launch, launch-ros, launch-testing, moveit-msgs, nav-msgs, orocos-kdl, pluginlib, protobuf, rclcpp, rclcpp-action, robot-calibration-msgs, rosbag2-cpp, sensor-msgs, std-msgs, suitesparse, tf2-geometry-msgs, tf2-ros, tinyxml-2, tinyxml2-vendor, visualization-msgs, yaml-cpp }:
buildRosPackage {
pname = "ros-rolling-robot-calibration";
version = "0.9.0-r1";
version = "0.9.1-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/robot_calibration-release/archive/release/rolling/robot_calibration/0.9.0-1.tar.gz";
name = "0.9.0-1.tar.gz";
sha256 = "dd28098768fca25133794632513d280bdfcb992cc2d2cd0a65491bd48e786620";
url = "https://github.com/ros2-gbp/robot_calibration-release/archive/release/rolling/robot_calibration/0.9.1-1.tar.gz";
name = "0.9.1-1.tar.gz";
sha256 = "bb504e4303dfa03df9abd9cd29d28b1fa7235a4fb69bd348c66e5ee1f62f1805";
};
buildType = "ament_cmake";