mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-13 13:40:32 +03:00
regenerate all distros, Fri Sep 2 14:01:22 2022
This commit is contained in:
parent
624fc3c976
commit
7559a8cf6e
299 changed files with 1609 additions and 1142 deletions
|
@ -5,12 +5,12 @@
|
|||
{ lib, buildRosPackage, fetchurl, catkin, cmake-modules, geometry-msgs, message-filters, nodelet, roscpp, sensor-msgs, std-msgs, tf }:
|
||||
buildRosPackage {
|
||||
pname = "ros-noetic-imu-complementary-filter";
|
||||
version = "1.2.4-r1";
|
||||
version = "1.2.5-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/uos-gbp/imu_tools-release/archive/release/noetic/imu_complementary_filter/1.2.4-1.tar.gz";
|
||||
name = "1.2.4-1.tar.gz";
|
||||
sha256 = "142c83020a468fc94249bb22a25d87af485d663b2e0f9ce713388747d514e7de";
|
||||
url = "https://github.com/uos-gbp/imu_tools-release/archive/release/noetic/imu_complementary_filter/1.2.5-1.tar.gz";
|
||||
name = "1.2.5-1.tar.gz";
|
||||
sha256 = "a97788fe8767198ec5d00ca5d110ae90f43efa644f4fea5d70b20f6f27a265f4";
|
||||
};
|
||||
|
||||
buildType = "catkin";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue