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, Tue Sep 20 16:42:06 2022

This commit is contained in:
Ben Wolsieffer 2022-09-20 16:42:07 -04:00
parent df38e4e345
commit 1cb25a71b4
5789 changed files with 7648 additions and 2993 deletions

View file

@ -5,15 +5,16 @@
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, geometry-msgs, launch, launch-ros, message-filters, rclcpp, tf2, tf2-geometry-msgs, tf2-ros, turtlesim }:
buildRosPackage {
pname = "ros-foxy-turtle-tf2-cpp";
version = "0.3.4-r1";
version = "0.3.6-r1";
src = fetchurl {
url = "https://github.com/ros-gbp/geometry_tutorials-release/archive/release/foxy/turtle_tf2_cpp/0.3.4-1.tar.gz";
name = "0.3.4-1.tar.gz";
sha256 = "02ee422d0cbe4096072a5d33a32132e614e88f2643dd871d616ab43c7071dc58";
url = "https://github.com/ros2-gbp/geometry_tutorials-release/archive/release/foxy/turtle_tf2_cpp/0.3.6-1.tar.gz";
name = "0.3.6-1.tar.gz";
sha256 = "5338f78ea233a79ba969931a047b14005f9ccce95d784811a7e39210acb362ba";
};
buildType = "ament_cmake";
buildInputs = [ ament-cmake ];
checkInputs = [ ament-lint-auto ament-lint-common ];
propagatedBuildInputs = [ geometry-msgs launch launch-ros message-filters rclcpp tf2 tf2-geometry-msgs tf2-ros turtlesim ];
nativeBuildInputs = [ ament-cmake ];