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 Apr 4 13:36:01 2025

This commit is contained in:
Superflore 2025-04-04 13:36:01 +00:00 committed by Ben Wolsieffer
parent 308d6c5990
commit 2985461e1c
717 changed files with 3524 additions and 2853 deletions

View file

@ -2,19 +2,19 @@
# Copyright 2025 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, ament-cmake-python, ament-cmake-ros, ament-lint-auto, ament-lint-common, pybind11-vendor, python-cmake-module, python3Packages, rcl-interfaces, rclpy, rosbag2-compression, rosbag2-cpp, rosbag2-storage, rosbag2-storage-default-plugins, rosbag2-transport, rosidl-runtime-py, rpyutils, std-msgs }:
{ lib, buildRosPackage, fetchurl, ament-cmake-python, ament-cmake-ros, ament-lint-auto, ament-lint-common, pybind11-vendor, python-cmake-module, python3, python3Packages, rcl-interfaces, rclpy, rosbag2-compression, rosbag2-cpp, rosbag2-storage, rosbag2-storage-default-plugins, rosbag2-transport, rosidl-runtime-py, rpyutils, std-msgs }:
buildRosPackage {
pname = "ros-humble-rosbag2-py";
version = "0.15.13-r1";
version = "0.15.14-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rosbag2-release/archive/release/humble/rosbag2_py/0.15.13-1.tar.gz";
name = "0.15.13-1.tar.gz";
sha256 = "8e8b07943b5acb809bb11da4d132965ed319cd0ed89b703abce46b90abaed8f7";
url = "https://github.com/ros2-gbp/rosbag2-release/archive/release/humble/rosbag2_py/0.15.14-1.tar.gz";
name = "0.15.14-1.tar.gz";
sha256 = "697681ee363873c43c728e0d252a81a10cf86453455bc0e0bcd707f9cc220026";
};
buildType = "ament_cmake";
buildInputs = [ ament-cmake-python ament-cmake-ros python-cmake-module ];
buildInputs = [ ament-cmake-python ament-cmake-ros python-cmake-module python3 ];
checkInputs = [ ament-lint-auto ament-lint-common python3Packages.pytest rcl-interfaces rclpy rosbag2-storage-default-plugins rosidl-runtime-py std-msgs ];
propagatedBuildInputs = [ pybind11-vendor rosbag2-compression rosbag2-cpp rosbag2-storage rosbag2-transport rpyutils ];
nativeBuildInputs = [ ament-cmake-python ament-cmake-ros python-cmake-module ];