mirror of
https://github.com/lopsided98/nix-ros-overlay.git
synced 2025-07-14 14:10:37 +03:00
regenerate all distros, Fri Jan 19 13:36:48 2024
This commit is contained in:
parent
1f89e13710
commit
5053bf9d76
5646 changed files with 9235 additions and 7758 deletions
26
distros/iron/imu-processors/default.nix
Normal file
26
distros/iron/imu-processors/default.nix
Normal file
|
@ -0,0 +1,26 @@
|
|||
|
||||
# Copyright 2024 Open Source Robotics Foundation
|
||||
# Distributed under the terms of the BSD license
|
||||
|
||||
{ lib, buildRosPackage, fetchurl, ament-cmake, ament-cmake-cpplint, geometry-msgs, nav-msgs, rclcpp, rclcpp-components, sensor-msgs, tf2-ros }:
|
||||
buildRosPackage {
|
||||
pname = "ros-iron-imu-processors";
|
||||
version = "0.4.1-r1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/ros2-gbp/imu_pipeline-release/archive/release/iron/imu_processors/0.4.1-1.tar.gz";
|
||||
name = "0.4.1-1.tar.gz";
|
||||
sha256 = "41609db2fe7af4d25c63b4b2abb15e7a3fafea11123ecf375891ae0432aaf452";
|
||||
};
|
||||
|
||||
buildType = "ament_cmake";
|
||||
buildInputs = [ ament-cmake ];
|
||||
checkInputs = [ ament-cmake-cpplint ];
|
||||
propagatedBuildInputs = [ geometry-msgs nav-msgs rclcpp rclcpp-components sensor-msgs tf2-ros ];
|
||||
nativeBuildInputs = [ ament-cmake ];
|
||||
|
||||
meta = {
|
||||
description = ''Processors for sensor_msgs::Imu data'';
|
||||
license = with lib.licenses; [ bsdOriginal ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue