# Copyright 2021 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, catkin, geometry-msgs, message-filters, nodelet, roscpp, roslaunch, sensor-msgs, tf, tf2, tf2-ros, tf2-sensor-msgs, topic-tools }: buildRosPackage { pname = "ros-melodic-imu-transformer"; version = "0.2.3"; src = fetchurl { url = "https://github.com/ros-gbp/imu_pipeline-release/archive/release/melodic/imu_transformer/0.2.3-0.tar.gz"; name = "0.2.3-0.tar.gz"; sha256 = "385d6b98746a58cc8dcc26c189a5a3c9853b553794798cd352ebe3445def8dd3"; }; buildType = "catkin"; propagatedBuildInputs = [ geometry-msgs message-filters nodelet roscpp roslaunch sensor-msgs tf tf2 tf2-ros tf2-sensor-msgs topic-tools ]; nativeBuildInputs = [ catkin ]; meta = { description = ''Node/nodelet combination to transform sensor_msgs::Imu data from one frame into another.''; license = with lib.licenses; [ gpl1 ]; }; }