mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
regenerate all distros, Tue May 2 16:50:21 2023
This commit is contained in:
parent
4817b14e2d
commit
fd3628c920
1601 changed files with 10237 additions and 5790 deletions
|
@ -2,20 +2,20 @@
|
|||
# Copyright 2023 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, launch-ros, launch-testing, pythonPackages, rclpy, std-msgs }:
|
||||
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-index-python, ament-pep257, launch-ros, launch-testing, pythonPackages, rclpy, std-msgs }:
|
||||
buildRosPackage {
|
||||
pname = "ros-rolling-launch-testing-ros";
|
||||
version = "0.23.0-r1";
|
||||
version = "0.25.0-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/launch_ros-release/archive/release/rolling/launch_testing_ros/0.23.0-1.tar.gz";
|
||||
name = "0.23.0-1.tar.gz";
|
||||
sha256 = "6680f01a4a14d7d3708e0b122ad80a7e9fc00afb878b78fd82a39016c5de42b6";
|
||||
url = "https://github.com/ros2-gbp/launch_ros-release/archive/release/rolling/launch_testing_ros/0.25.0-1.tar.gz";
|
||||
name = "0.25.0-1.tar.gz";
|
||||
sha256 = "919151d946b8bc2e4cdb2bc50f26d84e239af1e8f7bb5bd445fc4adaebefb005";
|
||||
};
|
||||
|
||||
buildType = "ament_python";
|
||||
checkInputs = [ ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest std-msgs ];
|
||||
propagatedBuildInputs = [ launch-ros launch-testing rclpy ];
|
||||
propagatedBuildInputs = [ ament-index-python launch-ros launch-testing rclpy ];
|
||||
|
||||
meta = {
|
||||
description = ''A package providing utilities for writing ROS2 enabled launch tests.'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue