mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-13 13:40:32 +03:00
regenerate all distros, Fri Jan 3 13:42:37 2025
This commit is contained in:
parent
06b45cf1ea
commit
31f07eb092
6571 changed files with 9328 additions and 8833 deletions
|
@ -1,8 +1,8 @@
|
|||
|
||||
# Copyright 2024 Open Source Robotics Foundation
|
||||
# Copyright 2025 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, geometry-msgs, pythonPackages, rclpy, sensor-msgs, std-msgs, tf2-msgs, tf2-py }:
|
||||
{ lib, buildRosPackage, fetchurl, geometry-msgs, python3Packages, rclpy, sensor-msgs, std-msgs, tf2-msgs, tf2-py }:
|
||||
buildRosPackage {
|
||||
pname = "ros-humble-tf2-ros-py";
|
||||
version = "0.25.10-r1";
|
||||
|
@ -14,7 +14,7 @@ buildRosPackage {
|
|||
};
|
||||
|
||||
buildType = "ament_python";
|
||||
checkInputs = [ pythonPackages.pytest sensor-msgs ];
|
||||
checkInputs = [ python3Packages.pytest sensor-msgs ];
|
||||
propagatedBuildInputs = [ geometry-msgs rclpy sensor-msgs std-msgs tf2-msgs tf2-py ];
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue